+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)
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
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 *******************************************