diff options
author | Jonathan Schleifer <js@webkeks.org> | 2011-07-01 01:24:51 +0200 |
---|---|---|
committer | Jonathan Schleifer <js@webkeks.org> | 2011-07-01 01:24:51 +0200 |
commit | c880f2c9a7f181ef54900d67b5332b88806d9d73 (patch) | |
tree | eec498ff0a0dffce0d22133410975b975e6402fb /ChangeLog | |
parent | 42231b6d0a7bd9e58b9a8ab1d0377f8c5e419e68 (diff) |
Update ChangeLog.0.5.3-release
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,10 @@ Legend: * Changes of existing features or bugfixes. + New features. -ObjFW 0.5.1 -> ObjFW 0.5.2, 25.4.2011 +ObjFW 0.5.2 -> ObjFW 0.5.3, 01.07.2011 + * Lots of bugfixes, see Mercurial log for details. (hg log -b 0.5) + +ObjFW 0.5.1 -> ObjFW 0.5.2, 25.04.2011 * Fix double-retain in OFList. * Don't ignore the timeout in OFStreamObserver when using select(). * Do -[OFURL copy] in a try block to prevent a leak when an exception occurs. |