commit 314cf1238bb95836380ce61932d562d8a8783915 from: Alexander Barton date: Wed Jan 26 22:05:26 2005 UTC ngIRCd 0.8.2 commit - 286b29ffcd5dea4bbbfe8e34f8c41ff9b8898f9b commit + 314cf1238bb95836380ce61932d562d8a8783915 blob - 69ba5fc7fde28c30a9908e0986d7bfdb1d5abed8 blob + f46ca926ce921e963a3c809461274a94c5842918 --- ChangeLog +++ ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngircd 0.8.x (CVS) +ngircd 0.8.2 (2005-01-26) - Added doc/SSL.txt to distribution. - Fixed a buffer overflow that could cause the daemon to crash. Bug found @@ -554,4 +554,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.233.2.16 2005/01/26 21:47:47 alex Exp $ +$Id: ChangeLog,v 1.233.2.17 2005/01/26 22:05:26 alex Exp $ blob - 79729192ce1ae2df52f1ec547c00dc1078346c56 blob + 6b3ed41770c9477f26137ae020af4ffee97b6296 --- configure.in +++ configure.in @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2004 Alexander Barton +# Copyright (c)2001-2005 Alexander Barton # # 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 @@ -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.102.2.5 2004/12/25 00:20:57 alex Exp $ +# $Id: configure.in,v 1.102.2.6 2005/01/26 22:05:26 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.8.1) +AC_INIT(ngircd, 0.8.2) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) blob - 0e82dd1c67d679e98c32d571d316d1da10209e9d blob + e82686414d71c17a04db45c1f6dde2bac6c736cb --- contrib/ngircd.spec +++ contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.8.1 +%define version 0.8.2 %define release 1 %define prefix %{_prefix}