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

Nick Schermer noreply at xfce.org
Sat Apr 14 10:04:01 CEST 2012


Updating branch refs/heads/master
         to 9febecb731b610fa831a9251441f20e7c58db38f (commit)
       from b049c60daa57ff71afc5ea2730c33e56b59b5e1a (commit)

commit 9febecb731b610fa831a9251441f20e7c58db38f
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Apr 14 10:00:49 2012 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 69ef2f1..d76ac21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+4.9.3
+=====
+- Fix dependency versions.
+- Hide unneeded message on startup.
+- Apply single click option on startup (bug #8615).
+- Disable the resize grip from the root window (bug #8636).
+- Add new background and remove old ones.
+- Check for sed with a macro (bug #8687).
+- Make string translatable (bug #8655).
+- Fix a mnemonic conflict (bug #8654).
+- Simplefy the menu reloading.
+- Translation updates: Amharic, Arabic, Asturian, Azerbaijani, 
+  Belarusian, Bulgarian, Bengali, Bengali (India), Catalan (Valencian), 
+  Czech, Danish, German, Dzongkha, Greek, English (United Kingdom), 
+  Esperanto, Spanish (Castilian), Estonian, Basque, Persian, Finnish, 
+  French, Galician, Gujarati, Hebrew, Hindi, Croatian, Hungarian, 
+  Armenian, Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, 
+  Korean, Lithuanian, Latvian, Macedonian, Marathi, Malay, Norwegian 
+  Bokmal, Dutch (Flemish), Norwegian Nynorsk, Panjabi (Punjabi), 
+  Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, 
+  Sinhala, Slovak, Albanian, Swedish, Tamil, Telugu, Turkish, Uyghur, 
+  Ukrainian, Urdu, Urdu (Pakistan), Vietnamese, Chinese (China), 
+  Chinese (Taiwan).
+
+
 4.9.2
 =====
 - Fix menu without desktop icons.
diff --git a/configure.ac.in b/configure.ac.in
index 9051c07..6fbb9e3 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,10 +6,10 @@ dnl
 dnl version info
 m4_define([xfdesktop_version_major], [4])
 m4_define([xfdesktop_version_minor], [9])
-m4_define([xfdesktop_version_micro], [2])
+m4_define([xfdesktop_version_micro], [3])
 m4_define([xfdesktop_version_nano], [])
 m4_define([xfdesktop_version_build], [@REVISION@])
-m4_define([xfdesktop_version_tag],[git])
+m4_define([xfdesktop_version_tag],[])
 m4_define([xfdesktop_version], [xfdesktop_version_major().xfdesktop_version_minor().xfdesktop_version_micro()ifelse(xfdesktop_version_nano(), [], [], [.xfdesktop_version_nano()])ifelse(xfdesktop_version_tag(), [git], [xfdesktop_version_tag()-xfdesktop_version_build()], [xfdesktop_version_tag()])])
 
 dnl minimum required versions


More information about the Xfce4-commits mailing list