[Xfce4-commits] <exo:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Dec 2 22:02:01 CET 2012
Updating branch refs/heads/master
to f2442083159fb8a6be669000283e8b3361798a31 (commit)
from d92e4797d07001f9396f61b2fdb6f48ee8970171 (commit)
commit f2442083159fb8a6be669000283e8b3361798a31
Author: Nick Schermer <nick at xfce.org>
Date: Sun Dec 2 21:58:34 2012 +0100
Updates for release.
NEWS | 9 +++++++++
configure.ac.in | 8 ++++----
2 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/NEWS b/NEWS
index ef140e2..41a6361 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.10.0
+======
+- Bump glib to 2.30 and drop exo-gio-module.
+- Bump Gtk to 2.24.
+- Draw the rubberband identical to gtk (bug #9526).
+- Don't use GSimpleResult in ExoJob (bug #6222).
+- Fix shadowed variable (bug #9493).
+- Translation updates: Arabic, Czech, Croatian, Korean.
+
0.9.1
=====
- Drop the item index for the icon view.
diff --git a/configure.ac.in b/configure.ac.in
index 7843ef4..ce56386 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,11 +11,11 @@ dnl ***************************
m4_define([libexo_verinfo], [1:0:1])
m4_define([libexo_version_api], [1])
m4_define([libexo_version_major], [0])
-m4_define([libexo_version_minor], [9])
-m4_define([libexo_version_micro], [1])
+m4_define([libexo_version_minor], [10])
+m4_define([libexo_version_micro], [0])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
dnl ********************************************
@@ -27,7 +27,7 @@ dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2004-2010 os-cillation.
-Copyright (c) 2004-2011 Xfce Development Team])
+Copyright (c) 2004-2012 Xfce Development Team])
AC_INIT([exo], [libexo_version], [http://bugzilla.xfce.org/])
AC_PREREQ([2.60])
AC_REVISION([@REVISION@])
More information about the Xfce4-commits
mailing list