--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-10684
2013-06-12 18:39:03
--------------------------------------------------------------------------------

Name        : json-c
Product     : Fedora 19
Version     : 0.11
Release     : 1.fc19
URL         : https://github.com/json-c/json-c/wiki
Summary     : A JSON implementation in C
Description :
JSON-C implements a reference counting object model that allows you to easily
construct JSON objects in C, output them as JSON formatted strings and parse
JSON formatted strings back into the C representation of JSON objects.

--------------------------------------------------------------------------------
Update Information:

Upstream changelog for 0.11:

- IMPORTANT: the name of the library has changed to libjson-c.so and the header 
files are now in include/json-c. The pkgconfig name has also changed from json 
to json-c. You should change your build to use appropriate -I and -l options. A 
compatibility shim is in place so builds using the old name will continue to 
work, but that will be removed in the next release.
- Maximum recursion depth is now a runtime option. json_tokener_new() is 
provided for compatibility. json_tokener_new_ex(depth)
- Include json_object_iterator.h in the installed headers.
- Add support for building on Android.
- Rewrite json_object_object_add to replace just the value if the key already 
exists so keys remain valid.
- Make it safe to delete keys while iterating with the 
json_object_object_foreach macro.
- Add a json_set_serializer() function to allow the string output of a 
json_object to be customized.
- Make float parsing locale independent.
- Add a json_tokener_set_flags() function and a JSON_TOKENER_STRICT flag.
- Enable -Werror when building.
- speed improvements to parsing 64-bit integers on systems with working sscanf
- Add a json_object_object_length function.
- Fix a bug (buffer overrun) when expanding arrays to more than 64 entries.

--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update json-c' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-announce

Reply via email to