ObjFW  Check-in [f226801be6]

Overview
Comment:Update ChangeLog.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f226801be6ad7822479bdcd77516cb617e9fa6caa659d25a49ce7dc5478747a9
User & Date: js on 2011-04-10 18:07:00
Other Links: manifest | tags
Context
2011-04-11
00:37
A few readability improvements. check-in: e52ccc8d45 user: js tags: trunk
2011-04-10
18:07
Update ChangeLog. check-in: f226801be6 user: js tags: trunk
12:19
Apple GCC 4.0.1 thinks this variable might be uninitialized.
It can't, but let's make GCC happy.
check-in: 6ba1cbaddb user: js tags: trunk
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