[Xfce4-commits] [apps/ristretto] 01/01: Updates for release.

noreply at xfce.org noreply at xfce.org
Sat Feb 28 18:00:18 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository apps/ristretto.

commit 35e03860bc4476dce3a0b3d14ab61075f1703b01
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sat Feb 28 19:51:16 2015 +0300

    Updates for release.
---
 NEWS            |   31 +++++++++++++++++++++++++++++--
 configure.ac.in |    4 ++--
 2 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 3a1e41e..cbb8f72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,34 @@
-x.x.x
+0.8.0
 =====
+Stable release of Ristretto
+
+* Miscellaneous bug fixes:
+- Use collate keys to handle filename sorting (Bug #9731)
+- Add AppData file (Bug #11296)
+- Fix invert zoom direction (Bug #10746)
+- Update xfconf settings for Xfdesktop >= 4.11
+- Check for thumbnails in the new location
+- Don't check item->width twice (Bug 10534)
+- Add version check because g_thread_init is deprecated
+- Support shift+scroll to pan across an image
+- Fixed an overflow when comparing filenames with large
+  numbers in them. (Bug #9485)
+- Show filename before apptitle
 - Fix bug #8837 (Use thumbnail as appicon)
-- Update the first image in the image-list when receiving a ready-signal.
+- Update the first image in the image-list when receiving
+  a ready-signal.
+
+* Translation updates:
+  Asturian (ast), Bulgarian (bg),
+  Czech (cs), German (de), English (Australia) (en_AU),
+  Spanish (Castilian) (es), Finnish (fi), French (fr),
+  Croatian (hr), Italian (it), Japanese (ja),
+  Korean (ko), Malay (ms), Norwegian Bokmål (nb),
+  Dutch (Flemish) (nl), Occitan (post 1500) (oc),
+  Polish (pl), Portuguese (pt), Portuguese (Brazilian) (pt_BR),
+  Russian (ru), Slovak (sk), Serbian (sr), Swedish (sv),
+  Thai (th), Turkish (tr), Ukrainian (uk),
+  Chinese (China) (zh_CN), Chinese (Taiwan) (zh_TW).
 
 0.6.0
 =====
diff --git a/configure.ac.in b/configure.ac.in
index 7a512e8..749bd47 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], [7])
+m4_define([ristretto_version_minor], [8])
 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