===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2401
diff -u -r1.1.1.1.2.1.2.1.2.2401 Changes
--- Changes 14 May 2007 19:26:07 -0000 1.1.1.1.2.1.2.1.2.2401
+++ Changes 14 May 2007 20:46:34 -0000
@@ -1695,3 +1695,8 @@
- More cleanup - this may potentially break some OS'es, but let us catch
this in testing
- Fixed CommandAdd prototype a bit
+- Made autoconf detect c++ compiler, now availiable in CXX
+- Made the actual ircd be compiled by c++ compiler (linking, not source)
+- Added m_template.cpp and 'make custommodulecpp MODULEFILE=m_template'
+ ability - meaning, C++ modules for Unreal. This is mostly a proof of
+ concept, so please tell me if some OS'es break bigtime.