pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/json-glib
Module Name: pkgsrc
Committed By: obache
Date: Mon Oct 26 08:27:17 UTC 2009
Modified Files:
pkgsrc/textproc/json-glib: Makefile PLIST buildlink3.mk distinfo
Removed Files:
pkgsrc/textproc/json-glib/patches: patch-aa
Log Message:
Update json-glib to 0.8.0.
Overview of changes for 0.8.0
=============================
* Remove the in-tree Vala bindings: they are part of Vala, now
* Remove the in-tree Debian packaging
* Fix bug #958: JsonGenerator does not escape special characters
* Fix bug #965: Conditionally compile the test suite
* Display the filename and line inside the error messages when
loading from a file
* Fix bug #1203: Correctly terminate a string array
* Fix bug #1393: Regression tests fail on OpenBSD
* Do not leak memory on error code paths
* Improve and clean up the build system
* Make JsonNode completely opaque
* Conditionally generate introspection data on build
* Fix bug #1353: Do not overwrite when copying
* Deprecate json_object_add_member()
* Add convenience accessors for JsonObject and JsonArray
* Add convenience iteration functions for JsonObject and JsonArray
* Automatically promote integers to gint64, to compensate for the
lack of integer size in the JSON specificiation
* Disallow the inclusion of single header files: only json-glib,h
and json-gobject.h can be included directly
* Documentation fixes
* Clean up and remove code duplication inside the Parser object
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/json-glib/Makefile \
pkgsrc/textproc/json-glib/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/json-glib/PLIST \
pkgsrc/textproc/json-glib/buildlink3.mk
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/textproc/json-glib/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index