From a274440446123a4558e3ac01e27f97831b4c24b7 Mon Sep 17 00:00:00 2001 From: William Walker Date: Sat, 11 Apr 2009 23:40:30 +0000 Subject: Prep for 0.15.6 svn path=/trunk/; revision=742 --- ChangeLog | 7 +++++++ NEWS | 10 ++++++++++ README | 6 +++++- configure.in | 3 +-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e2cb9b2..75af5c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-11 Willie Walker + + * configure.in: + NEWS: + README: + Initial prep for 0.15.6 + 2009-04-04 Simon Vanderlinden * colorblind/ColorblindApplet.py: diff --git a/NEWS b/NEWS index e48c5e8..9fca222 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +What's new in gnome-mag-0.15.6: + +* Fixes for the following bugs: + #573023 - Migrate deprecated gnome-vfs to gio/gvfs (Simon Vanderlinden) + #577937 - colorblind applet does not run (Willie Walker) + +* Translations: + * Krishnababu K (te), Djihed Afifi (ar), Amitakhya Phukan (as), + Ignacio Casal Quinteiro (gl) + What's new in gnome-mag-0.15.5: * Translations: diff --git a/README b/README index 7b52514..9296116 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is gnome-mag version 0.15.5 (Stable) +This is gnome-mag version 0.15.6 (Stable) This directory contains the gnome-mag magnification service definition and sample implementation. @@ -28,6 +28,10 @@ In order to get SVN gnome-mag installed on your system, you need to have the most recent SVN versions of libbonobo installed as well. Note that gnome-mag also requires gtk+ and gnome-common. +Colorblind support requires libcolorblind from +http://alioth.debian.org/frs/download.php/1952/colorblind-0.0.1.tar.gz + + Building ======== diff --git a/configure.in b/configure.in index 9679160..0ae6b10 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ GNOME_MAG_CURRENT=`expr $GNOME_MAG_MINOR_VERSION - $GNOME_MAG_INTERFACE_AGE` dnl increment any time the source you release changes; set to dnl 0 if you increment CURRENT -GNOME_MAG_REVISION=5 +GNOME_MAG_REVISION=6 GNOME_MAG_MICRO_VERSION=$GNOME_MAG_REVISION @@ -165,7 +165,6 @@ PKG_CHECK_MODULES(CBAPPLET, pygtk-2.0 >= 2.6 pygobject-2.0 >= 2.6 gnome-python-2.0 >= 2.10 - gnome-desktop-2.0 >= 2.10 ) AC_SUBST(CBAPPLET_CFLAGS) AC_SUBST(CBAPPLET_LIBS) -- cgit v1.2.3