Update ChangeLog file

This commit is contained in:
Alexander Barton 2015-11-15 17:07:56 +01:00
parent 49acb68584
commit 6ed59a8548
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@
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.