1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-24 06:16:51 +00:00

Version 0.7.6

This commit is contained in:
Alexander Barton 2003-12-05 13:40:24 +00:00
parent e75f23cfe8
commit 7c2d0f20ed
3 changed files with 17 additions and 3 deletions

View File

@ -10,6 +10,13 @@
-- ChangeLog --
ngIRCd 0.7.6 (2003-12-05)
- Fixed abort() ("server crash") when INVITE'ing users to nonexistent
channels. Bug found by <hiddenx@wp.pl>.
- Extended version numbering of CVS versions (added date).
- Enhanced/fixed doc/Protocol.txt;
ngIRCd 0.7.5 (2003-11-07)
- Fixed ban behavior: users which are banned from a channel can't no
@ -477,4 +484,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.188.2.18 2003/11/07 20:51:08 alex Exp $
$Id: ChangeLog,v 1.188.2.19 2003/12/05 13:40:24 alex Exp $

View 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.89.2.12 2003/12/04 14:20:08 alex Exp $
# $Id: configure.in,v 1.89.2.13 2003/12/05 13:40:24 alex Exp $
#
# -- Initialisierung --
AC_PREREQ(2.50)
AC_INIT(ngircd, 0.7-CVS)
AC_INIT(ngircd, 0.7.6)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
ngircd (0.7.6-0ab1) unstable; urgency=medium
* New upstream version.
* Changed version numvering scheme of debian package.
-- Alexander Barton <alex@Arthur.Ath.CX> Fri, 5 Dec 2003 14:26:41 +0100
ngircd (0.7.5-0.2ab) unstable; urgency=low
* Updated RPM and Debian package description and configuration.