[Xfce4-commits] <thunar:master> Updates for release.
Nick Schermer
noreply at xfce.org
Thu Dec 27 13:30:04 CET 2012
Updating branch refs/heads/master
to 7f8e4b111ad2343ed78adc584cd63a1972612f0f (commit)
from 689a52e5e93437bda2cbcb69c9a4ecd1fc0dbba9 (commit)
commit 7f8e4b111ad2343ed78adc584cd63a1972612f0f
Author: Nick Schermer <nick at xfce.org>
Date: Thu Dec 27 13:26:30 2012 +0100
Updates for release.
NEWS | 22 ++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index b5478a7..72827b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+1.6.2
+=====
+- Don't abort startup if dbus failed.
+- Put * around string if * and ? are not used in the pattern.
+- Revert "Remove right-click drag possibility (bug #3549)."
+- Revert "Directly popup menus on selected items (bug #3550)."
+- Update shortcuts headers when removing a shortcut (bug #9651).
+- Implement tab middle click in location buttons (bug #9684).
+- Add new tab option to right-click menu of location buttons.
+- Small improvement in thumbnail frame.
+- Key combos not working with location buttons (bug #9625).
+- Open tree node if expanded and mounted (bug #9603).
+- Use some more cairo renderering.
+- Make Desktop in Go menu translatable (bug #9616).
+- Send to menu not updated for directories (bug #9618).
+- Fix freeze on /proc/kmsg.
+- Show all volumes in the devices list.
+- Removed translations: Dzongkha, Kazakh, Kurdish, Macedonian.
+- Translation updates: Arabic, Czech, Italian, Japanese,
+ Georgian, Korean, Dutch (Flemish), Polish, Portuguese,
+ Russian, Ukrainian.
+
1.6.1
=====
- Fix bulk renamer url to the wiki.
diff --git a/configure.ac.in b/configure.ac.in
index c0b4de5..bb48d65 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], [1])
+m4_define([thunar_version_micro], [2])
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 *******************************************
More information about the Xfce4-commits
mailing list