commit 755592e2c9e7e9cafbdf2b349a0df41dfeae83aa Author: Emmanuele Bassi Date: Fri Feb 26 14:04:12 2010 +0000 Release 0.10.2 (stable snapshot) configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 382159118096b899b10411c8b37dbc743702e205 Author: Emmanuele Bassi Date: Fri Feb 26 14:03:59 2010 +0000 Update NEWS file NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit a5d9c7bd125571c877f1f7b76f92412b37fc4ce4 Author: Emmanuele Bassi Date: Sun Jan 24 18:58:28 2010 +0000 docs: Fix the GBoxed registration example The registration function for serialization and deserialization has been replaced by two separate functions before releasing 0.10, but I forgot to update the example in the documentation. (cherry picked from commit ea666891cb1e6fc9e527ce6c93a306bc97145f16) json-glib/json-gboxed.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 1ce1d549477b79e7d94fb891f323afbdb8a8d4ce Author: Emmanuele Bassi Date: Sun Jan 10 09:59:14 2010 +0000 Initialize every member of JsonObject on construction We create JsonObject structures using g_slice_new(), so we need to initialize every member of the structure ourselves. (cherry picked from commit c09c2dc1c54c83fea4ef93486081fe3fab35452c) json-glib/json-object.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit dae32677d140a3ba6a15e1198b53ea0b3e1716b0 Author: Emmanuele Bassi Date: Tue Dec 29 15:35:21 2009 +0000 Post-release version bump to 0.10.1 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)