[vinagre] Update NEWS and configure.ac for 2.91.91 release



commit 44d8872d139cdc49c8bbb408b54a24c1ba86293b
Author: David King <amigadave amigadave com>
Date:   Mon Mar 7 21:21:19 2011 +0100

    Update NEWS and configure.ac for 2.91.91 release

 NEWS         |    8 +++++---
 configure.ac |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3855451..ec4a59f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Vinagre 2.91.9
+Vinagre 2.91.91
 ===============
 
   Features
@@ -10,8 +10,10 @@ Vinagre 2.91.9
         + Overhaul configure script (David King)
           Note to packagers: Arguments to the configure script were changed.
           All functionality (except the panel applet) is now automagically
-	  enabled, and can be disabled or explicitly enabled with the
-	  appropriate configure arguments. Please check `configure --help`.
+          enabled, and can be disabled or explicitly enabled with the
+          appropriate configure arguments. Please check `configure --help`.
+        + Make the build partially non-recursive (David King)
+        + Fix the build with introspection enabled (David King)
         + Adapt to GtkObject removal in GTK+ 3 (Javier Jardón)
         + Replace gdk_draw_* with cairo* in panel applet (Daniel Svensson)
         + Avoid NULL pointer dereference in plugins if introspection is
diff --git a/configure.ac b/configure.ac
index c5a3c8b..4fc0f5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([Vinagre],[2.91.9],[https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre],[vinagre],[http://projects.gnome.org/vinagre/])
+AC_INIT([Vinagre],[2.91.91],[https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre],[vinagre],[http://projects.gnome.org/vinagre/])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([vinagre/vinagre-main.c])
 AC_CONFIG_HEADERS([config.h])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]