diff options
author | William Walker <wwalker@src.gnome.org> | 2009-04-11 23:40:30 +0000 |
---|---|---|
committer | William Walker <wwalker@src.gnome.org> | 2009-04-11 23:40:30 +0000 |
commit | a274440446123a4558e3ac01e27f97831b4c24b7 (patch) | |
tree | f949ac752aff66e95e659c864af0c007ec7f23b5 | |
parent | 286f4d6b7d3ede6ddd6c50fea5494073f447bed3 (diff) |
Prep for 0.15.6GNOME_MAG_0_15_6
svn path=/trunk/; revision=742
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | configure.in | 3 |
4 files changed, 23 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2009-04-11 Willie Walker <william.walker@sun.com> + + * configure.in: + NEWS: + README: + Initial prep for 0.15.6 + 2009-04-04 Simon Vanderlinden <via william.walker@sun.com> * colorblind/ColorblindApplet.py: @@ -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: @@ -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) |