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

noreply at xfce.org noreply at xfce.org
Fri Aug 9 18:48:54 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       a   n   n   o   t   a   t   e   d       t   a   g       r   i   s   t   r   e   t   t   o   -   0   .   1   0   .   0   
   in repository apps/ristretto.

commit 0feff6ce4a7ed22f42b44dac2811c1ee2dd3ec35
Author: Igor <f2404 at yandex.ru>
Date:   Fri Aug 9 12:46:45 2019 -0400

    Release 0.10.0
---
 NEWS            | 24 ++++++++++++++++++++++++
 configure.ac.in |  4 ++--
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 1ce222c..cdfa0fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+0.10.0
+=====
+- Fix file permissions for ristretto.png
+- Port to GTK3
+- Resolve or suppress deprecation warnings
+- Add icons to "Close", "Cancel", "Apply", "OK" buttons
+- Resolve "GtkDialog mapped without a transient parent" for set wallpaper
+  dialog
+- Fix the ristretto icon loading size (128, not 256)
+- Fix sensitivity of flip menu
+- Add more separators to the menus
+- Make Preferences dialog prettier
+- Make the privacy dialog prettier
+- Support for setting background image for both gtk2 and gtk3 versions of
+  xfdesktop (bug #14571)
+- configure: print build configuration
+
+* Translation updates:
+  Belarusian (be), Danish (da), German (de), Spanish (es), Basque (eu),
+  Finnish (fi), Hungarian (hu), Armenian (Armenia) (hy_AM), Italian (it),
+  Kazakh (kk), Lithuanian (lt), Norwegian Bokmål (nb), Polish (pl),
+  Portuguese (pt), Portuguese (Brazil) (pt_BR), Russian (ru), Turkish (tr),
+  Chinese (China) (zh_CN), Chinese (Taiwan) (zh_TW)
+
 0.8.5
 =====
 - Fix a few memory leaks
diff --git a/configure.ac.in b/configure.ac.in
index 80fdc84..251bffe 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([ristretto_version_major], [0])
-m4_define([ristretto_version_minor], [9])
+m4_define([ristretto_version_minor], [10])
 m4_define([ristretto_version_micro], [0])
 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