]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
[svn] - version bump to 2.2.0
authornenolod <redacted>
Thu, 25 Jan 2007 06:45:04 +0000 (22:45 -0800)
committernenolod <redacted>
Thu, 25 Jan 2007 06:45:04 +0000 (22:45 -0800)
ChangeLog
NEWS
configure.ac
include/serno.h

index 05fbb75370c70a14549f5f5b8fb6efdaabe820d2..89c124ac70cfd97fdf4fd0a1065ce870ac05400c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+nenolod     2007/01/25 06:40:21 UTC    (20070125-3143)
+  Log:
+  - the new plan:
+    + branches/release-2.1 -> 2.2 base
+    + 3.0 -> branches/cxxconversion
+    + backport some immediate 3.0 functionality for 2.2
+    + other stuff
+  
+
+  Changes:     Modified:
+  + -          trunk/ (File Added) 
+
+
 jilles      2007/01/23 23:48:50 UTC    (20070123-3139)
   Log:
   Merged revisions 3135,3137 via svnmerge from 
diff --git a/NEWS b/NEWS
index 937499238efb7e3f8aa4130ecc0f38ff840e09e2..a852f386971e57d5af9cdbdae2a6cc8c57979d4f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-This is charybdis 2.1.2, Copyright (c) 2005-2006 Charybdis team.
+This is charybdis 2.2.0, Copyright (c) 2005-2007 Charybdis team.
 See LICENSE for licensing details (GPL v2).
 
+-- charybdis-2.2.0
+
 -- charybdis-2.1.2
 
 - Fix bug that could cause all hostmangled users to be exempted when a
@@ -332,5 +334,5 @@ modules in case the developers need them.
 Other files recommended for reading: BUGS, README.FIRST, INSTALL
 
 --------------------------------------------------------------------------------
-$Id: NEWS 2813 2006-12-05 13:24:19Z jilles $
+$Id: NEWS 3145 2007-01-25 06:45:04Z nenolod $
 
index 9e6cf724de90f97267c48de9cc3c428946d45fe5..a6b1d1393a421eb026b647602e0f8d5f94f6a1f8 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac 2809 2006-12-05 13:18:19Z jilles $
+dnl $Id: configure.ac 3145 2007-01-25 06:45:04Z nenolod $
 dnl Process this file with autoconf to produce a configure script.
 
 dnl TODO: clean up all the OpenSSL and shared module checking stuff;
@@ -8,9 +8,9 @@ dnl said functions need to be just about as complex as they already are.
 AC_PREREQ(2.57)
 
 dnl Sneaky way to get an Id tag into the configure script
-AC_COPYRIGHT([$Id: configure.ac 2809 2006-12-05 13:18:19Z jilles $])
+AC_COPYRIGHT([$Id: configure.ac 3145 2007-01-25 06:45:04Z nenolod $])
 
-AC_INIT([charybdis],[2.1.2])
+AC_INIT([charybdis],[2.2.0])
 
 AC_CONFIG_HEADER(include/setup.h)
 
index da83cab9104a28e3999a196304ead0cbb4ab3fa7..cf6eb51c906e684ce6d7bcf355752df325c9b3fb 100644 (file)
@@ -1 +1 @@
-#define SERNO "20070123-3139"
+#define SERNO "20070125-3143"