CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Commit time: 2003-01-07 10:18:01 UTC
Modified files:
include/patchlevel.h doc/Authors ChangeLog
Log message:
- Forgot to commit ChangeLog.
- Bump patchlevel.
- Update end date on the latest period in the Authors file.
- Add me to Authors.
---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.365 ircu2.10/ChangeLog:1.366
--- ircu2.10/ChangeLog:1.365 Thu Jul 4 20:38:30 2002
+++ ircu2.10/ChangeLog Tue Jan 7 02:17:51 2003
@@ -1,3 +1,6 @@
+2003-01-07 Andrew Miller <[EMAIL PROTECTED]>
+ * almost everything: Forward ported numerous changes from .11 to .12
+
2002-07-05 Andrew Miller <[EMAIL PROTECTED]>
* ircd/packet.c(connect_dopacket): Pass the job on to server_dopacket
when they become a server.
Index: ircu2.10/doc/Authors
diff -u ircu2.10/doc/Authors:1.4 ircu2.10/doc/Authors:1.5
--- ircu2.10/doc/Authors:1.4 Fri Aug 17 09:59:17 2001
+++ ircu2.10/doc/Authors Tue Jan 7 02:17:51 2003
@@ -179,7 +179,7 @@
WildThang <[EMAIL PROTECTED]>
Xorath <[EMAIL PROTECTED]>
-UNDERNET (2000 - 2001)
+UNDERNET (2000 - 2003)
--------
The Undernet versions (P9, P10 and u2.10.11) are based on ircu2.10.07
@@ -194,6 +194,7 @@
Various additions, testings and bugfixes have been contributed by:
+A1kmm <[EMAIL PROTECTED]>
Bleep <[EMAIL PROTECTED]>
Gte- <[EMAIL PROTECTED]>
Isomer <[EMAIL PROTECTED]>
Index: ircu2.10/include/patchlevel.h
diff -u ircu2.10/include/patchlevel.h:1.19 ircu2.10/include/patchlevel.h:1.20
--- ircu2.10/include/patchlevel.h:1.19 Thu Jul 4 21:23:19 2002
+++ ircu2.10/include/patchlevel.h Tue Jan 7 02:17:50 2003
@@ -15,10 +15,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Id: patchlevel.h,v 1.19 2002/07/05 04:23:19 a1kmm Exp $
+ * $Id: patchlevel.h,v 1.20 2003/01/07 10:17:50 a1kmm Exp $
*
*/
-#define PATCHLEVEL "07"
+#define PATCHLEVEL "08"
#define RELEASE ".12.alpha."
----------------------- End of diff -----------------------