jansson 1.0.4
[jansson.git] / CHANGES
1 Version 1.0.4, released 2009-10-11
2
3 * Relax Autoconf version requirement to 2.59
4 * Make Jansson compile on platforms where plain char is unsigned
5 * Fix API tests for object
6
7
8 Version 1.0.3, released 2009-09-14
9
10 * Check for integer and real overflows and underflows in decoder
11 * Use the Python json module for tests, or simplejson if the json
12   module is not found
13 * Distribute changelog (this file)
14
15
16 Version 1.0.2, released 2009-09-08
17
18 * Handle EOF correctly in decoder
19
20
21 Version 1.0.1, released 2009-09-04
22
23 * Fixed broken json_is_boolean()
24
25
26 Version 1.0, released 2009-08-25
27
28 * Initial release