ObjFW  Check-in [282011d842]

Overview
Comment:Update the ChangeLog for 0.5.4.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.5 | 0.5.4-release
Files: files | file ages | folders
SHA3-256: 282011d8423ebcf865ac1cb7200680ae1da4513fdbcce1fb7b75e70c0201c9b9
User & Date: js on 2011-08-30 16:29:44
Other Links: branch diff | manifest | tags
Context
2011-09-06
11:42
Fix handling of nested namespaces in OFXMLElement. check-in: 55599756ab user: js tags: 0.5
2011-08-30
16:29
Update the ChangeLog for 0.5.4. check-in: 282011d842 user: js tags: 0.5, 0.5.4-release
16:25
Set version to 0.5.4 in 0.5 branch. check-in: 8e1a29fa84 user: js tags: 0.5
Changes

Modified ChangeLog from [194738e731] to [6f581b20cf].

1
2
3







4
5
6
7
8
9
10
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17



+
+
+
+
+
+
+







Legend:
 * Changes of existing features or bugfixes.
 + New features.

ObjFW 0.5.3 -> ObjFW 0.5.4, 30.08.2011
 * The blocks runtime is now working correctly.
 * Documentation fixes.
 * -framework works with objfw-compile now.
 + Support for QNX.
 * Various small fixes.

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().