commit c4123852196304818fe5d85d847ebe96da99e1db Author: Emmanuele Bassi Date: Mon Jan 10 11:36:34 2011 +0000 Release JSON-GLib 0.12.2 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d16362205e8898357479ab7ad39865d57c2dda85 Author: Emmanuele Bassi Date: Mon Jan 10 11:36:22 2011 +0000 Update NEWS file NEWS | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit caf6c33ab80dd06f7eb58badb1e0509d1bd9357d Author: Evan Nemerson Date: Sat Nov 20 16:25:41 2010 -0800 Add C include information to GIR Bug #635398 (cherry picked from commit 4549af3210461a07dc84a30433a0a23764618e4c) Signed-off-by: Emmanuele Bassi json-glib/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 89c2e81e0be5ec7ef53c1b142502a813fcffcc9e Author: Emmanuele Bassi Date: Mon Jan 10 10:45:39 2011 +0000 generator: Use g_ascii_dtostr() to avoid losing precision The nice format escape for g_ascii_formatd() is not really suited for a serialization format, as it obviously loses precision. https://bugzilla.gnome.org/show_bug.cgi?id=637244 (cherry picked from commit 02dd77efaa60201f74349c969dc005c8bb092057) Signed-off-by: Emmanuele Bassi json-glib/json-generator.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 93dadcaf4da217265b045bc0398d2944ec4b7cba Author: Emmanuele Bassi Date: Mon Jan 10 10:43:58 2011 +0000 builder-test: Do not compare serialized double values Serialization of floating point values might lead to odd formats, especially when dealing with IEEE machine-neutral values. (cherry picked from commit 3dbab961e675d0684df1121906ae3588d09653e6) Signed-off-by: Emmanuele Bassi json-glib/tests/builder-test.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 80e9c9666a8f51b4210cfe6d36bf4b2443ec6a2b Author: Emmanuele Bassi Date: Mon Jan 10 11:26:38 2011 +0000 tests: Gracefully handle missing g_assert_error() We depend on GLib ≥ 2.16, but g_assert_error() landed in GLib 2.20; use a fallback depending on a compile-time version check to avoid breaking compilation of the test suite. https://bugzilla.gnome.org/show_bug.cgi?id=632190 json-glib/tests/parser-test.c | 7 +++++++ json-glib/tests/reader-test.c | 12 ++++++++++++ 2 files changed, 19 insertions(+), 0 deletions(-) commit 389e3213ff33aee096a6734ae87080462310a893 Author: Luca Bruno Date: Thu Jan 6 17:44:46 2011 +0100 Add missing introspection annotations. https://bugzilla.gnome.org/show_bug.cgi?id=638932 (cherry picked from commit e828cba563f2584e848994935478a7ffd21728df) Signed-off-by: Emmanuele Bassi json-glib/json-array.c | 8 ++++---- json-glib/json-node.c | 8 ++++---- json-glib/json-object.c | 8 ++++---- json-glib/json-parser.c | 2 +- json-glib/json-serializable.c | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) commit 8b2d33e086277e08f3e24798f9b3453815137ecc Author: Emmanuele Bassi Date: Tue Oct 19 09:59:38 2010 +0100 build: Resync the GTest rules with upstream Upstream GLib fixed the test rules to avoid repeating the test suite three times. (cherry picked from commit 20a16d5b9ecabe68ee18655b2ff3bdb17136c6f1) Signed-off-by: Emmanuele Bassi build/autotools/Makefile.am.gtest | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) commit 93069a40ff7b26d787218ea3f23a23b9b53e8d05 Author: Emmanuele Bassi Date: Tue Dec 14 11:37:25 2010 +0000 generator: Implement dumping bare values JsonGenerator is not able to generate strings for bare values, something that completely went under the radar for all this time. (cherry picked from commit 4add0e081b8f58dec1cd68152d846be87942091e) Signed-off-by: Emmanuele Bassi json-glib/json-generator.c | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) commit 53757dffe4e36f01901991045270e3d4986e8f91 Author: Emmanuele Bassi Date: Wed Sep 29 17:25:18 2010 +0100 build: Use -no-undefined when compiling on win32 (cherry picked from commit d28db01f5d12497ec96d5e507af4003b076dd154) Signed-off-by: Emmanuele Bassi configure.ac | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit 6b4d49b8024f672d62a7059c083455ad31f7d0eb Author: Emmanuele Bassi Date: Sat Sep 25 11:59:23 2010 +0100 Post-release version bump to 0.12.1 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)