nemiver r900 - trunk



Author: dodji
Date: Wed Jul 30 15:54:45 2008
New Revision: 900
URL: http://svn.gnome.org/viewvc/nemiver?rev=900&view=rev

Log:
prepare for 0.6.0 release


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Jul 30 15:54:45 2008
@@ -1,3 +1,44 @@
+0.6.0 Release
+==============
+
+New Features
+------------
+
+[Dodji Seketeli]
+
+    * conditional breakpoints
+    * arbitrary function calls
+
+Fixes
+-----
+
+[Dodji Seketeli]
+
+    * various code cleanups
+    * add --version command line switch
+    * support running autogen.sh from other directories dans srcdir
+    * #515525 - Arrow keys don't work to navigate through source file
+    * #396277 - implement lazy evaluation of status widgets
+    * #543798 - don't pop up 'reload file' dialog all the time
+    * #543797 - display a meaningful error when inferior is not found
+    * #545211 - Bad index management when closing a tab
+
+[Jonathon Jongsma]
+
+    * on going HIG compliance assurance
+    * add preferences for controlling behaviour or reloading source files
+
+[Luca Bruno]
+
+    * #540934 - documentation docbook XML compliance
+
+Translations
+------------
+
+    * [ja] Takeshi AIHANA
+    * [es] Jorge Gonzalez
+    * [nb] Kjartan Maraas
+
 0.5.3 Release
 
 Fixes

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jul 30 15:54:45 2008
@@ -1,7 +1,7 @@
 dnl **************************************************************
 dnl Process this file with autoconf to produce a configure script.
 dnl **************************************************************
-AC_INIT(nemiver, 0.5.5)
+AC_INIT(nemiver, 0.6.0)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AC_CONFIG_MACRO_DIR([m4])
@@ -11,8 +11,8 @@
 AC_CONFIG_HEADER(config.h)
 
 MAJOR_VERSION=0
-MINOR_VERSION=5
-MICRO_VERSION=5
+MINOR_VERSION=6
+MICRO_VERSION=0
 
 NEMIVER_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION"
 AC_SUBST(NEMIVER_VERSION)



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