[Xfce4-commits] <thunar:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sat Apr 14 00:40:01 CEST 2012
Updating branch refs/heads/master
to bc2fa68abb692cc4173b889036145e1ea39d27fa (commit)
from 9971bb66744162dd53131cdc8b562ad6600de562 (commit)
commit bc2fa68abb692cc4173b889036145e1ea39d27fa
Author: Nick Schermer <nick at xfce.org>
Date: Sat Apr 14 00:34:36 2012 +0200
Updates for release.
NEWS | 18 +++++++++++++++++-
configure.in.in | 4 ++--
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index beb07e3..e09ee1d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-1.3.x
+1.3.2
=====
- Support small property for trash panel applet (bug #8391).
+- Make uca.xml readable for humans.
+- Enable startup-notify in the uca example.
+- Hide thumb queue cleanup debug and plug memleak.
+- Plug more leaks in thumbnailer.
+- Reload ThunarView if job finishes.
+- Use macro to get uri where possible.
+- Free string in progress view.
+- Fix file selection problems.
+- Free module list in provider factory.
+- Use a normal ExoBinding to avoid mem leak.
+- Bump 4util and 4ui dependencies.
+- Use macro to search for sed (bug #8686).
+- Translation updates: Catalan (Valencian), Czech, Greek, Basque,
+ Finnish, French, Galician, Croatian, Japanese, Korean, Dutch
+ (Flemish), Norwegian Nynorsk, Portuguese, Portuguese (Brazilian),
+ Turkish.
1.3.1
=====
diff --git a/configure.in.in b/configure.in.in
index c233e9b..acb6d41 100644
--- a/configure.in.in
+++ b/configure.in.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], [3])
-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