[anjuta] Updates version and NEWS for release



commit 98daf390f4def1e2afe4fc9b3575771485372cb1
Author: Johannes Schmid <jhs gnome org>
Date:   Thu Aug 27 09:54:51 2009 +0200

    Updates version and NEWS for release

 NEWS         |   31 +++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 84aff8d..b9e52fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Anjuta 2.27.91 (27 August 2009) -- Johannes Schmid
+
+Updates:
+- Some git fixes (file-status, etc.)
+- Stability fixes on symbol-db
+
+Bugs fixed:
+Typo in Anjuta pot file (bgo#593236)
+bgo #592941 â?? Fixed errors in Anjuta IDE Manual (Greek translation)
+bgo #591758 -  Fix language mistakes
+bgo #591887 -  Bad strings for translation
+bgo #590117 â?? Build failure: local scandir() function collides with system's
+bgo #589828 â?? Can't open GtkBuilder files with the glade plugin
+bgo#590708 â?? Some untranslated strings
+project-wizard: bgo#591359 â?? Need an easier and intuitive way to create a shared library project
+bgo #590337 â?? Compile failure: not allowed to link against a -module
+bgo #590720 â?? glade plugin FTBFS on mips(el) and alpha, LANGUAGE_C built-in
+bgo#590337 â?? Compile failure: not allowed to link against a -module
+language-support: bgo#575926 â?? 'Maintain past indentation' disables itself
+bgo #578690 â?? Several components underlinked
+bgo #585428 â?? Context needed to translate
+bgo#590334 â?? Fix -I ordering
+bgo #590338 â?? Missing plugins flags
+git: Add init support (bgo 566698)
+language-support-cpp-java: fixed critical #588112 - infinite loop / freeze
+bgo#587248 â?? Encoding key in desktop file is deprecated
+bgo#588485 â?? fixes from running anjuta with G_DEBUG="fatal_warnings"
+bgo#589699 â?? When ~/.cache isn't exists, session data isn't saved
+bgo#588506 â?? Wrong value of PACKAGE_DOC_DIR
+bgo#589601 â?? "gtk-execute" and "gtk-cancel" marked for translation
+
 Anjuta 2.27.5 (27 July 2009) -- Johannes Schmid
 
 Updates:
diff --git a/configure.in b/configure.in
index 352af46..77ec43d 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, 27)
-m4_define(anjuta_micro_version,  5)
+m4_define(anjuta_micro_version,  91)
 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]