nemiver r827 - trunk



Author: dodji
Date: Sun May 25 22:01:37 2008
New Revision: 827
URL: http://svn.gnome.org/viewvc/nemiver?rev=827&view=rev

Log:
update for 0.5.3 released on the 0.5 branch


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun May 25 22:01:37 2008
@@ -1,3 +1,36 @@
+0.5.3 Release
+
+Fixes
+-----
+
+[Dodji Seketeli]
+
+    * #526696 â "Detach from the running program" not properly unsensitived"
+    * #526866 â breakpoint parsing failures
+    * #526826 â missing dependency in .pc file
+    * #527696 â nemiver --help only shows libgnome related help messages
+    * #526863 â Parsing error leaves nemiver in unusable state
+    * #527796 â remove libgnome dependency
+    * #482806 â Debugger state and Menu item sensitivity problems
+    * #534619 â Once detached of a program, you're not sure you're really disconnected
+    * add -Wl,--as-needed link flag for DSOs
+
+[Jonathon Jongsma]
+
+    * properly set memory editor sensitivity when debugger is running
+
+[Luca Bruno]
+
+    * remove obsolete fields from nemiver.desktop file
+
+New ports
+---------
+
+[Romain TartiÃre]
+
+    * Port nemiver to FreeBSD.
+
+
 0.5.2 Release
 =============
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun May 25 22:01:37 2008
@@ -1,7 +1,7 @@
 dnl **************************************************************
 dnl Process this file with autoconf to produce a configure script.
 dnl **************************************************************
-AC_INIT(nemiver, 0.5.2)
+AC_INIT(nemiver, 0.5.4)
 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=2
+MICRO_VERSION=4
 
 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]