Updates for release.
authorNick Schermer <nick@xfce.org>
Thu, 27 Dec 2012 12:26:30 +0000 (13:26 +0100)
committerNick Schermer <nick@xfce.org>
Thu, 27 Dec 2012 12:27:50 +0000 (13:27 +0100)
NEWS
configure.ac.in

diff --git a/NEWS b/NEWS
index b5478a7..72827b7 100644 (file)
--- 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.
index c0b4de5..bb48d65 100644 (file)
@@ -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 *******************************************