ObjFW  Diff

Differences From Artifact [0edbca9161]:

To Artifact [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