commit 9c8c48f62ecb76adad23fba886497c4b69a58c3d
Author: Stef Walter <stefw@gnome.org>
Date:   2015-10-20

    Bump version number

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

commit 66a360bfeb5e2a5fb12323b03b9c7e3844a8e159
Author: Stef Walter <stefw@gnome.org>
Date:   2015-10-19

    egg: Fix bad precondation checking timegm() result
    
    https://bugs.freedesktop.org/show_bug.cgi?id=92383

 egg/egg-asn1x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e53af4d55052b879581abf6af66b8a067dfb86df
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   2015-10-17

    secret-prompt: don't explicitly disconnect skeleton signals
    
    After we are unexported, those signals will not be emitted anymore.

 daemon/dbus/gkd-secret-prompt.c | 2 --
 1 file changed, 2 deletions(-)

commit 7840cb97902c952c34831cc63dcba00ececabd0c
Author: Stef Walter <stefw@gnome.org>
Date:   2015-10-16

    dbus: Fix object path regression from GDBus port
    
    Previously objects were only explicitly exported on the bus when
    they were ready. However now due to GDBus handler connections
    they are exported earlier.
    
    Make sure to export a prompt object before something is exported
    at the same object path to take its place.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756032

 daemon/dbus/gkd-secret-create.c |  1 +
 daemon/dbus/gkd-secret-prompt.c | 10 ++++++++++
 daemon/dbus/gkd-secret-prompt.h |  3 +++
 3 files changed, 14 insertions(+)