1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-02-15 00:30:16 +00:00

New release, fixing a security bug: 0.10.3

This commit is contained in:
Alexander Barton 2007-07-31 19:07:59 +00:00
parent 079e0cf9a4
commit c74aa136af
3 changed files with 9 additions and 3 deletions

View File

@ -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.118.2.12 2007/06/08 09:05:23 alex Exp $ # $Id: configure.in,v 1.118.2.13 2007/07/31 19:07:59 alex Exp $
# #
# -- Initialisation -- # -- Initialisation --
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(ngircd, 0.10.2) AC_INIT(ngircd, 0.10.3)
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)

View File

@ -1,3 +1,9 @@
ngircd (0.10.3-0ab1) unstable; urgency=high
* New "upstream" release: 0.10.3 - fixing a security bug.
-- Alexander Barton <alex@barton.de> Tue, 31 Jul 2007 21:02:52 +0200
ngircd (0.10.2-0ab1) unstable; urgency=low ngircd (0.10.2-0ab1) unstable; urgency=low
* New "upstream" release: 0.10.2 * New "upstream" release: 0.10.2

View File

@ -1,5 +1,5 @@
%define name ngircd %define name ngircd
%define version 0.10.2 %define version 0.10.3
%define release 1 %define release 1
%define prefix %{_prefix} %define prefix %{_prefix}