[anjuta] Updated files for 2.91.90 release



commit 69ce7b8b3eafe5fa385a5602c52e2ab1726865d6
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Feb 21 23:25:19 2011 +0100

    Updated files for 2.91.90 release

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 configure.ac |   16 ++++++++--------
 2 files changed, 42 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index fc991ee..479a0c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Anjuta 2.91.90 "Prepare for the gladification" (Beta 1)-- Johannes Schmid
+
+New:
+- Signal dragging support for python
+- Glade usuability fixes
+- New inline search/replace from Eugenia (Women Outreach program)
+
+Bugs fixed:
+530060 Have a "replace all" option in search and replace
+553772 Unable to move or resize widget placed inside a layout widget
+568047 Glade plugin does not allow adding notebook containers with less than 3 tabs.
+631260 Composer window broken after defining ActionGroup
+633786 plugin.c:59: warning: implicit declaration of function 'PyString_FromString' when compiling anjuta
+642647 Crash if anjuta is launched with a project that needs the glade plugin.
+642719 Prototype generator for C header files
+638787 wrong set on gtk_source_view_set_smart_home_end
+642763 Fix memory in message-view plugin
+516685 New artwork for splash screen
+549440 LIBADD is added at the wrong position in Makefile.am if it doesn't exist
+565358 documentation files appear in "other files" target
+566248 ianjuta_project_manager_get_elements returns weird data
+569992 support makefiles named GNUmakefile.am
+637981 Port Makefile backend to the new API
+640969 Allow importing projects with 3rd party project backends
+641181 error building out-of-tree plugins that only include libanjuta/libanjuta.h
+642640 NULL pointer dereference and memory leak in parameter.c
+642750 [PATCH] NULL pointer dereference in anjuta-tabber.c
+570912 Cannot remove module/package
+642723 Small in C header template 
+
+Thanks to: Abderrahim Kitouni, Aron Xu, Christian Kirbach, Daniel Mustieles,
+Eugenia Gabrielova, Fran Diéguez, James Liggett, Jorge González, Kjartan Maraas,
+Marco Diego Aurélio Mesquita, Nanci de Brito Bonfim, Sébastien Granjoux
+
 Anjuta 2.91.6 "To all the dead poets" (31 January 2010) -- Johannes Schmid
 
 New:
diff --git a/configure.ac b/configure.ac
index 1f45d55..716db91 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, 6)
+m4_define(anjuta_micro_version, 90)
 m4_define(anjuta_nano_version, 0)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version.anjuta_nano_version)
 
@@ -32,21 +32,21 @@ ANJUTA_VERSION=anjuta_version
 AC_SUBST(ANJUTA_VERSION)
 
 dnl Anjuta core
-GLIB_REQUIRED=2.25.15
-GTK_REQUIRED=2.29.4
+GLIB_REQUIRED=2.28.0
+GTK_REQUIRED=3.0.0
 GTHREAD_REQUIRED=2.22.0
 GDK_PIXBUF_REQUIRED=2.0.0
-GDA_REQUIRED=4.1.6
-VTE_REQUIRED=0.13.1
+GDA_REQUIRED=4.2.0
+VTE_REQUIRED=0.27.6
 LIBXML_REQUIRED=2.4.23
-GDL_REQUIRED=2.91.1
+GDL_REQUIRED=2.91.4
 LIBWNCK_REQUIRED=2.12
 
 dnl GtkSourceView
-GTKSOURCEVIEW_REQUIRED=2.91.4
+GTKSOURCEVIEW_REQUIRED=2.91.5
 
 dnl Devhelp
-LIBDEVHELP_REQUIRED=2.90.6
+LIBDEVHELP_REQUIRED=2.91.6
 
 dnl Glade
 GLADEUI_REQUIRED=3.9.0



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