[Xfce4-commits] <thunar-volman:master> Release 0.5.2!

Jannis Pohlmann noreply at xfce.org
Sun Nov 7 15:08:01 CET 2010


Updating branch refs/heads/master
         to 4fe1d2e518498ba6eef072af17599a115c4d471e (commit)
       from bcd6c8a6c94dad789b163ee016792eeccd5393e1 (commit)

commit 4fe1d2e518498ba6eef072af17599a115c4d471e
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Nov 7 14:59:37 2010 +0100

    Release 0.5.2!

 NEWS                                 |   12 ++++++++++++
 configure.in.in                      |    4 ++--
 po/POTFILES.in                       |    2 --
 thunar-volman-settings.desktop.in.in |   11 -----------
 4 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/NEWS b/NEWS
index 057dc18..5527d91 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.5.2
+=====
+- Fix incompatibility with the icon naming specification (bug #6786).
+- Fix compilation without libnotify (bug #6607).
+- Add missing shebang to autogen.sh.
+- Add module.xml for cgit.
+- Remove deprecated enocding key from desktop files.
+- Translation updates: Japanese, Kazakh, Finnish, Russian, Italian,
+  Portuguese, Galician, French, German, Slovak, Ukrainian, Uyghur,
+  Danish, Catalan (Valencian).
+
+
 0.5.1
 =====
 - Fix a weird error with g_udev_device_get_devtype().
diff --git a/configure.in.in b/configure.in.in
index e284a48..d2e33de 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -23,9 +23,9 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([tvm_version_major], [0])
 m4_define([tvm_version_minor], [5])
-m4_define([tvm_version_micro], [1])
+m4_define([tvm_version_micro], [2])
 m4_define([tvm_version_build], [@REVISION@])
-m4_define([tvm_version_tag], [git])
+m4_define([tvm_version_tag], [])
 m4_define([tvm_version], [tvm_version_major().tvm_version_minor().tvm_version_micro()ifelse(tvm_version_tag(), [git], [tvm_version_tag()-tvm_version_build()], [tvm_version_tag()])])
 
 dnl *******************************************
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7432182..f655bb8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -14,5 +14,3 @@ thunar-volman-settings/main.c
 thunar-volman-settings/thunar-volman-settings.desktop.in.in
 thunar-volman-settings/tvm-command-entry.c
 thunar-volman-settings/tvm-preferences-dialog.c
-
-thunar-volman-settings.desktop.in.in
diff --git a/thunar-volman-settings.desktop.in.in b/thunar-volman-settings.desktop.in.in
deleted file mode 100644
index a2204a8..0000000
--- a/thunar-volman-settings.desktop.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-_Name=Removable Drives and Media
-_Comment=Configure management of removable drives and media
-Exec=@libexecdir@/thunar-volman-settings
-Icon=gnome-dev-removable
-Terminal=false
-StartupNotify=true
-Type=Application
-Categories=X-XFCE;Settings;DesktopSettings;X-XfceSettingsDialog;
-
-# vi:set encoding=UTF-8:



More information about the Xfce4-commits mailing list