Revision: 1948
http://undernet-ircu.svn.sourceforge.net/undernet-ircu/?rev=1948&view=rev
Author: klmitch
Date: 2010-07-05 21:28:54 +0000 (Mon, 05 Jul 2010)
Log Message:
-----------
Bump MAXBANS and MAXSILES, bump PATCHLEVEL for release
Modified Paths:
--------------
ircu2/branches/u2_10_12_branch/ChangeLog
ircu2/branches/u2_10_12_branch/include/patchlevel.h
ircu2/branches/u2_10_12_branch/ircd/ircd_features.c
Modified: ircu2/branches/u2_10_12_branch/ChangeLog
===================================================================
--- ircu2/branches/u2_10_12_branch/ChangeLog 2010-04-18 23:15:10 UTC (rev
1947)
+++ ircu2/branches/u2_10_12_branch/ChangeLog 2010-07-05 21:28:54 UTC (rev
1948)
@@ -1,3 +1,11 @@
+2010-07-05 Kevin L. Mitchell <[email protected]>
+
+ * 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 <[email protected]>
* ircd/gline.c: Replace CurrentTime with TStime(), and remove the
Modified: ircu2/branches/u2_10_12_branch/include/patchlevel.h
===================================================================
--- ircu2/branches/u2_10_12_branch/include/patchlevel.h 2010-04-18 23:15:10 UTC
(rev 1947)
+++ ircu2/branches/u2_10_12_branch/include/patchlevel.h 2010-07-05 21:28:54 UTC
(rev 1948)
@@ -18,7 +18,7 @@
* $Id$
*
*/
-#define PATCHLEVEL "13-rc2"
+#define PATCHLEVEL "13"
#define RELEASE ".12."
Modified: ircu2/branches/u2_10_12_branch/ircd/ircd_features.c
===================================================================
--- ircu2/branches/u2_10_12_branch/ircd/ircd_features.c 2010-04-18 23:15:10 UTC
(rev 1947)
+++ ircu2/branches/u2_10_12_branch/ircd/ircd_features.c 2010-07-05 21:28:54 UTC
(rev 1948)
@@ -331,8 +331,8 @@
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),
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches