commit 49328c955518cc237c1ac608c3ce34d042db59ca
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Mar 12 09:06:22 2012 +0000

    Release version 0.10.2

 NEWS |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 8eff8fa9138859e03e58c2aa76600ab63eb5c29c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Mar 8 00:09:08 2012 +0000

    core: Validate SSL certificates for all connections

    This prevents MitM attacks which use spoofed SSL certificates.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=671535

 configure.ac          |    7 +++++++
 gdata/gdata-service.c |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 032a4bbd403359e60cc8118a476047aee82915e9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Jan 21 10:20:44 2012 +0000

    build: Remove some #defines from gdata.symbols

    They should never have been in there, and were breaking the build
    on Solaris.

    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=668365

 gdata/gdata.symbols |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 6eff5253536d584591f0561223612e55ef331a78
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Sat Jan 7 22:21:01 2012 -0500

    fix introspection for srcdir != builddir builds

    https://bugzilla.gnome.org/show_bug.cgi?id=667577

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 540f41778b6199c7aacd191ddad7e74874f32d70
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Dec 20 22:58:47 2011 +0000

    tests: Set G_MESSAGES_DEBUG when running tests

    Recent versions of GLib will only display debug messages when the
    appropriate logging domains are set in G_MESSAGES_DEBUG.

    Conflicts:

	gdata/tests/common.c

 gdata/tests/common.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 9e2f968340d243d4ffb65e1d36f087fee8005bfe
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Tue Dec 20 21:53:23 2011 +0000

    core: Don't use deprecated GLib threading API if we have a recent GLib

    If we have GLib ≥ 2.31.0, use the new threading/mutex/condition
    variable API
    to avoid deprecated function warnings.

    Note that this doesn't bump our GLib dependency from 2.30.0; if
    a recent
    enough GLib is not available, libgdata should still compile with
    the old
    threading API.

    Conflicts:

	gdata/gdata-client-login-authorizer.c

 gdata/gdata-buffer.c		       |   61 ++++++++++-
 gdata/gdata-buffer.h		       |    5 +
 gdata/gdata-client-login-authorizer.c |   68 +++++++++++
 gdata/gdata-download-stream.c	       |  103 +++++++++++++++++-
 gdata/gdata-oauth1-authorizer.c       |   43 +++++++
 gdata/gdata-service.c		       |   29 +++++-
 gdata/gdata-upload-stream.c	       |  200
 ++++++++++++++++++++++++++++++++-
 gdata/tests/common.c		       |    2 +
 gdata/tests/memory.c		       |    2 +
 gdata/tests/perf.c		       |    2 +
 gdata/tests/streams.c		       |   37 ++++---
 11 files changed, 531 insertions(+), 21 deletions(-)

commit b3c429c14011844067ad76b1af0387e88fc756b1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 14 23:32:26 2011 +0100

    build: Increment version to 0.10.2

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

commit 3cf5a3f734671986f45bac6aca1660a82620fb5b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:	Wed Sep 14 23:31:08 2011 +0100

    Release version 0.10.1

 NEWS	      |   18 ++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)