]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Update ChangeLog file
authorAlexander Barton <alex@barton.de>
Sun, 15 Nov 2015 16:07:56 +0000 (17:07 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 15 Nov 2015 16:07:56 +0000 (17:07 +0100)
ChangeLog

index 99208ede0b4f872428f830a763deb440da065412..20fca80fef24e3004c4c99ff0f6154e20b4bcbfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 ngIRCd 23
 
 
 ngIRCd 23
 
+  - Explicitly cast time_t to long when printing it out: this prevents
+    wrong sized data types on platforms where time_t doesn't equal a
+    long any more, for example on OpenBSD (which would result in garbled
+    output on those platforms).
+  - contrib/Debian/changelog: Fix email address.
+  - Documentation: Spelling fixes; update doc/Platforms.txt.
+
   ngIRCd 23~rc1 (2015-09-06)
   - Add ".clang_complete" file, which is used by the "linter-clang" package
     of the Atom editor, for example.
   ngIRCd 23~rc1 (2015-09-06)
   - Add ".clang_complete" file, which is used by the "linter-clang" package
     of the Atom editor, for example.