[anjuta] Updated files for 2.31.90 release



commit 2a05c60b4e334bf2c83023d266c50054bce55092
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Aug 16 22:14:09 2010 +0200

    Updated files for 2.31.90 release

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e1ff751..1c4c26b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Anjuta 2.31.90 "GSoC is over - we have snippets now" -- Johannes Schmid
+
+New:
+- Python is now fully supported
+- Initial support for python plugins (Abderrahim Kitouni)
+- Snippets plugins from GSoC (Dragos Dena)
+
+Updated:
+- Language support for Vala got a major update
+
+Bugs fixed:
+project-wizard: bgo#625434 - remove cvsignore from templates
+python-support: bgo#626950 Anjuta crash with python support
+build-basic-auotools: bgo#626562 crash refusing to clean the configuration
+symbol-db: bgo#622529 - Crash when trying to open a non-writable project
+symbol-db: bgo#616560  - Symbol views do not display names containing especial chars correctly
+manual: Fixed mailing list adress (bgo#625588)
+language-support-vala: bgo#626306 Symbol completion doesn't work with "this."
+libanjuta: Increase launcher buffer size (bgo#624700)
+class-gen: add missing include (#626265)
+Add PyGTK project template. Fixes bug #608304.
+
+Abderrahim Kitouni, Andika Triwidada, Daniel Nylander, Dragos Dena
+Fran Diéguez, James Liggett, Jens Georg, Jorge González, Leandro Mattioli
+Massimo Corà, Matej UrbanÄ?iÄ?, Vincent Untz, Yang Hong
+
 Anjuta 2.31.6.1 "Thank you, The Hague (5 Aug 2010) -- Johannes Schmid
 
 Bugs fixed:
diff --git a/configure.in b/configure.in
index 3dd5711..2278f05 100644
--- a/configure.in
+++ b/configure.in
@@ -4,8 +4,8 @@ AC_PREREQ(2.59)
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 31)
-m4_define(anjuta_micro_version,  6)
-m4_define(anjuta_nano_version, 1)
+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)
 
 AC_INIT(anjuta, anjuta_version, http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta)



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