commit - d986cd372f2a1eb2ef6b38c00f13e588eb274e97
commit + e990d96c61f5e7bd76e9256c499f16a39676cd7f
blob - a0ca03b3f343f6f211037df76b3244bee9c1db5f
blob + 297b90eb402db965992faee776c956be3309c9e6
--- ChangeLog
+++ ChangeLog
-- ChangeLog --
-ngIRCd 0.11.0-pre1 (2008-01-02)
+ngIRCd 0.11.0-pre2 (2008-01-07)
- SECURITY: IRC_PART could reference invalid memory, causing
ngircd to crash [from HEAD].
+
+ ngIRCd 0.11.0-pre1 (2008-01-02)
- Use dotted-decimal IP address if hostname is >= 64.
- Add support for /STAT u (server uptime) command.
- New [Server] configuration Option "Bind" allows to specify
--
-$Id: ChangeLog,v 1.332.2.3 2008/01/07 11:42:13 fw Exp $
+$Id: ChangeLog,v 1.332.2.4 2008/01/07 21:25:35 alex Exp $
blob - 51841e7a862ac236c42867833b6ca7d736d724a7
blob + ac2539f66ce67c4f5370b7f02fb94d4886569a8d
--- configure.in
+++ configure.in
#
# ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2005 Alexander Barton <alex@barton.de>
+# Copyright (c)2001-2008 Alexander Barton <alex@barton.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# (at your option) any later version.
# Please read the file COPYING, README and AUTHORS for more information.
#
-# $Id: configure.in,v 1.125 2006/12/26 16:00:45 alex Exp $
+# $Id: configure.in,v 1.125.2.2 2008/01/07 21:25:36 alex Exp $
#
# -- Initialisation --
AC_PREREQ(2.50)
-AC_INIT(ngircd, CVSHEAD)
+AC_INIT(ngircd, 0.11.0-pre2)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)
blob - b30dd1de8bb2edc3c96b48b2aad7e78aca0d0bc9
blob + dba7d2890b306c1d01b63580d6ae67d51465dfe1
--- contrib/Debian/changelog
+++ contrib/Debian/changelog
+ngircd (0.11.0-0ab0-pre2) unstable; urgency=low
+
+ * Second prerelease of upcoming new "upstream release".
+
+ -- Alexander Barton <alex@barton.de> Mon, 7 Jan 2008 15:32:42 +0100
+
+ngircd (0.11.0-0ab0-pre1) unstable; urgency=low
+
+ * Prerelease of upcoming new "upstream release".
+
+ -- Alexander Barton <alex@barton.de> Wed, 2 Jan 2008 21:33:15 +0100
+
+ngircd (0.10.4-0ab1) unstable; urgency=high
+
+ * New "upstream" release: 0.10.4 - fixing a security bug.
+
+ -- Alexander Barton <alex@barton.de> Mon, 7 Jan 2008 22:04:44 +0100
+
ngircd (0.10.0-0ab1) unstable; urgency=low
* New "upstream" release: 0.10.0
blob - 924b0d1b5706f46e34262dca2c1e3b0ef2586347
blob + 71a97a5f12c5c9e380911d3ef7042c1880140a27
--- contrib/ngircd.spec
+++ contrib/ngircd.spec
%define name ngircd
-%define version CVSHEAD
+%define version 0.11.0-pre2
%define release 1
%define prefix %{_prefix}