[Xfce4-commits] <thunar:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sat Nov 24 22:06:01 CET 2012
Updating branch refs/heads/master
to 0b6be7332faa319e337f4bbd100d7341a17bcbfe (commit)
from 3ef31277ffe1abe842bc5d2374883a92425a8de9 (commit)
commit 0b6be7332faa319e337f4bbd100d7341a17bcbfe
Author: Nick Schermer <nick at xfce.org>
Date: Sat Nov 24 22:01:51 2012 +0100
Updates for release.
NEWS | 21 +++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e5c1321..624df09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+1.5.3
+=====
+- Re-add the has-handler check when inserting rows.
+- Use g_object_notify_by_pspec in most places.
+- Install GParamSpec properties at once in a couple of objects.
+- Update the statusbar in a short timeout.
+- Remove image resolution from statusbar.
+- Fix supported applications for multiple files.
+- Idle updating the launcher.
+- Don't queue tumbler requests for non-regular files.
+- Pass the correct emblem size to the icon factory.
+- Store cairo surfaces on pixbufs.
+- Right-click on not-selected row will show menu of current folder
+ in details view (bug #3386).
+- Load content types on-demand and preload in an idle.
+- Use origional date in properties page for images.
+- Add option to only show local thumbnails.
+- Translation updates: Arabic, Czech, German, Italian, Kazakh,
+ Korean, Polish, Portuguese, Russian, Ukrainian, Chinese (China),
+ Chinese (Taiwan).
+
1.5.2
=====
- Do not unref g_file_icon_get_file() file (bug #9439).
diff --git a/configure.ac.in b/configure.ac.in
index 0fe4eab..61a51dd 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], [2])
+m4_define([thunar_version_micro], [3])
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