]> arthur.barton.de Git - ngircd.git/commitdiff
Preparing ngIRCd 0.9.1 ...
authorAlexander Barton <alex@barton.de>
Wed, 3 Aug 2005 14:27:48 +0000 (14:27 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 3 Aug 2005 14:27:48 +0000 (14:27 +0000)
ChangeLog
configure.in
contrib/Debian/changelog
contrib/ngircd.spec

index 8e96ff6173f505830ecae37d18f32442a84ec56f..4aafb1400cf576cec28f14c1ac4615ee81b4f4e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
                                -- 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 $
index dbed1c883f4a383f4d5fb66a37a8274ac0e12ba9..e2554ee9ed6b3cbd271c0ead74bb3629cad94828 100644 (file)
@@ -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)
index 7487d7885dddfbd27cb8dd2a37ae23c379cf76e9..f19a337bb12dd27deee10c19ba632db2735f125e 100644 (file)
@@ -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
index 744db09e3971925d575bf0c983c3dc4891ca5389..8eba68bedb423005a1ced31ee595931f50981f1d 100644 (file)
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 0.9.0
+%define version 0.9.1
 %define release 1
 %define prefix  %{_prefix}