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

noreply at xfce.org noreply at xfce.org
Fri May 22 22:52:37 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 b4b50adb90e7be4f94040a3d8f5df9648a5c6721
Author: Harald Judt <h.judt at gmx.at>
Date:   Fri May 22 21:22:44 2015 +0200

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

diff --git a/NEWS b/NEWS
index 7cb5f9d..560e728 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.6.10
+======
+- Do not track thunar/thunar-marshal.{c,h}
+- Remove Makefile and Makefile.in files when running distclean
+- Remove subversion $Id$ tags
+- Really fix trash state at startup (bug #9513 and #11913)
+- Use proper return type for thunar_file_reload (bug #11913)
+- Revert "Fix loading the trash bin status at startup (bug #9513)"
+
 1.6.9
 =====
 - Fix ThunarBulkRename script not supporting spaces (bug #9713) (Harald Judt)
diff --git a/configure.ac.in b/configure.ac.in
index 8a1576e..ae555bd 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], [9])
+m4_define([thunar_version_micro], [10])
 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