commit c56bc2a1ba226833dbd3e06f4c99a7d86cbe916f
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Fri Mar 8 14:59:29 2013 +0100

    Prepare 0.0.3

 NEWS | 3 +++
 1 file changed, 3 insertions(+)

commit 0bdfc6ed9953b6ec1c2c07e417426ebccdcfb9f3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Feb 7 14:03:58 2013 -0500

    Be more robust against unknown entry types
    
    Right now when an unknown entry type is encountered, we can end up
    appending a NULL value in the middle of the entry list, which might
    later result in a segfault in the client dereferencing NULL when
    iterating the list.
    Be more robust to that error, so that the returned entry list is always
    composed of valid elements.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=872884
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693353

 src/zpj-skydrive.c | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

commit a39806b7690c9a7e6356971c2dc648b8a9d7d4c8
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Wed Jun 6 15:40:49 2012 +0200

    Add the Git URL to README

 README | 1 +
 1 file changed, 1 insertion(+)

commit 315e50b9ec347620a9b27c32b0d9a0c7560c1861
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Wed Jun 6 14:42:40 2012 +0200

    Post-release version bump

 NEWS         | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)