[Xfce4-commits] <thunar:master> Updates for release.

Nick Schermer noreply at xfce.org
Sat Nov 10 20:02:01 CET 2012


Updating branch refs/heads/master
         to 0d64ded8de91422e554efa017c85a8b1ab85ffea (commit)
       from 8a0a47f026a37508f3d0d3d4e11ec3a60411ce41 (commit)

commit 0d64ded8de91422e554efa017c85a8b1ab85ffea
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Nov 10 20:59:37 2012 +0100

    Updates for release.

 NEWS            |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 49 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 0d0225f..e5c1321 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+1.5.2
+=====
+- Do not unref g_file_icon_get_file() file (bug #9439).
+- Don't add duplicates of devices (bug #9440).
+- Fix typo of Trash in standard view (bug #9437).
+- Don't use deprecated g_thread_init().
+- Use GArray instead of GValueArray and new mutex API.
+- Clear cached icon when trash changed (bug #9432).
+- Also clear cache on reload of a file.
+- Keep file permissions when renaming a desktop file.
+- Write localized name of a desktop file (bug #8783).
+- Fix back/forward gestures and 8/9 button events.
+- Use seconds timers where possible.
+- Idle selecting item in shortcuts pane.
+- Do not set selection after removing files (bug #8780).
+- Fix linking on Cygwin (bug #4561).
+- Sort renamer list by clicking on name header (bug #2622).
+- Always set the icons size of the toolbar.
+- Make the entry the default location bar.
+- Don't set weight in chooser model to light (bug #7688).
+- Fallback to only default values if xfconf failed.
+- Improve generating remote display names (bug #9442).
+- Remove user directories and add bookmarks in go menu.
+- Trigger callback function when opening unmounted locations (bug #9447).
+- Don't add a bookmark to the same location twice.
+- Also watch the bookmark files.
+- Use stock home icons for ~.
+- Do not freeze on new files outsize this directory (bug #9468).
+- Some more optimizations in icon name loading.
+- Don't include notify.h if not available (bug #9480).
+- Add free space tooltip for devices.
+- Use GSequence in the list model.
+- Directly collect the full info namespace for ls dir.
+- Drop unused check for icons of executables.
+- Don't write empty session files.
+- Add support for tabs in session saving.
+- 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.5.1
 =====
 - Show custom commands again in the menus (bug #9169).
diff --git a/configure.ac.in b/configure.ac.in
index b7b2a99..806cdeb 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], [5])
-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