[Xfce4-commits] [xfce/thunar] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Fri Feb 20 00:15:22 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/thunar.
commit f34dd9f8ebee628f281a86d10e10d8a00772cf92
Author: Harald Judt <h.judt at gmx.at>
Date: Fri Feb 20 00:03:35 2015 +0100
Updates for release
---
NEWS | 29 +++++++++++++++++++++++++++++
README | 8 ++++----
configure.ac.in | 4 ++--
3 files changed, 35 insertions(+), 6 deletions(-)
diff --git a/NEWS b/NEWS
index 351c82f..a8a4c25 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+1.6.5
+=====
+- Bump autotools versions
+- Add .gitignore
+- Do not execute but only open shell scripts by default (bug #7596) (Harald Judt)
+- Fix typo in error message (Nick Schermer)
+- Improve keyboard navigation for thunar-tree-view (bug #4519) (Harald Judt)
+- Allow <ctrl> + middle click in shortcut and treeview panes (Harald Judt)
+- Set correct dialog window hint for progress dialog (bug #11467) (Matt Thirtytwo)
+- Refresh file info after getting it from cache (bug #11008) (Peter de Ridder)
+- Remove unused enum for signal handlers (bug #11493) (Matt Thirtytwo)
+- Simplify Makefile.am. Generated files are separated from typed source files (Matt Thirtytwo)
+- thunar-tpa: Install desktop file to $(datadir)/xfce4/panel/plugins (Robby Workman)
+- Fix anchor offset in xfce_dialog_show_help () function. (Olivier Duchateau)
+- Properly handle m4 stuff (Harald Judt)
+- TWP: Single-workspace-mode = TRUE is the default (Bug #11047) (Eric Koegel)
+- thunar-wallpaper: Do not use escaped filenames for xfconf (Harald Judt)
+- Use xfconf and handle xfdesktop's single workspace (Bug #11047) (Eric Koegel)
+- Revert "Workaround for crashes on RHEL5" (Andrzej)
+- Revert "Fallback to image surface, workaround for bug in Cairo/RENDER" (Andrzej)
+- Renaming a file from another file manager... (bug #11430) (Andrzej)
+- Make usage/free string more clear (bug #11345) (Harald Judt)
+- Make single middle click open files and folders (bug #10587) (Harald Judt)
+- Add a progressbar to the freespace indicator in the properties dialog (Harald Judt, Simon Steinbeiss)
+- Change resize style in thunar-wallpaper plugin (Thaddaeus Tintenfisch)
+- Add vim modeline. Remove obsolete '$Id$' line (Matt Thirtytwo)
+- Right click context menu with wrong icon (bug #10652) (Andrzej)
+- Translation updates
+
1.6.4
=====
- make distcheck fix (reference docs linking error) (Andrzej)
diff --git a/README b/README
index b965352..0503e14 100644
--- a/README
+++ b/README
@@ -11,16 +11,16 @@ Required packages
Thunar depends on the following packages:
- perl 5.6 or above
- - GTK+ 2.14.0 or above
- - GLib 2.18.0 or above
- - exo 0.5.1 or above
+ - GTK+ 2.24.0 or above
+ - GLib 2.30.0 or above
+ - exo 0.10.0 or above
- intltool 0.30 or above
Thunar can optionally use the following packages:
- D-Bus 0.34 or above (strongly suggested)
- libstartup-notification 0.4 or above
- - xfce4-panel 4.3.90 or above (for the trash applet)
+ - xfce4-panel 4.10.0 or above (for the trash applet)
- xfconf-query
diff --git a/configure.ac.in b/configure.ac.in
index 592094f..81004c1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -26,10 +26,10 @@ m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
m4_define([thunar_version_minor], [6])
-m4_define([thunar_version_micro], [4])
+m4_define([thunar_version_micro], [5])
m4_define([thunar_version_nano], [])
m4_define([thunar_version_build], [@REVISION@])
-m4_define([thunar_version_tag], [git])
+m4_define([thunar_version_tag], [])
m4_define([thunar_version], [thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_nano(), [], [], [.thunar_version_nano()])ifelse(thunar_version_tag(), [git], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
dnl *******************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list