repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 21493731dffa0f5d9f62d24cdef290be6a6856fd:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 21493731dffa0f5d9f62d24cdef290be6a6856fd
Author: Alexander Barton 
Date:   Wed Jan 2 22:37:55 2013 +0100

    ngIRCd Release 20.1

diff --git a/ChangeLog b/ChangeLog
index 9e2a0428bee33c1e93aa39dc8dc0b9a18ba2847b..
index ..a4cfdb91ea07ab432ce23eb6aafdcf06433b06f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,13 +2,27 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/

-               (c)2001-2012 Alexander Barton and Contributors.
+               (c)2001-2013 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.

                                -- ChangeLog --


+ngIRCd 20.1 (2013-01-02)
+
+  - Allow ERROR command on server and service links only, ignore them and
+    add a penalty time on all other link types.
+  - Enforced mode setting by IRC Operators: Only check the channel user
+    modes of the initiator if he is joined to the channel and not an IRC
+    operator enforcing modes (which requires the configuration option
+    "OperCanUseMode" to be enabled), because trying to check channel user
+    modes of a non-member results in an assertion when running with debug
+    code or could crash the daemon otherwise. This closes bug #147, thanks
+    to James Kirwill  for tracking this down!
+  - Fix build system to cope with spaces in path names.
+  - Code cleanups, mostly to fix build warnings on Cygwin.
+
 ngIRCd 20 (2012-12-17)

   - Allow user names ("INDENT") up to 20 characters when ngIRCd has not
diff --git a/NEWS b/NEWS
index c3f9c49babc239d5c7e6aca15bfc0b749d0a9a2d..
index ..be743e681266239fc91caf1265f7e59b94e4acea 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@
                                   -- NEWS --


+ngIRCd 20.1 (2013-01-02)
+
+  - This release is a bugfix release only, without new features.
+
 ngIRCd 20 (2012-12-17)

   - Allow user names ("INDENT") up to 20 characters when ngIRCd has not
diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog
index 2a9c2df1b9d3257d858bcfce7b7cee3529406d81..
index ..03c3df6804d0d863f5f0ee2bd6879893cb6454d4 100644
--- a/contrib/Debian/changelog
+++ b/contrib/Debian/changelog
@@ -1,3 +1,9 @@
+ngircd (20.1-0ab1) unstable; urgency=low
+
+  * New "upstream" release: ngIRCd 20.1.
+
+ -- Alexander Barton   Wed, 02 Jan 2013 22:37:26 +0100
+
 ngircd (20-0ab1) unstable; urgency=low

   * New "upstream" release: ngIRCd 20.
diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec
index 9632bc036591b2122252265ef03b41a9e3b14422..
index ..fa0a6a1527dc7deddaf70e53e7005bda7a9a3a18 100644
--- a/contrib/ngircd.spec
+++ b/contrib/ngircd.spec
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 20
+%define version 20.1
 %define release 1
 %define prefix  %{_prefix}

-----END OF PAGE-----