nemiver r783 - trunk



Author: dodji
Date: Sun Apr  6 13:43:38 2008
New Revision: 783
URL: http://svn.gnome.org/viewvc/nemiver?rev=783&view=rev

Log:
	* NEWS, configure.ac: bump version number to 0.5.2


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Apr  6 13:43:38 2008
@@ -1,3 +1,14 @@
+0.5.2 Release
+=============
+
+Fixes
+--------------
+
+    * unplug some immature non regression tests for now
+    * fix an infinite loop when parsing an output record having a line starting
+      with '='
+    * fix #526291 â Nemiver doesn't propose to stop the debugging application
+
 0.5.1 Release
 =============
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Apr  6 13:43:38 2008
@@ -1,7 +1,7 @@
 dnl **************************************************************
 dnl Process this file with autoconf to produce a configure script.
 dnl **************************************************************
-AC_INIT(nemiver, 0.5.1)
+AC_INIT(nemiver, 0.5.2)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(README)
 AC_CONFIG_MACRO_DIR([m4])
@@ -12,7 +12,7 @@
 
 MAJOR_VERSION=0
 MINOR_VERSION=5
-MICRO_VERSION=1
+MICRO_VERSION=2
 
 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]