Commit Diff


commit - eccf4ea5f2c1ff3c06cb6a6eb596e17a9b31d91f
commit + 61776e9a57f254d9f6d6ab20d48fff8c3db75c45
blob - 8e96ff6173f505830ecae37d18f32442a84ec56f
blob + 4aafb1400cf576cec28f14c1ac4615ee81b4f4e2
--- ChangeLog
+++ ChangeLog
@@ -10,11 +10,13 @@
                                -- ChangeLog --
 
 
-ngIRCd 0.9.x
+ngIRCd 0.9.1 (2005-08-03)
 
   - The KILL command killed much more than desired (including server links!)
     when the target user is connected to a remote server. Bug introduced in
     ngIRCd 0.9.0 ...  Reported by <qssl@fastmail.fm>, Thanks!
+  - Changed some constants to be "signed" (instead of unsigned) to solve
+    problems with old (pre-ANSI) compilers.
 
 ngIRCd 0.9.0 (2005-07-24)
 
@@ -618,4 +620,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.276.2.6 2005/08/02 23:08:26 alex Exp $
+$Id: ChangeLog,v 1.276.2.7 2005/08/03 14:27:48 alex Exp $
blob - dbed1c883f4a383f4d5fb66a37a8274ac0e12ba9
blob + e2554ee9ed6b3cbd271c0ead74bb3629cad94828
--- configure.in
+++ configure.in
@@ -8,13 +8,13 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.111.2.3 2005/07/24 21:14:19 alex Exp $
+# $Id: configure.in,v 1.111.2.4 2005/08/03 14:27:48 alex Exp $
 #
 
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, 0.9.0)
+AC_INIT(ngircd, 0.9.1)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)
blob - 7487d7885dddfbd27cb8dd2a37ae23c379cf76e9
blob + f19a337bb12dd27deee10c19ba632db2735f125e
--- contrib/Debian/changelog
+++ contrib/Debian/changelog
@@ -1,3 +1,9 @@
+ngircd (0.9.1-0ab1) unstable; urgency=medium
+
+  * New "upstream release" addressing two problems in ngIRCd 0.9.0.
+
+ -- Alexander Barton <alex@arthur.barton.de>  Wed,  3 Aug 2005 15:10:41 +0200
+
 ngircd (0.9.0-0ab2) unstable; urgency=medium
 
   * Init script: fixed a problem with symbolic links in runlevel directories
blob - 744db09e3971925d575bf0c983c3dc4891ca5389
blob + 8eba68bedb423005a1ced31ee595931f50981f1d
--- contrib/ngircd.spec
+++ contrib/ngircd.spec
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 0.9.0
+%define version 0.9.1
 %define release 1
 %define prefix  %{_prefix}