[libepc] 0.4.0



commit 1b2295639821e40ef15a488690e3f91ae083ede0
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu May 12 21:37:27 2011 +0200

    0.4.0

 ChangeLog    |    2 ++
 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0b3012b..72565d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+	=== Release 0.4.0 ===
+
 2010-05-12  Murray Cumming  <murrayc murrayc com>
 
 	Fix the build with --enable-compiler-warnings=error
diff --git a/NEWS b/NEWS
index 97c4060..0cc97f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Release 0.4.0
+==============
+
+        * Use avahi-ui-gtk3, and therefore GTK+ 3, instead of avahi-ui, which 
+	used GTK+ 2. This is an ABI change, but libepc is still an unstable 
+	library anyway.
+	Bug #649404 (Christopher Dale)
+	* Fix compilation with GSEAL_ENABLE defined.
+	(David King)
+
 Release 0.3.11
 ==============
 
diff --git a/configure.ac b/configure.ac
index 5a1bade..e2a8690 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([libepc], [0.3.11], [https://bugzilla.gnome.org/enter_bug.cgi?product=libepc], [libepc], [http://live.gnome.org/libepc])
+AC_INIT([libepc], [0.4.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libepc], [libepc], [http://live.gnome.org/libepc])
 AM_INIT_AUTOMAKE([1.10.3 -Wall dist-bzip2 no-define subdir-objects])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
@@ -20,7 +20,7 @@ dnl    the last update, increment CURRENT, and set REVISION to 0.
 dnl 4. If any interfaces have been added, then increment AGE.
 dnl 5. If any interfaces have been removed, then set AGE to 0.
 dnl
-LT_VERSION_INFO="2:0:0"
+LT_VERSION_INFO="3:0:0"
 AC_SUBST(LT_VERSION_INFO)
 
 GETTEXT_PACKAGE=libepc



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