[anjuta] Updated files for 2.91.4 release



commit 36dcbbf0b913cc8ffd153d994b48fc0df49934eb
Author: Johannes Schmid <jhs gnome org>
Date:   Tue Dec 21 00:35:17 2010 +0100

    Updated files for 2.91.4 release

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c845628..5d2e9b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Anjuta 2.91.4 "Merry X-mas" (21 December 2010) -- Johannes Schmid
+
+New:
+- Project Manager: Lots of work improving the new project manager. Special
+thanks to Sébastien Granjoux for all the time he invests here
+- Git Shell: More panes for git features (James)
+
+Bugs fixed:
+636665 	[PATCH] .vapi file not distributed
+609213 	Anjuta FAQ
+636667  [PATCH] Plugins require GTK_LIBS to link against, but this is not in configure.ac
+637249 	[class-gen] Python wizard
+621424 	No easy way to delete a bookmark
+636312 	Double click fails to select entire word if it contains _ or digits
+619592 	crash in autocompletion
+636084 	Crash Anjuta when typing in Build->Configure->Configuration combo box
+636666 	[PATCH] Introspection fails to build with recent gobject-introspection
+636668 	[PATCH] Link against the libraries anjuta and anjuta-shell are using
+584060 	Project manager hangs anjuta when the contents of project files changes 
+
+Thanks to:
+Chao-Hsiung Liao, James Liggett, Jorge González, Kenny Meyer, Robert Ancell,
+Sébastien Granjoux
+
 Anjuta 2.91.3 "Lebkuchen - yay!" (30 November 2010) -- Johannes Schmid
 
 WARNING: This is an unstable development snapshot
diff --git a/configure.ac b/configure.ac
index 0debacf..3429d34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.64])
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 91)
-m4_define(anjuta_micro_version, 3)
+m4_define(anjuta_micro_version, 4)
 m4_define(anjuta_nano_version, 0)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version.anjuta_nano_version)
 
@@ -33,7 +33,7 @@ AC_SUBST(ANJUTA_VERSION)
 
 dnl Anjuta core
 GLIB_REQUIRED=2.25.15
-GTK_REQUIRED=2.29.1
+GTK_REQUIRED=2.29.4
 GTHREAD_REQUIRED=2.22.0
 GDK_PIXBUF_REQUIRED=2.0.0
 GDA_REQUIRED=4.1.6



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