[anjuta] Updated files for 3.1.91 release



commit f7417023b89b807395d0c368086ee99e362c1d60
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Sep 5 23:00:53 2011 +1000

    Updated files for 3.1.91 release

 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b8cb0d2..151c6d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Anjuta 3.1.91 "On the way to Tokio" (5 September 2011) -- Johannes Schmid
+
+Updates:
+ - More improvements in vala plugin (Abderrahim Kitouni)
+ - Fix up problems with gtk+ 3.0 (SÃbastien Granjoux)
+
+Bugs fixed:
+638525 	vala support crash on reading source file
+657491 	Only parse the source files of the current target
+657513 	anjuta fails to build in gnome 3.1
+657589 	tests fail in tarball releases because tarballs are missing anjuta.lst
+655756 	User should be notified if execution of a project fails
+656123 	plural forms needed
+657590 	Projects with libtool fails to regenerate
+657022 	make clean removes libanjuta-interfaces.h which breaks make clean; make
+
 Anjuta 3.1.90 "Whitsunday Islands" (29 August 2011) -- Johannes Schmid
 
 Changes:
diff --git a/configure.ac b/configure.ac
index fa6ad06..f2e7a2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.65)
 
 m4_define(anjuta_major_version,  3)
 m4_define(anjuta_minor_version, 1)
-m4_define(anjuta_micro_version, 90)
+m4_define(anjuta_micro_version, 91)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
 m4_define(bugzilla_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
 



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