ObjFW  Check-in [84eb9249b4]

Overview
Comment:Update ChangeLog.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.5
Files: files | file ages | folders
SHA3-256: 84eb9249b44b390f1fccee5008d7c5b862fcd8d36c2960265952cbad93e15c4d
User & Date: js on 2011-04-10 18:07:00
Other Links: branch diff | manifest | tags
Context
2011-04-21
11:19
Merge a few changes from default branch to 0.5 branch. check-in: e1b8152dd9 user: js tags: 0.5
2011-04-10
18:07
Update ChangeLog. check-in: 84eb9249b4 user: js tags: 0.5
18:04
Set version to 0.5.1 in 0.5 branch. check-in: 65b10aa0d5 user: js tags: 0.5
Changes

Modified ChangeLog from [0edbca9161] to [4197859015].

1
2
3
4




5
6
7
8
9
10
11
12
Legend:
 * Changes of existing features or bugfixes.
 + New features.





ObjFW 0.4-alpha1 -> ObjFW 0.5, 09.04.2011
 + %@ is now allowed in format strings.
 + Added of_log for easy logging.
 * Exceptions have one header per exception now.
 * Lots of exception improvements.
 * Huge improvements in XML handling.
 * Improvements in socket handling, including improved API.
 * OFStreamObserver is now thread-safe and stops the current observe call when




>
>
>
>
|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Legend:
 * Changes of existing features or bugfixes.
 + New features.

ObjFW 0.5 -> ObjFW 0.5.1
 * Work around a wrong warning produced by Apple GCC 4.0.1 which would cause
   the build to fail due to -Werror.

ObjFW 0.4-alpha1 -> 0.5, 09.04.2011
 + %@ is now allowed in format strings.
 + Added of_log for easy logging.
 * Exceptions have one header per exception now.
 * Lots of exception improvements.
 * Huge improvements in XML handling.
 * Improvements in socket handling, including improved API.
 * OFStreamObserver is now thread-safe and stops the current observe call when