X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=06060acdd7288838d1af346bd185b4d2cfe7f821;hb=a93247d32f79d4b354c4a9e15bf05d787610eb2c;hp=99208ede0b4f872428f830a763deb440da065412;hpb=cb3a4321a23143f310d06dab4b65dc86998ed770;p=ngircd-alex.git diff --git a/ChangeLog b/ChangeLog index 99208ede..06060acd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,14 +2,21 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2015 Alexander Barton and Contributors. + (c)2001-2016 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. -- ChangeLog -- -ngIRCd 23 +ngIRCd 23 (2015-11-16) + + - 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