[Xfce4-commits] <thunar:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Dec 9 18:34:01 CET 2012
Updating branch refs/heads/master
to 67d77a325a7c8dfac01a5d1300378ee7e31f38d3 (commit)
from 3d8fb7d82d5a76565ff37338db72ad3e0323f5a9 (commit)
commit 67d77a325a7c8dfac01a5d1300378ee7e31f38d3
Author: Nick Schermer <nick at xfce.org>
Date: Sun Dec 9 18:28:15 2012 +0100
Updates for release.
NEWS | 26 ++++++++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 8fe86aa..b5478a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+1.6.1
+=====
+- Fix bulk renamer url to the wiki.
+- Show NoDisplay=true applications (bug #9595).
+- Fast read content type of unreadable files (bug #9553).
+- Submenu the sidepane visibility menu.
+- Hide shortcut pane header when there are no items.
+- Keybindings to switch to tab with Alt+N (bug #9585).
+- Make tabs scrollable.
+- Session-save mount operation passwords.
+- Check trash status 2s after startup from session.
+- Clear mutex to avoid memleak with 2.32 api.
+- Fix file menu displacement after a forced update (bug #9604).
+- Put remote bookmarks in places and improve icon loading.
+- Use ThunarBrowser to resolve locations in launcher.
+- Translation updates: Amharic, Arabic, Asturian, Belarusian,
+ Bengali, Catalan (Valencian), Czech, Danish, German, Dzongkha, Greek,
+ English (United Kingdom), Esperanto, Spanish (Castilian), Estonian,
+ Basque, Finnish, French, Galician, Hebrew, Croatian, Hungarian,
+ Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean,
+ Kurdish, Lithuanian, Latvian, Macedonian, Norwegian Bokmal, Dutch
+ (Flemish), Norwegian Nynorsk, Panjabi (Punjabi), Polish, Portuguese,
+ Portuguese (Brazilian), Romanian, Russian, Sinhala, Slovak, Albanian,
+ Serbian, Swedish, Telugu, Turkish, Uyghur, Ukrainian, Urdu, Urdu
+ (Pakistan), Vietnamese, Chinese (China), Chinese (Taiwan).
+
1.6.0
=====
- Drop spacing betweek Kind and icon in file properties.
diff --git a/configure.ac.in b/configure.ac.in
index f7b3e9a..f2d2723 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], [0])
+m4_define([thunar_version_micro], [1])
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