[anjuta] Updated files for 2.91.3 release



commit 2b44e4bb36767f2fa6e4453f0aa19fa17146ef01
Author: Johannes Schmid <jhs gnome org>
Date:   Tue Nov 30 11:46:44 2010 +0100

    Updated files for 2.91.3 release

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 30ccc16..c845628 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Anjuta 2.91.3 "Lebkuchen - yay!" (30 November 2010) -- Johannes Schmid
+
+WARNING: This is an unstable development snapshot
+
+New:
+- Git Shell: Git interface has changed to be context sensitive (James)
+- Project Manager: New project manager landed with much better capabilities (Sébastien)
+- clang-analyzer: New plugin to use the clang analyzer
+
+Bugs fixed:
+615345 Tabs in AnjutaTabber should not expand to all available space
+631213 locale.h included twice in main.c
+633112 Smart Brace Completion Quotation Mark Crash
+633911 Unknown (translation)
+635121 language-support-cpp-java: fix invalid read of paranthese-size setting
+635795 Editing configure.ac crashes anjuta
+631521 create project in folder c++
+
+Thanks to: Abderrahim Kitouni,Akom Chotiphantawanon, Alexander Shopov,
+Antonio Fernandes C. Neto, Ask H. Larsen, Bruno Brouard, Carl-Anton Ingmarsson,
+Claude Paroz, Daniel Nylander, Duarte Loreto, Fran Diéguez, Gabor Kelemen,
+Gheyret T.Kenji, James Liggett, Joan Duran, Jonh Wendell, Jorge González,
+Kjartan Maraas, Leonid Kanter, Mario Blättermann, Massimo Corà, Matej UrbanÄ?iÄ?
+Milo Casagrande, Nikos Bakaoukas, Petr Kovar, Philip Withnall, Saleem Ansari
+Sébastien Granjoux, Simos Xenitellis, Yang Hong
+
 Anjuta 2.91.2 "Remember the days when we ported from Gtk+ 1.2 to 2.0?" -- Johannes Schmid
 
 WARNING: This is an unstable release! It's the first released based on the
diff --git a/configure.ac b/configure.ac
index 11c9f06..266ebdd 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, 2)
+m4_define(anjuta_micro_version, 3)
 m4_define(anjuta_nano_version, 0)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version.anjuta_nano_version)
 
@@ -44,7 +44,7 @@ LIBWNCK_REQUIRED=2.12
 UNIQUE_REQUIRED=2.90.1
 
 dnl GtkSourceView
-GTKSOURCEVIEW_REQUIRED=2.91.1
+GTKSOURCEVIEW_REQUIRED=2.91.2
 
 dnl Devhelp
 LIBDEVHELP_REQUIRED=2.90.6



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