[Goodies-commits] r3376 - in ristretto/trunk: . po

Stephan Arts stephan at xfce.org
Sun Oct 14 10:50:28 CEST 2007


Author: stephan
Date: 2007-10-14 08:50:28 +0000 (Sun, 14 Oct 2007)
New Revision: 3376

Modified:
   ristretto/trunk/ChangeLog
   ristretto/trunk/configure.in.in
   ristretto/trunk/po/Makefile.in.in
Log:
Pre release version bump



Modified: ristretto/trunk/ChangeLog
===================================================================
--- ristretto/trunk/ChangeLog	2007-10-14 07:45:00 UTC (rev 3375)
+++ ristretto/trunk/ChangeLog	2007-10-14 08:50:28 UTC (rev 3376)
@@ -1,3 +1,14 @@
+2007-10-14: Release 0.0.8
+	* src/navigation.c
+	  src/picture_viewer.c
+	  src/thumbnail_viewer.c:
+	  - Add support for animated images (like .gif and .mng)
+	  - Improve load-times
+	  - Improve responsiveness when loading images
+	* src/main_window.c
+	  src/main.c:
+	  - Fix memory leak when opening files / folders
+
 2007-09-30: Release 0.0.7
 	* src/navigation.c:
 	  - Fix Segfault

Modified: ristretto/trunk/configure.in.in
===================================================================
--- ristretto/trunk/configure.in.in	2007-10-14 07:45:00 UTC (rev 3375)
+++ ristretto/trunk/configure.in.in	2007-10-14 08:50:28 UTC (rev 3376)
@@ -13,7 +13,7 @@
 m4_define([ristretto_version_minor], [0])
 m4_define([ristretto_version_micro], [8])
 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 *******************************************

Modified: ristretto/trunk/po/Makefile.in.in
===================================================================
--- ristretto/trunk/po/Makefile.in.in	2007-10-14 07:45:00 UTC (rev 3375)
+++ ristretto/trunk/po/Makefile.in.in	2007-10-14 08:50:28 UTC (rev 3376)
@@ -134,7 +134,7 @@
 dvi info tags TAGS ID:
 
 # Define this as empty until I found a useful application.
-installcheck:
+install-exec installcheck:
 
 uninstall:
 	linguas="$(USE_LINGUAS)"; \




More information about the Goodies-commits mailing list