anjuta r4205 - trunk



Author: naba
Date: Mon Sep  1 20:21:34 2008
New Revision: 4205
URL: http://svn.gnome.org/viewvc/anjuta?rev=4205&view=rev

Log:
	* configure.in: Bumped version to 2.23.91
	* NEWS: Updated



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep  1 20:21:34 2008
@@ -1,3 +1,42 @@
+Anjuta 2.23.91 (1 September 2008) -- Naba Kumar
+-------------------------------------------------
+
+Translations updates:
+=====================
+mr, sq, es, gl, sr Latin, ar, fi, gu, sv, de
+
+New:
+====
+* GSoC Git plugin completed: Beta 1 completes the agreed-upon feature set in
+  the proposal.
+* Symbol-DB plugin maturing.
+
+Updates and fixes:
+==================
+* Fixed a crasher in symbol-db due to use of uninitialised memory
+* Fixed bug #548622 â sun cc can not compile build-options.c
+* Do not free mutex in symbol-db because that crashes 50% of the time.
+* Fixed critical on plugin deactivation of message-view plugin
+* Fixed bug #546109 - Spurious libanjuta-2.0.pc file
+* Install anjuta-version.h
+* Keep const gchar* instead of GFile in debugger interface
+* Updated debugger documentation
+* Updated build documentation
+* when terminal window is active (remove shortcut)
+* Fixed bug #548646 Delete key press is routed to editor window
+* Fixed bug #549105 Patch plugin icon not loaded
+* Fixed bug #549405 â There are warnings when I create a new file
+* Fixed bug #548606 now engine exits cleanly even if it's in scanning mode.
+  It still remains the libgda bug anyway, bug #545979.
+* Fixed bug #522032 also for symbol-db.
+* Added two checkboxes: one is for parallel scan control, the other is for
+  the buffer updating control.
+* GSoC Git plugin: Beta 1 completes the agreed-upon feature set in
+  the proposal.
+* Fixed bug #548984 â Use AC_HELP_STRING macro
+* Use gnome-terminal if terminal plugin is missing
+
+
 Anjuta 2.5.90 (18 August 2008) -- Johannes Schmid
 -------------------------------------------------
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Sep  1 20:21:34 2008
@@ -3,8 +3,8 @@
 AC_PREREQ(2.59)
 
 m4_define(anjuta_major_version,  2)
-m4_define(anjuta_minor_version, 5)
-m4_define(anjuta_micro_version,  90)
+m4_define(anjuta_minor_version, 23)
+m4_define(anjuta_micro_version,  91)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
 
 AC_INIT(anjuta, anjuta_version, http://bugzilla.gnome.org/enter_bug.cgi?product=anjuta)



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