summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--README2
-rw-r--r--configure.in2
3 files changed, 16 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9c47770..d4dc6f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,22 @@
+What's new in gnome-mag-0.15.8:
+
+* Fixes:
+ #574174 - Remove deprecated libgnomeui dependency (André Klapper)
+ #554162 - Install colorblind applet to pyexecdir (Marcin Banasiak)
+ #562079 - needlessly links against gdk-pixbuf-xlib (Matthias Clasen)
+ #580186 - Use gtkbuilder instead of glade (Pedro Fragoso)
+ Various - git, doap, etc. (Jaap Haitsma)
+
+* Translations:
+ Leonardo Ferreira Fontenelle (pt_BR)
+
What's new in gnome-mag-0.15.7:
-Fixes:
+* Fixes:
#563764 - GNOME Goal: Clean up GLib and GTK+ includes. (Luis Menina)
Add DOAP file (Olav Vitters)
-Translations:
+* Translations:
Rajesh Ranjan (hi), Miquel EsplĂ  (ca@valencia)
What's new in gnome-mag-0.15.6:
diff --git a/README b/README
index 1a3d33a..d292e50 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is gnome-mag version 0.15.7 (Stable)
+This is gnome-mag version 0.15.8 (Stable)
This directory contains the gnome-mag magnification
service definition and sample implementation.
diff --git a/configure.in b/configure.in
index c97876c..af9c9e9 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=7
+GNOME_MAG_REVISION=8
GNOME_MAG_MICRO_VERSION=$GNOME_MAG_REVISION