[Xfce4-commits] [apps/ristretto] 01/01: Release 0.8.4

noreply at xfce.org noreply at xfce.org
Mon Apr 8 03:14:39 CEST 2019


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 fee89abf3e0a66015be9b40bee848831c0193e32
Author: Igor <f2404 at yandex.ru>
Date:   Sun Apr 7 21:09:50 2019 -0400

    Release 0.8.4
---
 NEWS            | 23 +++++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 760d0e1..c4490b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+0.8.4
+=====
+- Add missing field initializers
+- Instead of thumbnails, the same icons with a crossed red circle (bug #13419)
+- Resolve g_type_class_add_private() deprecation
+- Glib-Critical errors to stdout: Source ID X was not found when attempting to
+  remove it (bug #15268)
+- Fix memory leak (bug #12034)
+- Show file size in the status bar (bug #14791)
+- Fix opening of PPM files (bug #14709)
+
+* Translation updates:
+  Arabic (ar), Asturian (ast), Belarusian (be), Bulgarian (bg), Catalan (ca),
+  Czech (cs), Danish (da), German (de), Greek (el), 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), Telugu (te), Thai
+  (th), Turkish (tr), Uighur (ug), Ukrainian (uk), Chinese (China) (zh_CN),
+  Chinese (Taiwan) (zh_TW)
+
 0.8.3
 =====
 - Fix GLib-GObject-CRITICAL in directory monitoring code
diff --git a/configure.ac.in b/configure.ac.in
index 1a8d30d..6719a58 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], [3])
+m4_define([ristretto_version_micro], [4])
 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