Updating branch refs/heads/master
         to b23bcf61b4275addfecb3498eeeb2d6a5ef079ab (commit)
       from b57cb9ec9774831631359fdbdb3443f72e42e6c1 (commit)

commit b23bcf61b4275addfecb3498eeeb2d6a5ef079ab
Author: Nick Schermer <n...@xfce.org>
Date:   Sat Nov 10 20:52:38 2012 +0100

    Updates for release.

 NEWS            |   10 ++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 0d8ceb1..ef140e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.9.1
+=====
+- Drop the item index for the icon view.
+- Use unsigned int for idles and timeouts.
+- Add accessibility support to exo icon view.
+- Use new thread functions if available.
+- Avoid deprecation warnings.
+- Protect against null value (bug #9418).
+- Translation updates: German, Japanese, Serbian, Uyghur.
+
 0.9.0
 =====
 - Add mnemonics to tab labels (bug #8972).
diff --git a/configure.ac.in b/configure.ac.in
index 2e008eb..8fc0db6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ 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], [0])
+m4_define([libexo_version_micro], [1])
 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 ********************************************
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to