diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.in | 6 |
4 files changed, 14 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2005-03-08 Bill Haneman <bill.haneman@sun.com> + + * configure.in, README, NEWS: + Revved to 0.12.0, for gnome 2.10.0. + 2005-02-04 Bill Haneman <bill.haneman@sun.com> Fix for bug #164371. @@ -1,3 +1,8 @@ +What's new in gnome-mag-0.12.0: + +* Fix for bug #164371, which meant that the visible area in split-screen mode + didn't update when the target bounds change. + What's new in gnome-mag-0.11.14: * Fix for bug #166282; we now work properly if the source display size is @@ -1,4 +1,4 @@ -This is gnome-mag version 0.11.14. +This is gnome-mag version 0.12.0 This directory contains the gnome-mag magnification service definition and sample implementation. diff --git a/configure.in b/configure.in index 715fb8a..b08b11e 100644 --- a/configure.in +++ b/configure.in @@ -12,14 +12,14 @@ AC_INIT(magnifier/magnifier.c) dnl libtool versioning from libgnome GNOME_MAG_MAJOR_VERSION=0 -GNOME_MAG_MINOR_VERSION=11 -GNOME_MAG_INTERFACE_AGE=9 +GNOME_MAG_MINOR_VERSION=12 +GNOME_MAG_INTERFACE_AGE=10 dnl below should change if the interface has additions, changes, removals. 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=14 +GNOME_MAG_REVISION=0 GNOME_MAG_MICRO_VERSION=$GNOME_MAG_REVISION dnl increment if any interfaces have been added; set to 0 |