[Xfce4-commits] [xfce/thunar] 01/01: Updates for release

noreply at xfce.org noreply at xfce.org
Sat Feb 28 17:54:49 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 69814ea17b84131990b203e47b27668c003974bf
Author: Harald Judt <h.judt at gmx.at>
Date:   Sat Feb 28 17:50:17 2015 +0100

    Updates for release
---
 NEWS            |   22 ++++++++++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index c892cef..21d1c9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+1.6.6
+=====
+- Removed GNU extension -i from sed (Peter de Ridder)
+- Bump default size of file properties dialog a bit (Harald Judt)
+- Respect the "View new folders using" preference (bug #11606) (Harald Judt)
+- Improve check for shell scripts and add hidden option for bug #7596 (Harald Judt)
+- Fix some GTK_STOCK icon usages resulting in missing icons (bug #11608) (Jani Välimaa)
+- plugins/thunar-wallpaper: Fix icon (Jani Välimaa)
+- Fix icon name for folders and a memory leak (bug #11608) (Harald Judt)
+- Also query for network location icons (Nick Schermer)
+- Don't use deprecated function (Nick Schermer)
+- Secure threading in the idle thumbnail loading (Nick Schermer)
+- Sidepane treeview: Do not switch folder when clicking a row expander (Harald Judt)
+- Fix cppcheck possible errors/warnings (Harald Judt)
+- Hide template file extensions in context menu (bug #11571) (Thaddaeus Tintenfisch)
+- thunar-wallpaper: Fix translation in applications other than thunar (Harald Judt)
+- thunar-wallpaper: Check if file is really an image (bug #11565) (Thaddaeus Tintenfisch)
+- Update another copyright string (Harald Judt)
+- Fix endless rename loop in case of error on the properties dialog (bug #11557) (Harald Judt)
+- Translation updates: Asturian, Bulgarian, Finnish, French, German,
+  Norwegian Bokmål, Romanian, Slovak, Spanish
+
 1.6.5
 =====
 - Bump autotools versions
diff --git a/configure.ac.in b/configure.ac.in
index a692ccc..f964414 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], [5])
+m4_define([thunar_version_micro], [6])
 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