ngIRCd Release 23~rc1
This commit is contained in:
parent
86d27eaf89
commit
1e84b2640e
|
@ -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
|
||||
|
|
2
NEWS
2
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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name ngircd
|
||||
%define version 22.1
|
||||
%define version 23~rc1
|
||||
%define release 1
|
||||
%define prefix %{_prefix}
|
||||
|
||||
|
|
Loading…
Reference in New Issue