[anjuta] Updates files for release



commit 52cbbc3f874ff88bbb0e79585df302193d9156ca
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Jan 25 18:24:55 2010 +0100

    Updates files for release

 NEWS         |   18 +++++++++++++++++-
 configure.in |    2 +-
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d0dcff6..a1ca3bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
-Anjuta 2.95.5 "Birthday present" (12 Januar 2009) -- Johannes Schmid
+Anjuta 2.95.6 "Naba is back" (25 January 2009) -- Johannes Schmid
+
+Features:
+- Packagekit integration (Naba Kumar)
+- Project manager supports a simple "Directory" project now which allows
+to handle project that either don't use automake or where the automake parser
+can detect the files correctly. (Sébastien Granjoux)
+
+Bugs fixed:
+bgo#541687 - selecting properties of executable with mouse
+class-gen: bgo#606801 -  Bad translation error + GTKmm Project error
+bgo#572754 - Replace deprecated GTK_OBJECT_TYPE with G_OBJECT_TYPE
+bgo#601750 -  Tooltip evaluation doesn't respects mouse position
+bgo#605060 -  Single-step highlighting works only for the first-opened project
+bgo#607415 -  Anjuta creates lots of random directories
+
+Anjuta 2.95.5 "Birthday present" (12 January 2009) -- Johannes Schmid
 
 Features:
 - Completion for ., ->, and :: in C/C++
diff --git a/configure.in b/configure.in
index 6a38c87..f0b0dcb 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, 29)
-m4_define(anjuta_micro_version,  5)
+m4_define(anjuta_micro_version,  6)
 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]