[Xfce4-commits] <thunar:master> Release 1.3.0!
Jannis Pohlmann
noreply at xfce.org
Mon Feb 14 15:04:01 CET 2011
Updating branch refs/heads/master
to 7234d2fc32ca961252b9544ad57382ebef19c5e7 (commit)
from 6ebca95f7cd2b2de82057994c7b8239f7cc3b5fb (commit)
commit 7234d2fc32ca961252b9544ad57382ebef19c5e7
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Mon Feb 14 15:01:35 2011 +0100
Release 1.3.0!
NEWS | 11 ++++++++++-
configure.in.in | 4 ++--
po/POTFILES.in | 1 +
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 2d91ec7..8bf5499 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-1.3.x
+1.3.0
=====
- Paste files in correct order (bug #6504).
- Fix truncated strings when loading and storing emblems (bug #7171).
@@ -10,6 +10,15 @@
- Only change the Name field when renaming desktop files (bug #7155).
- Force desktop file reload after changing the Name field.
- Fix memory leak caused by not destroying the rename job.
+- Allow installation of helper scripts in a custom location using the
+ --with-helper-path-prefix=PATH configure option.
+- Improve thumbnailing by avoid sending thumbnail requests while the
+ user is scrolling in a directory.
+- Cancel thumbnail requests when leaving a directory.
+- Avoid regenerating thumbnails when files are copied, moved, linked
+ or trashed.
+- Update the thumbnail cache when files are deleted permanently.
+- Translation updates: Galician, Polish, Portuguese, Romanian, Serbian.
1.2.0
=====
diff --git a/configure.in.in b/configure.in.in
index b97a5ac..d02e656 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -24,11 +24,11 @@ dnl ***************************
m4_define([thunarx_verinfo], [0:0:0])
m4_define([thunarx_version_api], [2])
m4_define([thunar_version_major], [1])
-m4_define([thunar_version_minor], [2])
+m4_define([thunar_version_minor], [3])
m4_define([thunar_version_micro], [0])
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 *******************************************
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3c79db9..63e17af 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -79,6 +79,7 @@ thunar/thunar-stock.c
thunar/thunar-templates-action.c
thunar/thunar-text-renderer.c
thunar/thunar-throbber.c
+thunar/thunar-thumbnail-cache.c
thunar/thunar-thumbnailer.c
thunar/thunar-transfer-job.c
thunar/thunar-trash-action.c
More information about the Xfce4-commits
mailing list