summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-08-27 18:55:36 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-08-27 18:55:36 -0400
commitedfabdf078038cfd193cdc4466e5fe44502f9d09 (patch)
treee28f563e5d44c29efe80f702fe08cd84f533edd9
parente8ecbfb0360601ef5c4226ff40e038b76f2463bc (diff)
downloadlibnotify-edfabdf078038cfd193cdc4466e5fe44502f9d09.tar.gz
0.7.40.7.4
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 020f59b..eab1c3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+New in 0.7.4
+============
+
+- Improve documentation of supported image data formats (Colin Walters)
+- Honor aclocal flags (Craig Keogh)
+- Update autotools configuration (Javier Jardón)
+- Test notification removal (William Jon McCann)
+
NEW in 0.7.3:
==============
diff --git a/configure.ac b/configure.ac
index 67fd70d..180b127 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl ################################################################
dnl # Initialize autoconf
dnl ################################################################
AC_INIT([libnotify],
- [0.7.3],
+ [0.7.4],
[https://bugzilla.gnome.org/enter_bug.cgi?product=libnotify],
[libnotify])
AC_PREREQ([2.63])