[Goodies-commits] r3278 - ristretto/trunk

Stephan Arts stephan at xfce.org
Sun Sep 30 13:44:27 CEST 2007


Author: stephan
Date: 2007-09-30 11:44:27 +0000 (Sun, 30 Sep 2007)
New Revision: 3278

Modified:
   ristretto/trunk/ChangeLog
   ristretto/trunk/configure.in.in
Log:
Update ChangeLog
Bump version number for release (0.0.6)



Modified: ristretto/trunk/ChangeLog
===================================================================
--- ristretto/trunk/ChangeLog	2007-09-30 09:27:29 UTC (rev 3277)
+++ ristretto/trunk/ChangeLog	2007-09-30 11:44:27 UTC (rev 3278)
@@ -1,7 +1,23 @@
+2007-09-30: Release 0.0.6
+	* src/main.c:
+	  - Index the entire folder when a file is opened from the CLI
+	* src/picture_viewer.c:
+	  - When switching files, fix the timeout and darken thei
+	    original image until the timeout is exceeded.
+	* src/navigation.c:
+	  - Add EXIF support for detecting the image-orientation.
+	  - Fix memory-leak
+	* src/thumbnail_viewer.c:
+	  - Improve the paint behaviour, do not paint the same pixel twice.
+	* src/main_window.c:
+	  - Place all the MainWindow code inside a separate class
+	  - Improve the way the titlebar displays the image-name.
+
 2007-09-13: Release 0.0.5
 	* src/main.c:
 	  - Add the possibility to close images
-	  - Add an 'open with' submenu, to open an image with alternative applications
+	  - Add an 'open with' submenu, to open an image with alternative
+	    applications
 	  - Add confirmation dialog to the recent-documents list clear button
 	* src/navigation.c:
 	  - Add the possibility to remove images

Modified: ristretto/trunk/configure.in.in
===================================================================
--- ristretto/trunk/configure.in.in	2007-09-30 09:27:29 UTC (rev 3277)
+++ ristretto/trunk/configure.in.in	2007-09-30 11:44:27 UTC (rev 3278)
@@ -13,7 +13,7 @@
 m4_define([ristretto_version_minor], [0])
 m4_define([ristretto_version_micro], [6])
 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