[Xfce4-commits] [xfce/xfdesktop] 01/01: Update min requirements

noreply at xfce.org noreply at xfce.org
Fri Apr 21 17:10:48 CEST 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 06aca3ac22f8a16fc2a004236627158b70a47de6
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Fri Apr 21 07:48:00 2017 +0300

    Update min requirements
    
    To either match what xfdesktop now requires or what the 4.14
    roadmap dictates. Additionally update the readme and news so
    a 4.13 release will be easier.
---
 NEWS            | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README          |  19 +++++-----
 configure.ac.in |  12 +++----
 3 files changed, 120 insertions(+), 16 deletions(-)

diff --git a/NEWS b/NEWS
index 274874e..f5132d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,108 @@
+4.13.0
+======
+[Please note that this is a development release.]
+
+Development release of xfdesktop targeting for Xfce 4.14.
+Please report all problems at bugzilla.xfce.org.
+
+* Major changes:
+ - Port to Gtk3.
+  - The iconview has a CSS name of "XfdesktopIconView" and
+    adds the GTK_STYLE_CLASS_VIEW to it's base. It then adds
+    GTK_STYLE_CLASS_LABEL when rendering the icon text with
+    the states: selected, active, or normal. Additionally it
+    uses the GTK_STYLE_CLASS_RUBBERBAND when for the rubberband
+    theming.
+ - Port to GDBus.
+
+* Miscellaneous bug fixes:
+ - Don't redraw the icons on focus change events (Bug #12071)
+ - Don't try to divide by 0 (Bug #12115)
+ - Settings: Fix loading of wallpaper previews (Bug #11892)
+ - Settings: Allow directories to be selected (Bug #12832)
+ - Fix Open dialog's title (Bug #12560)
+ - Prevent a crash in the backdrop loader (Bug #12339)
+ - Use gdk's get static image for animation files
+ - Add translation string for Trash desktop icon
+ - Retain icon relative position when moving a group
+
+4.12.3
+======
+Stable release of xfdesktop for Xfce 4.12.
+
+* Bug fixes:
+ - Remove whitespaces from monitor name when accessing settings
+   Patch by Andreas Müller
+ - Settings: Fix loading of wallpaper previews (Bug #11892)
+ - Rotate images for wallpaper based on embedded orientation
+
+* Translation updates:
+  English (Australia) (en_AU), Spanish (Castilian) (es),
+  Lithuanian (lt), Swedish (sv)
+
+4.12.2
+======
+Stable release of xfdesktop for Xfce 4.12.
+
+* Bug fixes:
+ - Optimized sorting wallpapers (Bug #11817)
+ - Don't sort the image list when randomly cycling (Bug #11817)
+ - Don't load an image list unless we're cycling (Bug #11817)
+ - Allow dragging desktop launchers to the panel (Bug #2794)
+ - Load emblem-unreadable if necessary
+ - Bail out when a negative value was calculated for row/col. (Bug #11782)
+ - Hide empty comment line in icon tooltip
+ - Fix build error (Bug #11778)
+ - Ignore shadow blur radius when calculating icon text box
+ - Prefer "_NETSCAPE_URL" over "text/uri-list" (Bug #9632)
+ - Drop explicit LibSM check (Bug #11744)
+ - Preserve order when moving multiple icons (Bug #11195)
+ - Drop warning when D-Bus timeout error occurs (Bug #11283)
+ - Add default wallpaper folder to file chooser (Bug #11715)
+
+4.12.1
+======
+Stable release of xfdesktop for Xfce 4.12.
+
+* Bug fixes:
+ - Remove unused variable 'tmp_text'
+ - Monitor the wallpaper file for changes
+   (Bug #11620)
+ - Reinitialize background when reloading desktop
+   (Bug #11620)
+ - Update rc file after completing delete process
+   (Bug #11692)
+ - Add a xfconf settings to center the text on
+   xfdesktop icons. This fixes some issues with
+   RTL languages.
+ - Do not overwrite rc file while restoring icons
+   (bug #11266)
+ - Fix crash when moving 2+ icons to the bottom
+   right corner
+ - Fix icon placement when using "Arrange Desktop
+   Icons" (Bug #11639)
+ - Center icons vertically in the grid (Bug #11086)
+ - Set initial value of font size spin button
+ - Show sub directories in template menu again
+ - Prevent accidental double clicks in single
+   click mode (Bug #10720)
+ - Disable rename menu entry for special icons
+ - Add icon emblems in clockwise order
+ - Handle icons with preset emblems (Bug #7417)
+ - Enable drag&drop popup menu for local actions
+ - Use mini icon and allow dimming of non-scaled
+   icons
+
+* Translation updates:
+   Czech (cs), Greek (el), Spanish (Castilian) (es),
+   Croatian (hr), Italian (it), Japanese (ja),
+   Kazakh (kk), Korean (ko), Lithuanian (lt),
+   Malay (ms), Norwegian Bokmål (nb),
+   Polish (pl), Portuguese (pt),
+   Portuguese (Brazilian) (pt_BR), Russian (ru),
+   Slovak (sk), Thai (th), Turkish (tr),
+   Ukrainian (uk), Chinese (China) (zh_CN)
+
 4.12.0
 ======
 Stable release of xfdesktop for Xfce 4.12.
diff --git a/README b/README
index f27d37c..03b442b 100644
--- a/README
+++ b/README
@@ -16,18 +16,17 @@ of the root window). The manager handles the following tasks:
 MINIMUM REQUIREMENTS
 ~~~~~~~~~~~~~~~~~~~~
 
-* intltool 0.34
-* GTK+ 2.30.0
-* libxfce4util 4.10
-* libxfce4ui 4.11.1
-* libwnck 2.30
-* libexo 0.6
-* xfconf 4.10
-* dbus-glib 0.84
-* garcon 0.1.2 (optional; required for apps menu)
+* intltool 0.31
+* GTK+ 3.20.0
+* libxfce4util 4.12
+* libxfce4ui 4.13
+* libwnck 3.14
+* libexo 0.11
+* xfconf 4.12.1
+* garcon 0.6.0 (optional; required for apps menu)
 * thunar 1.2 (optional; required for file icons)
 * tumbler 1.6 (optional; enables thumbnail previews for file icons)
-* cairo 1.6
+* cairo 1.12
 
 
 HIDDEN CUSTOMISATIONS
diff --git a/configure.ac.in b/configure.ac.in
index 1331381..a7cc17d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,15 +16,15 @@ dnl minimum required versions
 m4_define([glib_minimum_version], [2.42.0])
 m4_define([gtk_minimum_version], [3.20.0])
 m4_define([libxfce4util_minimum_version], [4.12.0])
-m4_define([libxfce4ui_minimum_version], [4.12.0])
+m4_define([libxfce4ui_minimum_version], [4.13.0])
 m4_define([xfce_minimum_version], [4.12.0])
-m4_define([garcon_minimum_version], [0.5.0])
-m4_define([exo_minimum_version], [0.10.2])
+m4_define([garcon_minimum_version], [0.6.0])
+m4_define([exo_minimum_version], [0.11.0])
 m4_define([thunar_minimum_version], [1.2.0])
-m4_define([wnck_minimum_version], [2.30])
+m4_define([wnck_minimum_version], [3.14])
 m4_define([intltool_minimum_version], [0.31])
-m4_define([xfconf_minimum_version], [4.12.0])
-m4_define([cairo_minimum_version], [1.6])
+m4_define([xfconf_minimum_version], [4.12.1])
+m4_define([cairo_minimum_version], [1.12])
 
 dnl define a short version string for xfdesktop
 m4_append([xfdesktop_version_short], ["])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list