[unique] [release] 1.1.2



commit 8ed084cf45766e8888d9c32025a4c950eca70c0e
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Aug 24 22:21:45 2009 +0100

    [release] 1.1.2

 NEWS         |   13 +++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 76d7349..f59da59 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes for Unique 1.1.2
+========================
+* Follow GTK+'s single header include policy [Armin Burgmeier]
+* Remove a weak reference on the watched window [Armin Burgmeier]
+* Rework the build environment:
+  - use a recent syntax for the configure.ac
+  - use AS_COMPILER_FLAGS to ensure portability
+  - use Shave to clean up the build output
+* Allow compiling out the Unix Domain Socket backend (bacon)
+* Use the D-Bus backend by default
+* Use GTK-Doc >= 1.11 to generate a proper Index
+* Use X11-specific API only if we have support for it
+
 Changes for Unique 1.0.4
 ========================
 * Plug a leak in UniqueMessageData [Cosimo Cecchi]
diff --git a/README b/README
index dfc9bbd..f426e33 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ different IPC mechanisms depending on the platform.
 Project page: http://live.gnome.org/LibUnique
 Main repository: git://github.com/ebassi/unique.git
 
-Copyright (C) 2007  Emmanuele Bassi
+Copyright (C) 2007,2008,2009  Emmanuele Bassi
 
 Part of the API and design is based on GUniqueApp, by Vytautas Liuolia.
 The "bacon" backend is based on BaconMessageConnection, by Bastien Nocera.
diff --git a/configure.ac b/configure.ac
index c6f8078..2eea41a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # versioning
 m4_define([unique_major_version], [1])
 m4_define([unique_minor_version], [1])
-m4_define([unique_micro_version], [1])
+m4_define([unique_micro_version], [2])
 m4_define([unique_version], [unique_major_version.unique_minor_version.unique_micro_version])
 m4_define([unique_api_version], [unique_major_version.unique_minor_version])
 



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