json-glib 0.13.2



About JSON-GLib
===============

JSON-GLib implements a full JSON parser using GLib and GObject. Use
JSON-GLib it is possible to parse and generate valid JSON data
structures, using a DOM-like API. JSON-GLib also offers GObject
integration, providing the ability to serialize and deserialize
GObject instances to and from JSON data types.

ChangeLog
=========

commit aa793a4fbcc4d44d367ba84d3782823885fec045
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed May 18 13:37:38 2011 +0100

    Release JSON-GLib 0.13.2 (snapshot)

 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)

commit 595bdd9cc160f10edefb9e54f45cb4727f39ac24
Merge: 46a8e57 d3db7ac
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed May 4 01:47:14 2011 +0800

    Merge branch 'master' into msvc-patch

commit d3db7acc1f53491b6dd9637991a1eaf8bb5c5002
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Tue May 3 00:20:12 2011 +0900

    Fixed json_deserialize_pspec() to handle null nodes.
    
    This fixes deserialization to match serialization (bug 648539)

 json-glib/json-gobject.c |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

commit 9824a32a803bd194208d460068ce5ba91d776686
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sat Apr 23 18:15:37 2011 +0900

    Warn from json_gobject_deserialize() if a listed property cannot be deserialized.

 json-glib/json-gobject.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 254e8e969968e7ed5f594238a980b20c6fabc46e
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 21 02:29:53 2011 +0100

    reader: Fix bug in example usage

 json-glib/json-reader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 46a8e576f2fae9563219fcd72a9866826e684559
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Apr 13 00:34:05 2011 +0800

    VS 2010 Project Files (automation support included)
    
    These are the VS 2010 project files to build JSON-GLib
    and its test programs.  The project for building the main JSON-GLib
    DLL has its source files input into it by the preprocessor during
    "make dist", like the VS2008 project files, simplifying its maintenance.

 build/win32/vs10/array-test.vcxproj                |  172 +++++++++++++++++
 build/win32/vs10/array-test.vcxproj.filters        |   14 ++
 build/win32/vs10/builder-test.vcxproj              |  172 +++++++++++++++++
 build/win32/vs10/builder-test.vcxproj.filters      |   14 ++
 build/win32/vs10/generator-test.vcxproj            |  172 +++++++++++++++++
 build/win32/vs10/generator-test.vcxproj.filters    |   14 ++
 build/win32/vs10/install.vcxproj                   |  149 +++++++++++++++
 build/win32/vs10/json-glib.props                   |  123 ++++++++++++
 build/win32/vs10/json-glib.sln                     |  146 +++++++++++++++
 build/win32/vs10/json-glib.vcxproj.filtersin       |   20 ++
 build/win32/vs10/json-glib.vcxprojin               |  196 ++++++++++++++++++++
 build/win32/vs10/node-test.vcxproj                 |  172 +++++++++++++++++
 build/win32/vs10/node-test.vcxproj.filters         |   14 ++
 build/win32/vs10/object-test.vcxproj               |  172 +++++++++++++++++
 build/win32/vs10/object-test.vcxproj.filters       |   13 ++
 build/win32/vs10/parser-test.vcxproj               |  172 +++++++++++++++++
 build/win32/vs10/parser-test.vcxproj.filters       |   14 ++
 build/win32/vs10/reader-test.vcxproj               |  173 +++++++++++++++++
 build/win32/vs10/reader-test.vcxproj.filters       |   14 ++
 build/win32/vs10/test-serialize-boxed.vcxproj      |  172 +++++++++++++++++
 .../vs10/test-serialize-boxed.vcxproj.filters      |   14 ++
 build/win32/vs10/test-serialize-complex.vcxproj    |  171 +++++++++++++++++
 .../vs10/test-serialize-complex.vcxproj.filters    |   14 ++
 build/win32/vs10/test-serialize-full.vcxproj       |  172 +++++++++++++++++
 .../win32/vs10/test-serialize-full.vcxproj.filters |   14 ++
 build/win32/vs10/test-serialize-simple.vcxproj     |  171 +++++++++++++++++
 .../vs10/test-serialize-simple.vcxproj.filters     |   14 ++
 27 files changed, 2678 insertions(+), 0 deletions(-)

commit 6c74292e66be25840612d7ee6871f1668010eada
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Apr 13 00:30:38 2011 +0800

    Updates to MSVC pre-configured headers
    
    Add automation support for config.h.win32(.in), so config.h.win32
    will be distributed with the correct version info during "make dist"
    
    Also eliminate json-version.h.win32 as it is no longer needed (distribute
    json-version.h during "make dist")

 build/win32/config.h.win32       |   61 -----------------------
 build/win32/config.h.win32.in    |   61 +++++++++++++++++++++++
 build/win32/json-version.h.win32 |  100 --------------------------------------
 3 files changed, 61 insertions(+), 161 deletions(-)

commit a7bdf87ec150ac7a88a850190fa79359197e552e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Apr 13 00:26:35 2011 +0800

    MSVC Support with automation added (autotools part)
    
    This updates the autotools files so that the project to compile the main
    JSON-GLib DLL will have its source files filed into the project during
    "make dist".  Plus, it enables the creation/distribution of json-version.h
    and config.h.win32 with the correct version info during "make dist".
    
    These changes will simplify the maintenance of the VS project files,
    and support for VS2010 is also added here, with similar automation support,
    too.

 Makefile.am                  |    2 +-
 build/win32/Makefile.am      |    4 ++--
 build/win32/vs10/Makefile.am |   33 +++++++++++++++++++++++++++++++++
 build/win32/vs9/Makefile.am  |    1 +
 configure.ac                 |    2 ++
 json-glib/Makefile.am        |   39 ++++++++++++++++++++++++++++++++++++++-
 6 files changed, 77 insertions(+), 4 deletions(-)

commit 20fe28cfaa605e11c47fe53232b5dccfa47ddf8b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Apr 13 00:02:48 2011 +0800

    Update VS 2008 Project Files
    
    Add automation support for the VS 2008 project files
    These are the updated VS 2008 Project files and property sheets
    themselves.  x64 compiling support is also added

 build/win32/vs9/array-test.vcproj             |  132 ++++-------
 build/win32/vs9/builder-test.vcproj           |  134 ++++-------
 build/win32/vs9/generator-test.vcproj         |  134 ++++-------
 build/win32/vs9/install.vcproj                |   44 +++--
 build/win32/vs9/json-glib.sln                 |  115 +++++++++-
 build/win32/vs9/json-glib.vcproj              |  317 -------------------------
 build/win32/vs9/json-glib.vcprojin            |  204 ++++++++++++++++
 build/win32/vs9/json-glib.vsprops             |   20 +-
 build/win32/vs9/node-test.vcproj              |  134 ++++-------
 build/win32/vs9/object-test.vcproj            |  134 ++++-------
 build/win32/vs9/parser-test.vcproj            |  125 ++++------
 build/win32/vs9/reader-test.vcproj            |  134 ++++-------
 build/win32/vs9/test-serialize-boxed.vcproj   |  134 ++++-------
 build/win32/vs9/test-serialize-complex.vcproj |  134 ++++-------
 build/win32/vs9/test-serialize-full.vcproj    |  134 ++++-------
 build/win32/vs9/test-serialize-simple.vcproj  |  133 ++++-------
 16 files changed, 917 insertions(+), 1245 deletions(-)

commit 61da54311018f7afedb5d1e8cbd88ae7a284714f
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Tue Apr 12 08:53:26 2011 +0100

    doap: Fix the URI for Bugzilla
    
    JSON-GLib uses the GNOME Bugzilla instance.

 json-glib.doap |   19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

commit 0ff8f784848ad34c37bd60ad92791c6f76944803


Download
========

http://download.gnome.org/sources/json-glib/0.13/json-glib-0.13.2.tar.gz  (600K)
  sha256sum: a9f2512aa19e0cf53f1aaf91309d39e901a84a8c53eec60218957c59bc1f3a40

http://download.gnome.org/sources/json-glib/0.13/json-glib-0.13.2.tar.bz2 (475K)
  sha256sum: 8cbf7306a0928bed9ece99820ff8154943cf5a8558fd728a7710399825352720



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]