File json-c.changes of Package json-c
1
-------------------------------------------------------------------
2
Tue Feb 4 14:54:51 UTC 2014 - jengelh@inai.de
3
4
- Update metadata (description, RPM groups), and remove .la file
5
in %install, not %check.
6
7
-------------------------------------------------------------------
8
Mon Jan 6 13:09:45 UTC 2014 - fstrba@suse.com
9
10
- Upgrade to 0.11 version:
11
- SONAME change.
12
- Fix provides and obsoletes accordingly
13
- symlink the .pc file to the oldname for software that needs it
14
- Remove json-c-fix-headers.patch integrated upstream
15
16
-------------------------------------------------------------------
17
Sun Mar 10 08:38:30 UTC 2013 - coolo@suse.com
18
19
- add json-c-fix-headers.patch from master branch to fix compilation
20
of apps using the lib
21
22
-------------------------------------------------------------------
23
Thu Mar 7 09:43:30 UTC 2013 - bruno@ioda-net.ch
24
25
- Update to 0.10 version :
26
* Add a json_object_to_json_string_ext() function to allow output
27
to be formatted in a more human readable form.
28
* Add json_object_object_get_ex(), a NULL-safe get object method,
29
to be able to distinguish between a key not present and the value
30
being NULL.
31
* Add an alternative iterator implementation, see json_object_iterator.h
32
* Make json_object_iter public to enable external use of the
33
json_object_object_foreachC macro.
34
* Add a printbuf_memset() function to provide an effecient way to set and
35
append things like whitespace indentation.
36
* Adjust json_object_is_type and json_object_get_type so they return
37
json_type_null for NULL objects and handle NULL passed to
38
json_objct_object_get().
39
* Rename boolean type to json_bool.
40
* Fix various compile issues for Visual Studio and MinGW.
41
* Allow json_tokener_parse_ex() to be re-used to parse multiple object.
42
Also, fix some parsing issues with capitalized hexadecimal numbers and
43
number in E notation.
44
* Add json_tokener_get_error() and json_tokener_error_desc() to better
45
encapsulate the process of retrieving errors while parsing.
46
* Various improvements to the documentation of many functions.
47
* Add new json_object_array_sort() function.
48
* Fix a bug in json_object_get_int(), which would incorrectly return 0
49
when called on a string type object.
50
Eric Haszlakiewicz
51
* Add a json_type_to_name() function.
52
Eric Haszlakiewicz
53
* Add a json_tokener_parse_verbose() function.
54
Jehiah Czebotar
55
* Improve support for null bytes within JSON strings.
56
Jehiah Czebotar
57
* Fix file descriptor leak if memory allocation fails in json_util
58
Zachary Blair, zack_blair at hotmail dot com
59
* Add int64 support. Two new functions json_object_net_int64 and
60
json_object_get_int64. Binary compatibility preserved.
61
Eric Haszlakiewicz, EHASZLA at transunion com
62
Rui Miguel Silva Seabra, rms at 1407 dot org
63
* Fix subtle bug in linkhash where lookup could hang after all slots
64
were filled then successively freed.
65
Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com
66
* Make json_object_from_file take const char *filename
67
Spotted by Vikram Raj V, vsagar at attinteractive dot com
68
* Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am)
69
Brent Miller, bdmiller at yahoo dash inc dot com
70
* Correction to comment describing printbuf_memappend in printbuf.h
71
Brent Miller, bdmiller at yahoo dash inc dot com
72
73
- Packaging :
74
* upgrade upstream location https://gitub.com/json-c/json-c/wiki
75
* cleanup old patches included now upstream
76
. json-c-0.9-linkhash.patch
77
. json-c-0.9-json_tokener.patch
78
. json-c-0.9-json_object_from_file.patch
79
. json-c-0.9-base.patch
80
* Redone lfs patch against new 0.10 release
81
* Removed empty NEWS file
82
83
-------------------------------------------------------------------
84
Sun Apr 22 00:34:03 UTC 2012 - crrodriguez@opensuse.org
85
86
- Fix LFS support in x86.
87
- Do not build with -Werror
88
- Remove "la" files
89
- tune up autotools scripts as well ensure config.h is included
90
everywhere
91
92
-------------------------------------------------------------------
93
Sun Nov 13 13:50:27 UTC 2011 - jengelh@medozas.de
94
95
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
96
97
-------------------------------------------------------------------
98
Sun Nov 13 09:11:46 UTC 2011 - coolo@suse.com
99
100
- add libtool as explicit buildrequire to avoid implicit dependency from prjconf
101
102
-------------------------------------------------------------------
103
Mon Aug 29 08:01:40 UTC 2011 - coolo@novell.com
104
105
- add baselibs.conf for pulseaudio to use
106
- use original sources
107
108
-------------------------------------------------------------------
109
Thu Nov 4 17:22:27 UTC 2010 - chris@computersalat.de
110
111
- initial pkg 0.9
112
113