]> arthur.barton.de Git - ngircd-alex.git/blobdiff - ChangeLog
2021! :-)
[ngircd-alex.git] / ChangeLog
index 75adf7011dbc750190aa1d873d94a5a079678ac1..b72bccbf77a299e091de78b8d957e0d8d34ed618 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,15 +2,21 @@
                      ngIRCd - Next Generation IRC Server
                            http://ngircd.barton.de/
 
-               (c)2001-2020 Alexander Barton and Contributors.
+               (c)2001-2021 Alexander Barton and Contributors.
                ngIRCd is free software and published under the
                    terms of the GNU General Public License.
 
                                -- ChangeLog --
 
-ngIRCd 26
+ngIRCd 26 (2020-06-20)
 
-  ngIRCd 26~rc2
+  ngIRCd 26~rc2 (2020-06-11)
+  - Add AppStream metadata file (contrib/de.barton.ngircd.metainfo.xml).
+  - Don't send invalid CHANINFO commands when a channel has mode +k set but no
+    key is known to the server. This can happen with a misconfigured predefined
+    channel, for example, and looked like this: "CHANINFO #test +Pk  0 :" --
+    note the unset key represented by the two spaces. Fix this by sending a
+    "*" in this case and update the CHANINFO documentation, too.
   - ngircd.spec: Fix names of README.md and INSTALL.md, add ".md" extension.
   - Update description texts in the README.md file, the RPM and Debian package
     files and the manual page: bring them in line with the updated homepage.