From 62b668a7b1ad5111003c87e218b3666f4503e580 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 9 Jul 2008 12:37:37 +0200 Subject: [PATCH] ngIRCd 0.12.1 --- ChangeLog | 2 +- NEWS | 2 +- configure.in | 2 +- contrib/Debian/changelog | 10 ++++++++-- contrib/ngircd.spec | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e25fd07..18cadd74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngIRCd 0.12.1 +ngIRCd 0.12.1 (2008-07-09) - Allow mixed line terminations (CR+LF/CR/LF) in non-RFC-compliant mode - Don't allow stray \r or \n in command parameters diff --git a/NEWS b/NEWS index 6ef4012c..7607aef0 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ -- NEWS -- -ngIRCd 0.12.1 +ngIRCd 0.12.1 (2008-07-09) - Add option aliases -V (for --version) and -h (for --help). - Make Listen parameter a comma-seperated list of addresses. This also diff --git a/configure.in b/configure.in index 0d1fe7fa..f7a321f4 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.12.0) +AC_INIT(ngircd, 0.12.1) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 9895de75..a1647c4d 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,4 +1,10 @@ -ngircd (0.12.0-0ab0-pre3) unstable; urgency=low +ngircd (0.12.1-0ab1) unstable; urgency=low + + * New "upstream" release ngIRCd 0.12.1. + + -- Alexander Barton Wed, 9 Jul 2008 11:27:00 +0200 + +ngircd (0.12.0-0ab1) unstable; urgency=low * New "upstream" release ngIRCd 0.12.0. @@ -6,7 +12,7 @@ ngircd (0.12.0-0ab0-pre3) unstable; urgency=low ngircd (0.12.0-0ab0-pre2) unstable; urgency=low - * Second prereloease of upcoming new "upstrem" release 0.12.0-pre1. + * Second prerelease of upcoming new "upstrem" release 0.12.0-pre1. -- Alexander Barton Tue, 29 Apr 2008 23:06:14 +0200 diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 2a98612b..f18f13a1 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.12.0 +%define version 0.12.1 %define release 1 %define prefix %{_prefix} -- 2.39.2