summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS5
-rw-r--r--README2
-rw-r--r--configure.in6
4 files changed, 14 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 92c776b..91f9e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 5f497a9..71a081d 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index bf29c64..0b5f771 100644
--- a/README
+++ b/README
@@ -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