[unique] Release Unique 3.0.0 (stable)
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [unique] Release Unique 3.0.0 (stable)
- Date: Mon, 4 Apr 2011 21:52:18 +0000 (UTC)
commit 06cdf72bc63106a0d05c5eee2448778574ec25c8
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Mon Apr 4 22:41:10 2011 +0100
Release Unique 3.0.0 (stable)
This is expected to be the very last release of Unique; all
functionality should be provided by GIO and GTK+ itself.
Signed-off-by: Emmanuele Bassi <ebassi linux intel com>
NEWS | 14 ++++++++++++++
configure.ac | 6 +++---
2 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 633c331..b3053b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes for Unique 3.0.0
+========================
+â?¢ Set default DBus timeout to 3 seconds [Bill Nottingham]
+â?¢ Fix introspection annotations [Luciana Fujii Pontello]
+â?¢ Use GTK_CHECK_BACKEND to enable X11-specific API usage
+â?¢ Fix signedness of the lenght parameter of UniqueMessageData.set()
+â?¢ Bail out of UniqueMessageData.get_text_plain() if the message is empty
+â?¢ Fix the help string of the --enable-maintainer-flags configure switch
+â?¢ Update the documentation
+â?¢ Use the gobject-introspection Makefile template to generate
+ introspection files
+â?¢ Correctly version the API reference, to avoid collisions with the
+ gtk2.x series
+
Changes for Unique 2.91.4
=========================
� Build introspection against GTK+ 3.0 [Frédéric Péters]
diff --git a/configure.ac b/configure.ac
index c929b62..0bcb1a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# versioning
-m4_define([unique_major_version], [2])
-m4_define([unique_minor_version], [91])
-m4_define([unique_micro_version], [5])
+m4_define([unique_major_version], [3])
+m4_define([unique_minor_version], [0])
+m4_define([unique_micro_version], [0])
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]