[Xfce4-commits] <exo:master> Updates for release.

Nick Schermer noreply at xfce.org
Sun Oct 14 13:52:02 CEST 2012


Updating branch refs/heads/master
         to a618151c5c2e7a98245a35b7839ab677a48baa11 (commit)
       from 100fc082d4a8764aeb4be6c541684c9d9495dceb (commit)

commit a618151c5c2e7a98245a35b7839ab677a48baa11
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Oct 14 13:47:33 2012 +0200

    Updates for release.

 NEWS            |   13 +++++++++++++
 configure.ac.in |    6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 525a916..0d8ceb1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.9.0
+=====
+- Add mnemonics to tab labels (bug #8972).
+- Add function to invert selection in icon view.
+- Don't invert direction in RTL languages (bug #4285).
+- Check if uris also contain a slash (bug #9244).
+- Set anchor item if the cursor is set.
+- Translation updates: Danish, Greek, Spanish (Castilian), Basque, 
+  French, Hebrew, Croatian, Hungarian, Indonesian, Italian, Kazakh, 
+  Korean, Dutch (Flemish), Polish, Portuguese, Portuguese (Brazilian), 
+  Russian, Serbian, Swedish, Uyghur, Ukrainian, Chinese (China), 
+  Chinese (Taiwan).
+
 0.8.0
 =====
 - Rename "Novell Evolution" to "Evolution" (bug #8703).
diff --git a/configure.ac.in b/configure.ac.in
index 90f0473..3a68472 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,14 +8,14 @@ dnl
 dnl ***************************
 dnl *** Version information ***
 dnl ***************************
-m4_define([libexo_verinfo], [0:0:0])
+m4_define([libexo_verinfo], [1:0:1])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
-m4_define([libexo_version_minor], [8])
+m4_define([libexo_version_minor], [9])
 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 ********************************************


More information about the Xfce4-commits mailing list