[anjuta] Update files for 3.1.2 release



commit 960beeb61cd3f568dbd4e90cd12c54b72e789250
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Jul 4 21:52:20 2011 +0200

    Update files for 3.1.2 release

 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a346a0d..072a932 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Anjuta 3.1.3 "Is this it?" (4 July 2011) -- Johannes Schmid
+
+New:
+ - Various improvements in the project wizard
+ - Git usuability improvements
+ - Auto-completion for Gtk.Builder objects in python plugin
+ - more mallard documentation
+
+Bugs fixed:
+649107 	Add an index of help topics to the Mallard manual
+651212 	Auto-completion of Gtk.Builder objects
+312667 	Why not allow people to compile a simple .cpp file not starting a project in a first place?
+588952 	build-menu disabled if sources are in subfolder
+590323 	Make the context menu "context"-aware
+645516 	Enabled (translation comment)
+646073 	Application Manager
+646192 	New File (translation comment)
+652773 	Anjuta (current git) fails to load abiword project
+652778 	Opening an automake based project with empty configure.in file fails.
+653364 	build failure on kfreebsd: Error on line 6 char 104: Invalid UTF-8 encoded text in
+647403 	Selecting Configure External Packages and selecting no packages causes segfault.
+
+Thanks to: Daniel Mustieles, Daniel Nylander, James Liggett, Johannes Schmid, 
+Jorge GonzÃlez, Massimo CorÃ, Matej UrbanÄiÄ, Philip Chimento, SÃbastien Granjoux
+
 Anjuta 3.1.2 "Berg 2011" (13 June 2011) -- Johannes Schmid
 
 New:
diff --git a/configure.ac b/configure.ac
index 9341a1c..4b4f853 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, 2)
+m4_define(anjuta_micro_version, 3)
 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]