[anjuta] Updated files for release



commit 7c58a73d571b9ac0f0765abd09a0ae1da4c84f02
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Mar 26 20:52:47 2012 +0200

    Updated files for release

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 40 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index dfc2010..0617ad5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Anjuta 3.4.0 "Wow, this time of the year again" (26 March 2012) -- Johannes Schmid
+
+This is a new stable version of Anjuta and all users should update to this
+version as all 3.2.x versions become unsupported at this point.
+
+Summary of the major changes between 3.2.x and 3.4:
+
+* project-manager:
+ - Improved target chooser in various dialogs (SÃbastien Granjoux)
+ - Better parsing of complicated automake projects (SÃbastien Granjoux)
+
+* project-wizard:
+ - Simplification to make it easier for newcomers to create projects (SÃbastien Granjoux)
+ 
+* language-support
+ - Add widgets from glade as private members of GObject classes (Marco Diego AurÃlio Mesquita)
+ - Allow creating signal handlers by double-clicking (Marco Diego AurÃlio Mesquita)
+ - Build with vala-0.16 and various small fixes (Abderrahim Kitouni)
+ 
+* Search
+ - Find in files for project files (Johannes Schmid)
+
+* Overall
+ - Use relative path for sessions (SÃbastien Granjoux)
+ - Many bugs fixed including some crashers (various)
+
+Thanks to everybody who has helped this cycle and all translators!
+
+Andrea Zagli (1):
+      [l10n] Updated Italian translation
+
+Duarte Loreto (1):
+      Updated Portuguese translation
+
+Lucas Lommer (1):
+      Updated Czech translation
+
+
 Anjuta 3.3.92 "This week needs more speed" (20 March 2012) -- Johannes Schmid
 
 This is an unstable developer snapshot - if you need a stable version,
diff --git a/configure.ac b/configure.ac
index 65e0084..d57beee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.65)
 
 m4_define(anjuta_major_version,  3)
-m4_define(anjuta_minor_version, 3)
-m4_define(anjuta_micro_version, 99)
+m4_define(anjuta_minor_version, 4)
+m4_define(anjuta_micro_version, 0)
 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]