[libepc] 0.4.2



commit c479dabc3a643e1fa6fe3611f99240ad347642e1
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Oct 13 16:52:59 2011 +0200

    0.4.2

 ChangeLog    |    2 ++
 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 3 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 82cec3d..7659f74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+	=== Release 0.4.2 ===
+	
 2011-10-12  Murray Cumming  <murrayc murrayc com>
 
 	Build: examples: Avoiding some repetition.
diff --git a/NEWS b/NEWS
index dd05450..7d6f779 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Release 0.4.2
+==============
+
+  * Build:
+  - examples: Fix linker problems.
+    (Murray Cumming)
+  - Avoid use of deprecated G_CONST_RETURN.
+    (Ionut Biru) Bug #660558
+
 Release 0.4.1
 ==============
 
diff --git a/configure.ac b/configure.ac
index 5b4005d..883d907 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([libepc], [0.4.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=libepc], [libepc], [http://live.gnome.org/libepc])
+AC_INIT([libepc], [0.4.2], [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])



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