[libepc] 0.4.5



commit c1f3fa209afd957e1406a14f94dae0d0b3dee23b
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Nov 16 14:00:06 2016 +0100

    0.4.5

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 53d7ff4..fdd75cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Release 0.4.5
+=============
+
+ * Replace (deprecated) g_thread_create() with g_thread_new().
+   (Murray Cumming)
+ * Remove use of deprecated g_type_init().
+   (Murray Cumming)
+ * Replace (deprecated) GStaticRecMutex with GRecMutex
+   (Murray Cumming)
+ * Don't use g_thread_init() or g_thread_supported().
+   (Murray Cumming)
+ * Avoid several compiler warnings.
+   (Murray Cumming)
+
 Release 0.4.4
 ==============
 
diff --git a/configure.ac b/configure.ac
index 3f72cfc..aec8a6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([libepc], [0.4.4], [https://bugzilla.gnome.org/enter_bug.cgi?product=libepc], [libepc], 
[http://live.gnome.org/libepc])
+AC_INIT([libepc], [0.4.5], [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]