From edfabdf078038cfd193cdc4466e5fe44502f9d09 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Aug 2011 18:55:36 -0400 Subject: [PATCH] 0.7.4 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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])