about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2009-10-03 16:45:09 +0200
committerAlexander Barton <alex@barton.de>2009-10-03 16:45:09 +0200
commit37e950a40ceef1e28fde92dd3b2c3bcd03800295 (patch)
tree38d17403f1b9170da7f0b5073de7e6d9c0a3fd4c /ChangeLog
parent55c04e691d2e069eebf1f2cc7d9992d2510f681f (diff)
downloadngircd-37e950a40ceef1e28fde92dd3b2c3bcd03800295.tar.gz
ngircd-37e950a40ceef1e28fde92dd3b2c3bcd03800295.zip
Updated NEWS and ChangeLog files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2300d1af..ab0d330a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,8 +10,19 @@
                                -- 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.