commit 290becf008c51e64d10292c9f05a55870eeb3788
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Sep 21 22:22:19 2011 -0400

    NEWS update for 3.0.3.1 release.

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

commit 4b214462925a82ce9b14340a859eaa5aae668a25
Author: Milan Crha <mcrha@redhat.com>
Date:   Mon Sep 19 11:48:11 2011 +0200

    Bug #659184 - Contacts calendar backend doesn't show events

 addressbook/libedata-book/e-book-backend-sexp.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit e5c485ae6288620a46141458f9bd4007b46e5cd1
Author: Patrick Ohly <patrick.ohly@intel.com>
Date:   Wed Sep 14 17:05:42 2011 +0200

    Bug #655253 - fix regression introduced with MOD_ONLY_THIS
    
    Part of the code reorganization was removal of check_dup_uid() from
    the normal "add component" code paths. It was only done as sanity
    check when loading a file. That sanity check then incorrectly rewrote
    UIDs, because it didn't take into account that detached recurrences
    have (and must have) the same UID as the recurring master event.
    
    This patch fixes check_dup_uid() accordingly. It moves the
    uid g_free() into the bottom of the function to have a common
    cleanup section.

 calendar/backends/file/e-cal-backend-file.c |   29 +++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 4 deletions(-)