Merge branch '1.1'
[jansson.git] / CHANGES
1 Version 1.1.1, released 2009-10-26
2
3 * All documentation files were not distributed with v1.1; build
4   documentation in make distcheck to prevent this in the future
5 * Fix v1.1 release date in CHANGES
6
7
8 Version 1.1, released 2009-10-20
9
10 * API additions and improvements:
11   - Extend array and object APIs
12   - Add functions to modify integer, real and string values
13   - Improve argument validation
14   - Use unsigned int instead of uint32_t for encoding flags
15 * Enhance documentation
16   - Add getting started guide and tutorial
17   - Fix some typos
18   - General clarifications and cleanup
19 * Check for integer and real overflows and underflows in decoder
20 * Make singleton values thread-safe (true, false and null)
21 * Enhance circular reference handling
22 * Don't define -std=c99 in AM_CFLAGS
23 * Add C++ guards to jansson.h
24 * Minor performance and portability improvements
25 * Expand test coverage
26
27
28 Version 1.0.4, released 2009-10-11
29
30 * Relax Autoconf version requirement to 2.59
31 * Make Jansson compile on platforms where plain char is unsigned
32 * Fix API tests for object
33
34
35 Version 1.0.3, released 2009-09-14
36
37 * Check for integer and real overflows and underflows in decoder
38 * Use the Python json module for tests, or simplejson if the json
39   module is not found
40 * Distribute changelog (this file)
41
42
43 Version 1.0.2, released 2009-09-08
44
45 * Handle EOF correctly in decoder
46
47
48 Version 1.0.1, released 2009-09-04
49
50 * Fixed broken json_is_boolean()
51
52
53 Version 1.0, released 2009-08-25
54
55 * Initial release