[Cgdb-announce] cgdb 0.6.6 released
Brought to you by:
bobbybrasko,
crouchingturbo
From: Mike M. <mi...@su...> - 2011-09-06 19:47:45
|
cgdb-0.6.6 Released ------------------- This is primarily a bug fix release. All cgdb users are encouraged to upgrade to this latest stable release. Downloading: Go to http://cgdb.sourceforge.net/download.php for download link and instructions. This new version contains the following changes: * Fixed a compile error on Cygwin 1.7 (signature for path conversion functions changed). * Fixed a segfault on 64-bit systems in rline.c due to a missing prototype of cgdb_malloc. Thanks to Pietro Cerutti for reporting and diagnosing this one! * Fixed a bug in the file dialog. When searching for a file, and you hit enter to select it, CGDB would sometimes skip to the next file that matches and open that file instead. * CGDB should now build out of the box on Cygwin again. CGDB used to only support building against curses.h. Now it also supports building against ncurses/curses.h. * No longer set the prompt to (gdb) on startup. Thanks, Mike -- Mike Mueller mi...@su... |