]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Update NEWS and ChangeLog files
authorAlexander Barton <alex@barton.de>
Sun, 11 Feb 2018 09:22:41 +0000 (10:22 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 11 Feb 2018 09:22:41 +0000 (10:22 +0100)
ChangeLog
NEWS

index d933f365ae70608c3203670f09ebe7522cde566a..026987d5faf07345c53c13cabe6145a85f4157b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,20 @@
                                -- ChangeLog --
 
 
                                -- ChangeLog --
 
 
+ngIRCd 25
+
+  - Fix some compiler warnings.
+  - Allow IRC Ops and remote servers to KILL service clients: such clients
+    behave like regular users, therefore IRC operators and servers should be
+    able to KILL them: for example to resolve nick collisions.
+    Closes #242.
+  - Don't forward KILLs to other servers if they've been blocked locally:
+    This prevents clients from killing IRC services, for example.
+    Closes #238 and #239.
+  - Fix a cross-compiler issue related to the Get_Error() function.
+    Closes #240 and #241.
+  - Update ./doc/Services.txt, enhance configuration examples.
+
 ngIRCd 24 (2017-01-20)
 
   - Make sure that ./contrib/platformtest.sh aborts when ./autogen.sh fails.
 ngIRCd 24 (2017-01-20)
 
   - Make sure that ./contrib/platformtest.sh aborts when ./autogen.sh fails.
diff --git a/NEWS b/NEWS
index 4e2c64bc46990f030c08e5c7cb74796f8173e034..48956068a6d169e6992013d61ad08a5485575f34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,12 @@
 
                                   -- NEWS --
 
 
                                   -- NEWS --
 
+ngIRCd 25
+
+  - Allow IRC Ops and remote servers to KILL service clients: such clients
+    behave like regular users, therefore IRC operators and servers should be
+    able to KILL them: for example to resolve nick collisions.
+    Closes #242.
 
 ngIRCd 24 (2017-01-20)
 
 
 ngIRCd 24 (2017-01-20)