From 7f8e4b111ad2343ed78adc584cd63a1972612f0f Mon Sep 17 00:00:00 2001 From: Nick Schermer <nick@xfce.org> Date: Thu, 27 Dec 2012 13:26:30 +0100 Subject: [PATCH] Updates for release. --- NEWS | 22 ++++++++++++++++++++++ configure.ac.in | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b5478a7fa..72827b7a5 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 c0b4de583..bb48d653b 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 ******************************************* -- GitLab