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

noreply at xfce.org noreply at xfce.org
Tue May 5 19:42:08 CEST 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 9482b6e2a5276ab21a228d0c0e46cf56bccebff1
Author: Harald Judt <h.judt at gmx.at>
Date:   Tue May 5 19:35:32 2015 +0200

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

diff --git a/NEWS b/NEWS
index d281a3c..9b7751c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+1.6.8
+=====
+- Watch for CHANGES_DONE_HINT instead of CHANGED and ATTRIBUTE_CHANGED (bug #8377) (Harald Judt)
+- Shortcut view: Fix "selection in selection" graphical bug when renaming shortcut (Harald Judt)
+- Fix broken shortcut renaming (bug #11885) (Harald Judt)
+- Unescape URIs in the shortcut view (bug #10831) (Harald Judt)
+- Fix compiler warning because of missing curly braces (Harald Judt)
+- Fix compilation error because of wrong variable name (Harald Judt)
+- Fix unescaping of local paths in path entry (bug #8190) (Harald Judt)
+- Fix escaping and unescaping URI in path entry (bug #8910) (Harald Judt)
+- Let the tree view keep the focus when clicking on an item (bug #11863) (Harald Judt)
+- Fix switching to the 10th tab via <alt>-<0> keyboard shortcut (Harald Judt)
+- Fix removal of a directory wrongly affecting the current tab (bug #10981) (Harald Judt)
+- Keep the scroll position when restoring the file selection (Harald Judt)
+- Restore selection only when rows-reordered signal is received (bug #11855) (Harald Judt)
+- For folders copied always append "copy #" to the end of their names (bug #11862) (Harald Judt)
+- Update F5 binding for new ThunarWindow::reload signal (Evangelos Foutras)
+- Do not perform the complete folder reload in idle (bug #11849) (Harald Judt)
+- Coverity CID 60623: Unused value (Harald Judt)
+- Coverity CID 60621: Missing return statement (Harald Judt)
+- Coverity CID 60620: Explicit null dereferenced (Harald Judt)
+- Coverity CID 60619: Explicit null dereferenced (Harald Judt)
+- Coverity CID 60617: Unchecked return value (Harald Judt)
+- Remove unused variable in thunar_standard_view_set_history (Harald Judt)
+- Remove startup notification dependencies (bug #11837) (Harald Judt)
+- Translation updates: Galician, German, Lithuanian
+
 1.6.7
 =====
 - Improve drag & drop and selecting in the details view (bug #11605) (Harald Judt)
diff --git a/configure.ac.in b/configure.ac.in
index eaf8418..56bed29 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], [7])
+m4_define([thunar_version_micro], [8])
 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