diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/Debian/changelog | 8 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 58911832..19b52aba 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,4 +1,10 @@ -ngircd (24~rc1-0ab2) unstable; urgency=medium +ngircd (24-0ab1) unstable; urgency=low + + * New "upstream" release: ngIRCd 24. + + -- Alexander Barton <alex@barton.de> Fri, 20 Jan 2017 16:43:09 +0100 + +ngircd (24~rc1-0ab2) unstable; urgency=low * Use OpenSSL instead of GnuTLS for SSL-enabled packages. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 8eefa272..479ec4d3 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 24~rc1 +%define version 24 %define release 1 %define prefix %{_prefix} @@ -27,7 +27,7 @@ Advantages: - supports IPv6 and SSL - no problems with servers that have dynamic IP addresses - freely available, modern, portable and tidy C-source - - ngIRCd is being actively developed since 11 years. + - ngIRCd is being actively developed since 2001 %prep %setup -q |