]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Updated NEWS and ChangeLog files
authorAlexander Barton <alex@barton.de>
Sat, 3 Oct 2009 14:45:09 +0000 (16:45 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 3 Oct 2009 14:45:09 +0000 (16:45 +0200)
ChangeLog
NEWS

index 2300d1afc8a8d870c2390c74f9c4c55436f8267b..ab0d330acd7abd43c78d9f3f4eb0b9047683a271 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
                                -- ChangeLog --
 
 
-ngIRCd Release 14.2
-
+ngIRCd Release 15
+
+  - Do not add default listening port (6667) if SSL ports were specified, so
+    ngIRCd can be configured to only accept SSL-encrypted connections now.
+  - Enable IRC operators to use the IRC command SQUIT (insted of the already
+    implemented but non-standard DISCONNECT command).
+  - New configuration option "AllowRemoteOper" (disabled by default) that
+    enables remote IRC operators to use the IRC commands SQUIT and CONNECT
+    on the local server.
+  - Mac OS X: fix test for packagemaker(1) tool in Makefile and use gcc 4.0
+    for Mac OS X 10.4 compatibility in the Xcode project file.
+  - Fix --with-{openssl|gnutls} to accept path names.
+  - Fix LSB header of Debian init script.
   - Updated doc/Platforms.txt and include new script contrib/platformtest.sh
     to ease generating platform reports.
   - Fix connection information for already registered connections.
diff --git a/NEWS b/NEWS
index d386de2ef3fa7297338d210cec8d2ba28d11b564..247afb1929ae4244a67fcfb7c96b65987dead5d8 100644 (file)
--- a/NEWS
+++ b/NEWS
                                   -- NEWS --
 
 
-ngIRCd Release 14.2
-
+ngIRCd Release 15
+
+  - Do not add default listening port (6667) if SSL ports were specified, so
+    ngIRCd can be configured to only accept SSL-encrypted connections now.
+  - Enable IRC operators to use the IRC command SQUIT (insted of the already
+    implemented but non-standard DISCONNECT command).
+  - New configuration option "AllowRemoteOper" (disabled by default) that
+    enables remote IRC operators to use the IRC commands SQUIT and CONNECT
+    on the local server.
   - Enforce upper limit on maximum number of handled commands. This implements
     a throttling scheme: an IRC client can send up to 3 commands or 256 bytes
     per second before a one second pause is enforced.