[anjuta] Updated files for 3.0.0 release



commit 6cfa979d5769088f06dccf6a63789b92e2d13e4f
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Apr 4 23:29:27 2011 +0200

    Updated files for 3.0.0 release

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    8 ++++----
 2 files changed, 28 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 788f7f8..0ad2840 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Anjuta 3.0.0 "Three.Point.Zero" (4 April 2011) -- Johannes Schmid
+
+Summary of new features compared to 2.32.x:
+ * New project manager that supports a wider range of autotools features
+ (Sébastien Granjoux)
+ * Reworked git UI for easier version control (James Liggett)
+ * Better glade integration including drag & drop for signals
+ * Inline search features replace and regular expressions (Eugenia Gabrielova)
+ * Project wizards adapted to new GNOME3 libraries and languages
+
+Bugs fixed (since RC1):
+645470	Anjuta from git master still creates Vala projects using GTK 2
+645557	Autogenerated PyGTK projects have wrong path to UI file 
+646530  Anjuta crashes when closing tab other than current
+
+Thanks to:
+Abduxukur Abdurixit, Akom Chotiphantawanon, Andrea Zagli, Aron Xu,
+Ask H. Larsen, Bruce Cowan, Bruno Brouard, Christian Kirbach, Daniel Korostil,
+Daniel Nylander, Djavan Fagundes, Duarte Loreto, Gabor Kelemen, Joan Duran,
+Joe Hansen, Jordi Serratosa, Kenneth Nielsen, Kjartan Maraas, Lukas Lommer,
+Marek Ä?ernocký, P. F. Chimento, Peteris Krisjanis, Rajesh Ranjan,
+Rodolfo Ribeiro Gomes, Sébastien Granjoux, Yuri Myasoedov
+
+
 Anjuta 2.91.92 "Toronto-style" (RC1) (21 March 2011) -- Johannes Schmid
 
 Updated:
diff --git a/configure.ac b/configure.ac
index 7b1f535..e4cee46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,9 +2,9 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.65)
 
-m4_define(anjuta_major_version,  2)
-m4_define(anjuta_minor_version, 91)
-m4_define(anjuta_micro_version, 92)
+m4_define(anjuta_major_version,  3)
+m4_define(anjuta_minor_version, 0)
+m4_define(anjuta_micro_version, 0)
 m4_define(anjuta_nano_version, 0)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version.anjuta_nano_version)
 
@@ -42,7 +42,7 @@ dnl GtkSourceView
 GTKSOURCEVIEW_REQUIRED=2.91.8
 
 dnl Devhelp
-LIBDEVHELP_REQUIRED=2.91.6
+LIBDEVHELP_REQUIRED=3.0.0
 
 dnl Glade
 GLADEUI_REQUIRED=3.9.2



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