diff options
| author | Alexander Barton <alex@barton.de> | 2015-09-06 16:57:01 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2015-09-06 16:57:01 +0200 |
| commit | 1e84b2640e3ca3fef0bdc0a63198cb98c8c6f7e3 (patch) | |
| tree | 8b24aba6de6af8a02350be537fc4678981e5b06a | |
| parent | 86d27eaf8977c5e6f92fa192d0b2db82ea60b647 (diff) | |
| download | ngircd-rel-23-rc1.tar.gz ngircd-rel-23-rc1.zip | |
ngIRCd Release 23~rc1 rel-23-rc1
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | contrib/Debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index b743736e..b39ef88b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,7 @@ ngIRCd 23 - ngIRCd 23~rc1 + ngIRCd 23~rc1 (2015-09-06) - Add ".clang_complete" file, which is used by the "linter-clang" package of the Atom editor, for example. - Make server-to-server protocol more robust: ngIRCd now catches more diff --git a/NEWS b/NEWS index 4a8bbaf5..8fd24a30 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ ngIRCd 23 - ngIRCd 23~rc1 + ngIRCd 23~rc1 (2015-09-06) - Use "NOTICE *" before registration instead of "NOTICE AUTH". "AUTH" is a valid nickname so sending notices to it is probably not a good idea. Use "*" as the target instead as done with numerics when the nick is not diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index a9e347db..3e4d410f 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (23~rc1-0ab1) unstable; urgency=low + + * New "upstream" release candidate 1 for ngIRCd Release 23. + + -- Alexander Barton <alex@arthur.barton.de> Sun, 06 Sep 2015 16:55:23 +0200 + ngircd (22.1-0ab1) unstable; urgency=low * New "upstream" release: ngIRCd 22.1. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 51c6d1e7..efd7f2c5 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 22.1 +%define version 23~rc1 %define release 1 %define prefix %{_prefix} |