[Xfce4-commits] <xfdesktop:master> Updates for release.
Nick Schermer
noreply at xfce.org
Tue Mar 6 23:52:02 CET 2012
Updating branch refs/heads/master
to d9723af0d8d89e730f01a056acf5b3b85f705242 (commit)
from 456dc5b2183b06a6f791077f9e76d4c2c65e002d (commit)
commit d9723af0d8d89e730f01a056acf5b3b85f705242
Author: Nick Schermer <nick at xfce.org>
Date: Tue Mar 6 23:51:09 2012 +0100
Updates for release.
NEWS | 61 ++++++++++++++++++++++++++++++++++++++++++++++++------
configure.ac.in | 10 ++++----
2 files changed, 59 insertions(+), 12 deletions(-)
diff --git a/NEWS b/NEWS
index 30a8cae..e2be784 100644
--- a/NEWS
+++ b/NEWS
@@ -1,20 +1,67 @@
-Xfdesktop 4.x.y
+Xfdesktop 4.9.0
+---------------
+
+ * Drop AC_PROG_LIBTOOL for LT_PREREQ and LT_INIT.
+ * Remove docs and link to wiki.
+ * Thumbnail desktop icon previews using tumblerd.
+ * Added a check for GDK_GRAB_INVALID_TIME in
+ xfdesktop_popup_grab_available to mitigate slow menu popups on
+ a right mouse click (bug #7172).
+ * Add the code required to perform a paste on the on the desktop
+ (bug #3804).
+ * Display correct trash icon on menu & desktop.
+ * Fix for shift + drag selections/
+ * Icon positions are saved/restored per resolution.
+ * Backdrop image cycling on a timer.
+ * Modified xfdesktop_icon_view_drag_drop to allow all
+ selected files to drag and drop (bug #5025).
+ * Fix for moving files instead of copy when src isn't writable.
+ * Fix typos in the README file.
+ * Unmounted volumes are semi-transparent.
+ * Stretch background across all monitors setting (bug #5690).
+ * Arrange icons on the desktop menu item (bug #2833).
+ * Single click option to open items on desktop (bug #1797).
+ * Require libexo & update min requirements in readme.
+ * Comments in .desktop files are displayed in the tooltip (bug #8509).
+
+
+Xfdesktop 4.8.3
+---------------
+ * Fix moving files to the desktop via shift & drag (bug #7629).
+ Reported and fixed by Patrick Melo.
+ * Translation updates: Korean, Malay, Russian, Spanish (Castilian),
+ Slovak, Telugu, German, Dutch (Flemish), Basque,
+ Portuguese (Brazilian).
+
+
+Xfdesktop 4.8.2
+---------------
+ * Fix a crash on focus in when items are selected (bug #7313).
+ Reported and fixed by Ambroz Bizjak.
+ * Retrieve the translated desktop file name.
+ * Fix potential crash in xfdesktop-settings (bug #7301).
+ * Fix creation of empty file from template menu (bug #7230).
+ * Stop altering the root window pixmap to avoid X crash (bug #7442).
+ * Translation updates: Ukrainian, Turkish, Lithuanian, Swedish,
+ Danish, Chinese, Romanian, Kazakh.
+
+
+Xfdesktop 4.8.1
---------------
* Use Name field as display name of desktop files (bug #6896).
- * Handle volume changes in a timeout (bug #7025).
* Support absolute icon paths in desktop files (bug #7160).
Patch by xaizek at gmail.com.
* Scroll to the selected background in the settings (bug #7087).
+ * Handle volume changes in a timeout (bug #7025).
* Implement monitoring for special file icons (bug #6986).
* Implement open and empty actions for the trash.
* Fix crash when cancelling a file download (bug #6876).
* Properly invalidate tooltips on file changes.
* Make sure the background is reloaded on compositing changes.
- * Fix a crash on focus in when items are selected (bug #7313).
- Reported and fixed by Ambroz Bizjak.
- * Fix moving files to the desktop via shift & drag (bug #7629).
- Reported and fixed by Patrick Melo.
+ * Translation updates: Catalan (Valencian), English (United Kingdom),
+ Finnish, French, Galician, German, Greek, Hungarian, Italian,
+ Japanese, Portuguese, Romanian, Russian, Swedish.
Xfdesktop 4.8.0
@@ -22,7 +69,7 @@ Xfdesktop 4.8.0
* Optipng the backgrops.
* Drop the flower background.
- * Translation updates: Arabic, Croatian, French, Greek, Polish,
+ * Translation updates: Arabic, Croatian, French, Greek, Polish,
Portuguese, Romanian.
diff --git a/configure.ac.in b/configure.ac.in
index ca0277f..1f8d050 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,20 +9,20 @@ m4_define([xfdesktop_version_minor], [9])
m4_define([xfdesktop_version_micro], [0])
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
-m4_define([glib_minimum_version], [2.18.0])
-m4_define([gtk_minimum_version], [2.14.0])
+m4_define([glib_minimum_version], [2.20.0])
+m4_define([gtk_minimum_version], [2.24.0])
m4_define([libxfce4util_minimum_version], [4.8.0])
m4_define([libxfce4ui_minimum_version], [4.9.0])
m4_define([xfce_minimum_version], [4.8.0])
m4_define([garcon_minimum_version], [0.1.2])
m4_define([exo_minimum_version], [0.6.0])
m4_define([thunar_minimum_version], [1.2.0])
-m4_define([dbus_minimum_version], [0.34])
-m4_define([wnck_minimum_version], [2.22])
+m4_define([dbus_minimum_version], [0.84])
+m4_define([wnck_minimum_version], [2.20])
m4_define([intltool_minimum_version], [0.31])
m4_define([xfconf_minimum_version], [4.8.0])
More information about the Xfce4-commits
mailing list