[Xfce4-commits] [xfce/thunar] 02/03: Updates for the release.

noreply at xfce.org noreply at xfce.org
Sun Jan 4 16:31:40 CET 2015


This is an automated email from the git hooks/post-receive script.

andrzejr pushed a commit to branch master
in repository xfce/thunar.

commit a1741ae9be0af9593012ccf55bf18ceaee2faaf8
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Sun Jan 4 15:29:10 2015 +0000

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

diff --git a/NEWS b/NEWS
index f69a145..351c82f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+1.6.4
+=====
+- make distcheck fix (reference docs linking error) (Andrzej)
+- Add support for binary file size units (bug #10864) (Andre Miranda)
+- Strip trailing spaces/Github test (Nick)
+- Fix case of Xfce in appdata description (Simon)
+- Update intltool (Eric)
+- Add pkexec policy (Bug #11122) (Eric)
+- Remove trailing whitespace from Makefile to prevent warning (Simon)
+- Add appdata file for Thunar (Bug 11172) (Eric)
+- Check for thumbnails in the new location (Bug #11263) (Eric)
+- Default application not respected with glib >= 2.41 (Bug #11212) (Guido)
+- Add support for the GTK 3 bookmarks file (bug #10627) (Alistair)
+- Update xfconf setting for thunar-wallpaper plugin (Eric)
+- Update copyright. (Nick)
+- thunar-tpa: fix libxfce4panel version checking macros (Andrzej)
+- Fallback to image surface, workaround for bug in Cairo/RENDER (Andrzej)
+- Fixed missing inode-directory/folder icons on old systems. (Andrzej)
+- Change name of file copies (and links) (bug #7518). (Nick)
+- Improve the extension selection to not match hidden names. (Nick)
+- Safe accels 10 sec after changes (bug #10139). (Nick)
+- Force icons on the toolbar (bug #10179). (Nick)
+- Improve handling of renames (bug #10242). (Nick)
+- Smarter file extension selecting (bug #10268). (Jeff Shipley)
+- I18n: Remove broken / unsupported translations. (Nick)
+- Force reference on files from the cache. (Nick)
+- Drop README.thunarrc. (Nick)
+- Translation updates.
+
 1.6.3
 =====
 - Autotools updates.
diff --git a/configure.ac.in b/configure.ac.in
index 5825489..afe4a49 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -25,10 +25,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], [3])
+m4_define([thunar_version_micro], [4])
 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