Bump MAXBANS and MAXSILES, bump PATCHLEVEL for release
authorKevin L. Mitchell <klmitch@mit.edu>
Mon, 5 Jul 2010 21:28:54 +0000 (21:28 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Mon, 5 Jul 2010 21:28:54 +0000 (21:28 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1948 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
include/patchlevel.h
ircd/ircd_features.c

index c9df153cba754b61353f20ac8bfb6fabd1677a86..604aacdadd645411a1f496a563807acf2199bb8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-05  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * include/patchlevel.h (PATCHLEVEL): bump patchlevel from -rc2 to
+       actual 13
+
+       * ircd/ircd_features.c: bump MAXBANS from 45 to 50, and MAXSILES
+       from 15 to 25
+
 2010-03-28  Michael Poole <mdpoole@troilus.org>
 
        * ircd/gline.c: Replace CurrentTime with TStime(), and remove the
index c45d788192cc7e36fec7d3c0b05a8e9fa0f85ded..dcdffbe35e1bf128d2a716baeaf48f52a9c8df37 100644 (file)
@@ -18,7 +18,7 @@
  * $Id$
  *
  */
-#define PATCHLEVEL "13-rc2"
+#define PATCHLEVEL "13"
 
 #define RELEASE ".12."
 
index baaa2bd0e146c1763d735681c8bf57bffed8060c..6d64f89018109cec307b22a254e4eb60863a9357 100644 (file)
@@ -331,8 +331,8 @@ static struct FeatureDesc {
   F_I(MAXCHANNELSPERUSER, 0, 10, 0),
   F_I(NICKLEN, 0, 12, 0),
   F_I(AVBANLEN, 0, 40, 0),
-  F_I(MAXBANS, 0, 45, 0),
-  F_I(MAXSILES, 0, 15, 0),
+  F_I(MAXBANS, 0, 50, 0),
+  F_I(MAXSILES, 0, 25, 0),
   F_I(HANGONGOODLINK, 0, 300, 0),
   F_I(HANGONRETRYDELAY, 0, 10, 0),
   F_I(CONNECTTIMEOUT, 0, 90, 0),