[Xfce4-commits] <ristretto:master> Update NEWS, ChangeLog, and version-number

Stephan Arts noreply at xfce.org
Mon Jul 12 23:22:01 CEST 2010


Updating branch refs/heads/master
         to bedb6009b7af371fdedd9401c9710acc90ad0c64 (commit)
       from b9192a847107dfce64889adfd0a2dc5f97f31039 (commit)

commit bedb6009b7af371fdedd9401c9710acc90ad0c64
Author: Stephan Arts <stephan at xfce.org>
Date:   Mon Jul 12 23:16:46 2010 +0200

    Update NEWS, ChangeLog, and version-number

 ChangeLog       |   12 ++++++++++++
 Makefile.am     |    4 ++++
 NEWS            |    5 +++--
 configure.in.in |    6 +++---
 4 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0e8bb6c..6e03446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-07-12 Stephan Arts <stephan at xfce.org>
+
+	* src/main_window.c, 
+	  src/settings.c,
+	  src/preferences_dialog.c: Re-implement preloading
+	* src/gnome_wallpaper_manager.c,
+	  src/gnome_wallpaper_manager.h: Add gnome-wallpaper-manager skeleton
+	* src/picture_viewer.c: Update when bgcolor-properties are changed
+	* src/thumbnail_bar.c: Fix compile warning (and evil bug that could've segfaulted the app)
+	* src/settings.c,
+	  src/main_window.c: Save thumbnailbar-size
+
 2010-01-13 Stephan Arts <stephan at xfce.org>
 
 	* src/picture_viewer.c: Fix box-zoom when image is rendered at below-maximum resolution
diff --git a/Makefile.am b/Makefile.am
index d358382..5875798 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,3 +23,7 @@ DISTCLEANFILES = \
 	$(desktop_DATA)
 
 DISTCHECK_CONFIGURE_FLAGS=--enable-xsltproc
+
+AUTOMAKE_OPTIONS = \
+	1.8	\
+	dist-bzip2
diff --git a/NEWS b/NEWS
index 6f2956e..7e08ce2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-0.x.x
-=====
+0.0.91
+======
 - Remove dependency on thunar
 - Port to GIO instead of thunarvfs
 - Add option to select maximum render quality (can improve performance at the
@@ -9,6 +9,7 @@
 - Use dbus-thumbnailing spec to generate thumbnails
 - Add buttons to delete the image from disk
 - Restyle the toolbars to make room for more usefull options
+- Save position and size of thumbnail-bar
 
 0.0.22
 ======
diff --git a/configure.in.in b/configure.in.in
index c71f168..2da925b 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,9 +11,9 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([ristretto_version_major], [0])
 m4_define([ristretto_version_minor], [0])
-m4_define([ristretto_version_micro], [90])
+m4_define([ristretto_version_micro], [91])
 m4_define([ristretto_version_build], [r at REVISION@])
-m4_define([ristretto_version_tag], [gio]) # 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 *******************************************
@@ -21,7 +21,7 @@ dnl *** Debugging support for SVN snapshots ***
 dnl *******************************************
 m4_define([ristretto_debug_default], [ifelse(ristretto_version_tag(), [svn], [full], [minimum])])
 
-AC_COPYRIGHT([Copyright (c) 2006-2009
+AC_COPYRIGHT([Copyright (c) 2006-2010
         The Xfce development team. All rights reserved.
 
 Written for Xfce by Stephan Arts <stephan at xfce.org>.])



More information about the Xfce4-commits mailing list