[Xfce4-commits] [apps/ristretto] 01/01: Release 0.8.2
noreply at xfce.org
noreply at xfce.org
Wed Feb 1 13:08:19 CET 2017
This is an automated email from the git hooks/post-receive script.
f2404 pushed a commit to branch master
in repository apps/ristretto.
commit 9e86ba27b0dc089210a483684e306ee8b0baff5a
Author: Igor <f2404 at yandex.ru>
Date: Wed Feb 1 15:07:16 2017 +0300
Release 0.8.2
---
NEWS | 16 ++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index e6a6e12..09889d3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+0.8.2
+=====
+- Implement sorting by file type (Bug #12749)
+- Detect image type by its mime type instead of file extension
+ (ligmagic is used) (Bugs #11680, 12499)
+- Allow images to be flipped vertically and horizontally (Bug #13313)
+- Fix memory leaks
+
+* Translation updates:
+ Catalan (ca), Czech (cs), Danish (da), Deutsch (de), English (Australia)
+ (en_AU), Spanish (es), French (fr), Hebrew (he), Croatian (hr), Italian (it),
+ Japanese (ja), Kazakh (kk), Korean (ko), Lithuanian (lt), Malay (ms),
+ Norwegian Bokmål (nb), Polish (pl), Portuguese (pt), Portuguese (Brazilian)
+ (pt_BR), Russian (ru), Slovak (sk), Swedish (sv), Ukrainian (uk), Chinese
+ (China) (zh_CN), Chinese (Taiwan) (zh_TW).
+
0.8.1
=====
- Prepare for gtk3 migration: Do not include individual headers;
diff --git a/configure.ac.in b/configure.ac.in
index 34f4909..91b4895 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,9 +11,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([ristretto_version_major], [0])
m4_define([ristretto_version_minor], [8])
-m4_define([ristretto_version_micro], [1])
+m4_define([ristretto_version_micro], [2])
m4_define([ristretto_version_build], [r at REVISION@])
-m4_define([ristretto_version_tag], [git]) # Leave empty for releases
+m4_define([ristretto_version_tag], []) # Leave empty for releases
m4_define([ristretto_version], [ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(), [], [], [ristretto_version_tag()-ristretto_version_build()])])
dnl *******************************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list