mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-08 08:46:39 +00:00
ngIRCd 0.8.2
This commit is contained in:
parent
286b29ffcd
commit
314cf1238b
@ -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 $
|
||||
|
@ -1,6 +1,6 @@
|
||||
#
|
||||
# ngIRCd -- The Next Generation IRC Daemon
|
||||
# Copyright (c)2001-2004 Alexander Barton <alex@barton.de>
|
||||
# Copyright (c)2001-2005 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
|
||||
@ -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)
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define name ngircd
|
||||
%define version 0.8.1
|
||||
%define version 0.8.2
|
||||
%define release 1
|
||||
%define prefix %{_prefix}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user