[Goodies-commits] r4841 - ristretto/trunk

Stephan Arts stephan at xfce.org
Sat May 24 15:32:38 CEST 2008


Author: stephan
Date: 2008-05-24 13:32:38 +0000 (Sat, 24 May 2008)
New Revision: 4841

Modified:
   ristretto/trunk/ChangeLog
   ristretto/trunk/NEWS
   ristretto/trunk/configure.in.in
Log:
Pre-release version bump
Update ChangeLog
Update NEWS



Modified: ristretto/trunk/ChangeLog
===================================================================
--- ristretto/trunk/ChangeLog	2008-05-24 13:08:47 UTC (rev 4840)
+++ ristretto/trunk/ChangeLog	2008-05-24 13:32:38 UTC (rev 4841)
@@ -1,4 +1,4 @@
-xxxx-xx-xx: Release 0.0.20
+2008-05-24: Release 0.0.20
 	* src/thumbnail_bar.c:
 	  - Add limits so that images are not scrolled outside the thumbnail-bar
 	    boundaries (Fix bug introduced with 0.0.19)
@@ -13,6 +13,9 @@
 	  src/main_window.c:
 	  - Add option to show/hide thumbnails during slideshow. (Bug #4076)
 	  	Patch by Gauvain Pocentek <gauvainpocentek AT gmail DOT com>
+	* ristretto.desktop.in:
+	  - Do not include Generic Name to the Name field, this makes some menu
+	    implementations look broken (Bug #4085)
 
 2008-05-10: Release 0.0.19
 	* src/main_window.c:

Modified: ristretto/trunk/NEWS
===================================================================
--- ristretto/trunk/NEWS	2008-05-24 13:08:47 UTC (rev 4840)
+++ ristretto/trunk/NEWS	2008-05-24 13:32:38 UTC (rev 4841)
@@ -1,3 +1,10 @@
+0.0.20
+======
+
+- Put limits on the thumbnail-bar when scrolling
+- Add CLI options for fullscreen and slideshow
+- Make .desktop file adhere to standards
+
 0.0.19
 ======
 

Modified: ristretto/trunk/configure.in.in
===================================================================
--- ristretto/trunk/configure.in.in	2008-05-24 13:08:47 UTC (rev 4840)
+++ ristretto/trunk/configure.in.in	2008-05-24 13:32:38 UTC (rev 4841)
@@ -13,7 +13,7 @@
 m4_define([ristretto_version_minor], [0])
 m4_define([ristretto_version_micro], [20])
 m4_define([ristretto_version_build], [r at REVISION@])
-m4_define([ristretto_version_tag], [svn]) # 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(),[],[], [-ifelse(ristretto_version_tag(), [svn], [ristretto_version_tag()-ristretto_version_build()], [ristretto_version_tag()])])])
 
 dnl *******************************************




More information about the Goodies-commits mailing list