[Xfce4-commits] [apps/ristretto] 01/01: Release 0.8.3
noreply at xfce.org
noreply at xfce.org
Thu Jun 28 17:14:05 CEST 2018
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/ristretto.
commit e4f22cb36db36b1e20f4206f2065f5ccc2412d52
Author: Igor <f2404 at yandex.ru>
Date: Thu Jun 28 11:11:36 2018 -0400
Release 0.8.3
---
NEWS | 21 +++++++++++++++++++++
configure.ac.in | 4 ++--
2 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 09889d3..760d0e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+0.8.3
+=====
+- Fix GLib-GObject-CRITICAL in directory monitoring code
+- Fix loading image from an URL
+- Freeing memory used for storing bg colors was done wrong (bug #13335)
+- Fix opening image files that are symlinks (bug #13576)
+- Fix BMP files failing to load with libmagic (bug #13489)
+- Port to GDBus
+
+* Translation updates:
+ Arabic (ar), Asturian (ast), Bulgarian (bg), Catalan (ca), Czech (cs), Danish
+ (da), German (de), Greek (el), English (Australia) (en_AU), English (United
+ Kingdom) (en_GB), Spanish (es), Basque (eu), Finnish (fi), French (fr),
+ Galician (gl), Hebrew (he), Croatian (hr), Hungarian (hu), Indonesian (id),
+ Icelandic (is), Italian (it), Japanese (ja), Kazakh (kk), Korean (ko),
+ Lithuanian (lt), Malay (ms), Norwegian Bokmål (nb), Dutch (nl), Occitan (oc),
+ Polish (pl), Portuguese (pt), Portuguese (Brazil) (pt_BR), Romanian (ro),
+ Russian (ru), Slovak (sk), Slovenian (sl), Albanian (sq), Serbian (sr),
+ Swedish (sv), Thai (th), Turkish (tr), Uighur (ug), Ukrainian (uk), Chinese
+ (China) (zh_CN), Chinese (Taiwan) (zh_TW)
+
0.8.2
=====
- Implement sorting by file type (Bug #12749)
diff --git a/configure.ac.in b/configure.ac.in
index 7c6acf3..6d96b20 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], [2])
+m4_define([ristretto_version_micro], [3])
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