[anjuta/gnome-2-32] Updated files for 2.32.1 release



commit 0aaa44d187cbc8644d6cdca89c9e121cc4f7e036
Author: Johannes Schmid <jhs gnome org>
Date:   Fri Nov 12 14:53:51 2010 +0100

    Updated files for 2.32.1 release

 .gitignore   |    1 +
 NEWS         |   22 ++++++++++++++++++++++
 configure.in |    2 +-
 3 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ecf5ff..fd6cf14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,6 +68,7 @@
 /po/hi.gmo
 /po/hr.gmo
 /po/hu.gmo
+/po/hy.gmo
 /po/id.gmo
 /po/it.gmo
 /po/ja.gmo
diff --git a/NEWS b/NEWS
index c6439f7..d4d56d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Anjuta 2.32.1 "2.x, we will miss you" (12 Nov 2010) -- Johannes Schmid
+
+This is a bug-fix (and probably the last) release of the Anjuta 2.32.x series.
+It fixes several annoying bugs and all users are encouraged to update to this
+version.
+
+There have been improvements in the python and C/C++ support so coding should
+be a lot more conveninent.
+
+Bugs fixed:
+file-wizard: Add support for Vala
+language-support-cpp-java: bgo#621916 - check for brace
+libanjuta: bgo#633042 New: Sensitivity off 'ok' button on the project import dialog
+language-support-cpp: Don't show duplicated results in autocompletion
+build: bgo#633661 - vala support is automagic
+language-support-cpp-java: bgo#633112 - Smart Brace Completion Quotation Mark Crash
+python-support: Fix bgo#631223 autointention causes anjuta to hang
+
+Thanks to: Carles Ferrando, Daniel Nylander, Giannis Katsampirhs, Jens Georg,
+Joan Duran, Jorge González, knight2000, Nanci de Brito Bonfim,
+Pacho Ramos, Sébastien Granjoux, Takayuki KUSANO
+
 Anjuta 2.32.0 "Goodbye Berlin" (27 Sep 2010) -- Johannes Schmid
 
 This is our new stable release. Older releases won't see any bug-fixing, support,
diff --git a/configure.in b/configure.in
index 4bccfcc..dc964e3 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
 
 m4_define(anjuta_major_version,  2)
 m4_define(anjuta_minor_version, 32)
-m4_define(anjuta_micro_version, 0)
+m4_define(anjuta_micro_version, 1)
 m4_define(anjuta_nano_version, 0)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version.anjuta_nano_version)
 



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