[notification-daemon] bump version to 3.16.1, update NEWS



commit 7d4a538b858e99469d7f04d1e0e148a89473747b
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Apr 15 00:15:53 2015 +0300

    bump version to 3.16.1, update NEWS

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f10197f..0c3a6a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 3.16.1
+==============
+- Fix timeout, based on patch by Jakub Adam. (Alberts Muktupāvels)
+- Properly check if GVariant is string. (Alberts Muktupāvels)
+- Fix crash in hint_to_boolean. (Alberts Muktupāvels)
+
 Version 3.16.0
 ==============
 - Free memory returned by g_find_program_in_path. (Dmitry Shachnev)
diff --git a/configure.ac b/configure.ac
index 960eec4..6ef95c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
 dnl ################################################################
 dnl # Initialize autoconf
 dnl ################################################################
-AC_INIT([notification-daemon],[3.16.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=notification-daemon],[notification-daemon])
+AC_INIT([notification-daemon],[3.16.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=notification-daemon],[notification-daemon])
 AC_PREREQ(2.63)
 
 AC_CONFIG_HEADERS([config.h])


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