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

noreply at xfce.org noreply at xfce.org
Mon Apr 20 16:29:42 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 9509d3f2019a02a255643eda8ef120ec4ad21af2
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Apr 20 16:01:13 2015 +0200

    Updates for release
---
 AUTHORS         |    1 +
 NEWS            |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.ac.in |    4 ++--
 3 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 6d1745a..1b064ce 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,6 +2,7 @@ Benedikt Meurer <benny at xfce.org>
 Jannis Pohlmann <jannis at xfce.org>
 Jeffs Franks <jcfranks at xfce.org>
 Nick Schermer <nick at xfce.org>
+Harald Judt <hjudt at xfce.org>
 
 The stock_folder-copy and stock_folder-move icons where taken from 
 gnome-icon-theme 2.18.0 whose authors are Lapo Calamandrei <calamandrei at gmail.com>,
diff --git a/NEWS b/NEWS
index 21d1c9b..d281a3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+1.6.7
+=====
+- Improve drag & drop and selecting in the details view (bug #11605) (Harald Judt)
+- Let row changes accumulate a bit before restoring selection (Harald Judt)
+- Implement reloading file information on manual reload (Harald Judt)
+- Extend reload functions to allow a full reload (Harald Judt)
+- Check in thunar-marshal with new _thunar_marshal_BOOLEAN__BOOLEAN (Harald Judt)
+- Reload files changed by jobs in an idle loop (bug #11008) (Harald Judt)
+- Refactor code for moving thumbnail cache file on renames/moves (Harald Judt)
+- Rework thunar_file_monitor to properly register moved files (Harald Judt)
+- Add function to reload parent file of a file (Harald Judt)
+- Fix updating file info for moved files (bug #11008) (Harald Judt)
+- Revert "Refresh file info after getting it from cache (bug #11008)" (Harald Judt)
+- Update the location bar after reload (bug #10518) (Harald Judt)
+- Fix updating custom actions (bug #11749) (Harald Judt)
+- Update rows on changes of case-sensitive and folders-first settings (Harald Judt)
+- Fix typos and grammar mistakes in a few comments (Harald Judt)
+- Make new windows inherit the history of the origin view (bug #5538) (Harald Judt)
+- Make new tabs inherit the history of the origin view (bug #5538) (Harald Judt)
+- Keep the history across view changes (bug #10171) (Harald Judt)
+- Implement functions for copying the history of a view (Harald Judt)
+- Rename tsv_restore_selection to tsv_select_after_row_deleted (Harald Judt)
+- Redraw the details view on row changes (Harald Judt)
+- Restore selection on row changes too (bug #9886) (Harald Judt)
+- Improve mouse wheel zoom behaviour (Harald Judt)
+- Remember and restore file selection on view changes (Harald Judt)
+- Restore file selection when changing sort order (bug #9886) (Harald Judt)
+- Update model with changed binary file size setting immediately (Harald Judt)
+- Fix typo busy_pulse in thunar-shortcuts-model.c (Harald Judt)
+- Fix typo in thunar-clipboard-manager (Harald Judt)
+- Fix Gdk-CRITICAL error (Thaddaeus Tintenfisch)
+- Clean up more files with make clean (Harald Judt)
+- Rework usage of binary file size properties (bug #11450) (Harald Judt)
+- Remove duplicate break statement in thunar-standard-view (Harald Judt)
+- Fix compiler warning about shadowing 'basename' (bug #11633) (Matt Thirtytwo)
+- thunar/thunar-dbus-service-infos.xml corrections (Thaddaeus Tintenfisch)
+- Fix startup id handling for launch requests over D-Bus (bug #9646) (Thaddaeus Tintenfisch)
+- Fallback to non-cached version of source file (bug #9142) (Thaddaeus Tintenfisch)
+- Translation updates: Chinese (China), Croatian, English (Australia), French, German,
+  Greek, Italian, Lithuanian, Polish, Swedish, Ukrainian
+
 1.6.6
 =====
 - Removed GNU extension -i from sed (Peter de Ridder)
diff --git a/configure.ac.in b/configure.ac.in
index ca7d403..f145a6a 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], [6])
+m4_define([thunar_version_micro], [7])
 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