[Xfce4-commits] <thunar:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Dec 2 22:14:01 CET 2012
Updating branch refs/heads/master
to 781395f339e13f4da7c69ac63caefeec451b6dea (commit)
from 60e9680e0ed5a3b43e0b396bb11921dcc617a736 (commit)
commit 781395f339e13f4da7c69ac63caefeec451b6dea
Author: Nick Schermer <nick at xfce.org>
Date: Sun Dec 2 22:08:05 2012 +0100
Updates for release.
NEWS | 19 +++++++++++++++++++
configure.ac.in | 10 +++++-----
2 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 624df09..8fe86aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+1.6.0
+=====
+- Drop spacing betweek Kind and icon in file properties.
+- Make sure trash is loaded during session restore (bug #9513).
+- Don't open a useless tab (bug #9519).
+- Remove session file if there are no windows (bug #9519).
+- Add special tooltip for the trash in shortcuts.
+- Revert "Improve pervious commit.. (bug #9552).
+- Slightly increase the progress dialog (bug #9545).
+- Set icon names in go menu (bug #9559).
+- Hide spinner when there's no activity (bug #9563).
+- Fix sorting by type (bug #9549).
+- Remove the display names from the emblems (bug #9548).
+- Test if the application generated a thumbnail if not supported.
+- Translation updates: Czech, Danish, German, Hebrew, Croatian,
+ Hungarian, Italian, Japanese, Dutch (Flemish), Polish, Portuguese,
+ Portuguese (Brazilian), Romanian, Russian, Ukrainian, Chinese
+ (Taiwan).
+
1.5.3
=====
- Re-add the has-handler check when inserting rows.
diff --git a/configure.ac.in b/configure.ac.in
index 35bccc0..e1c1473 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -24,11 +24,11 @@ dnl ***************************
m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
-m4_define([thunar_version_minor], [5])
-m4_define([thunar_version_micro], [3])
+m4_define([thunar_version_minor], [6])
+m4_define([thunar_version_micro], [0])
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 *******************************************
@@ -39,7 +39,7 @@ m4_define([thunar_debug_default], [ifelse(thunar_version_tag(), [git], [yes], [m
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2004-2011 The Thunar development team. All rights reserved.])
+AC_COPYRIGHT([Copyright (c) 2004-2012 The Thunar development team. All rights reserved.])
AC_INIT([Thunar], [thunar_version], [http://bugzilla.xfce.org/], [Thunar])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
@@ -138,7 +138,7 @@ XDT_CHECK_LIBX11_REQUIRE()
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([EXO], [exo-1], [0.9.0])
+XDT_CHECK_PACKAGE([EXO], [exo-1], [0.10.0])
XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.30.0])
XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.30.0])
XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.30.0])
More information about the Xfce4-commits
mailing list