mirror of
https://github.com/osmarks/ngircd.git
synced 2025-07-04 02:42:50 +00:00
ngIRCd 0.11.0-pre2
This commit is contained in:
parent
d986cd372f
commit
e990d96c61
@ -10,10 +10,12 @@
|
|||||||
-- ChangeLog --
|
-- ChangeLog --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd 0.11.0-pre1 (2008-01-02)
|
ngIRCd 0.11.0-pre2 (2008-01-07)
|
||||||
|
|
||||||
- SECURITY: IRC_PART could reference invalid memory, causing
|
- SECURITY: IRC_PART could reference invalid memory, causing
|
||||||
ngircd to crash [from HEAD].
|
ngircd to crash [from HEAD].
|
||||||
|
|
||||||
|
ngIRCd 0.11.0-pre1 (2008-01-02)
|
||||||
- Use dotted-decimal IP address if hostname is >= 64.
|
- Use dotted-decimal IP address if hostname is >= 64.
|
||||||
- Add support for /STAT u (server uptime) command.
|
- Add support for /STAT u (server uptime) command.
|
||||||
- New [Server] configuration Option "Bind" allows to specify
|
- New [Server] configuration Option "Bind" allows to specify
|
||||||
@ -726,4 +728,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.332.2.3 2008/01/07 11:42:13 fw Exp $
|
$Id: ChangeLog,v 1.332.2.4 2008/01/07 21:25:35 alex Exp $
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# ngIRCd -- The Next Generation IRC Daemon
|
# ngIRCd -- The Next Generation IRC Daemon
|
||||||
# Copyright (c)2001-2005 Alexander Barton <alex@barton.de>
|
# Copyright (c)2001-2008 Alexander Barton <alex@barton.de>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -8,13 +8,13 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
#
|
#
|
||||||
# $Id: configure.in,v 1.125 2006/12/26 16:00:45 alex Exp $
|
# $Id: configure.in,v 1.125.2.2 2008/01/07 21:25:36 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# -- Initialisation --
|
# -- Initialisation --
|
||||||
|
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(ngircd, CVSHEAD)
|
AC_INIT(ngircd, 0.11.0-pre2)
|
||||||
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
|
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
AM_INIT_AUTOMAKE(1.6)
|
AM_INIT_AUTOMAKE(1.6)
|
||||||
|
@ -1,3 +1,21 @@
|
|||||||
|
ngircd (0.11.0-0ab0-pre2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Second prerelease of upcoming new "upstream release".
|
||||||
|
|
||||||
|
-- Alexander Barton <alex@barton.de> Mon, 7 Jan 2008 15:32:42 +0100
|
||||||
|
|
||||||
|
ngircd (0.11.0-0ab0-pre1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Prerelease of upcoming new "upstream release".
|
||||||
|
|
||||||
|
-- Alexander Barton <alex@barton.de> Wed, 2 Jan 2008 21:33:15 +0100
|
||||||
|
|
||||||
|
ngircd (0.10.4-0ab1) unstable; urgency=high
|
||||||
|
|
||||||
|
* New "upstream" release: 0.10.4 - fixing a security bug.
|
||||||
|
|
||||||
|
-- Alexander Barton <alex@barton.de> Mon, 7 Jan 2008 22:04:44 +0100
|
||||||
|
|
||||||
ngircd (0.10.0-0ab1) unstable; urgency=low
|
ngircd (0.10.0-0ab1) unstable; urgency=low
|
||||||
|
|
||||||
* New "upstream" release: 0.10.0
|
* New "upstream" release: 0.10.0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define name ngircd
|
%define name ngircd
|
||||||
%define version CVSHEAD
|
%define version 0.11.0-pre2
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix %{_prefix}
|
%define prefix %{_prefix}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user