diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/Debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 03c3df68..2e39af03 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (20.2-0ab1) unstable; urgency=high + + * New "upstream" release, fixing a security related bug: ngIRCd 20.2. + + -- Alexander Barton <alex@barton.de> Fri, 15 Feb 2013 12:17:00 +0100 + ngircd (20.1-0ab1) unstable; urgency=low * New "upstream" release: ngIRCd 20.1. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index fa0a6a15..e2448a42 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 20.1 +%define version 20.2 %define release 1 %define prefix %{_prefix} |