[Cgdb-announce] CGDB 0.5.0 released
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bo...@br...> - 2004-07-15 12:24:00
|
CGDB 0.5.0 Released ------------------- Downloading: Go to http://cgdb.sourceforge.net/download.shtml for download link and instructions. This new version contains the following changes: * "progs" directory is no longer installed in a potentially=20 read-only directory. It is installed now in top_builddir, instead of top_srcdir. * Added libkui into CGDB. This is the first of the 4 new libraries designed to make CGDB flexible and modular. Because of this, the version number has been bumped up to .5.0. * Fixed crash in TGDB when buffering commands. If the user hit 'n' <Enter> <Enter> ... fast, while GDB was not responding, or working on a command, the buffering code in TGDB would enter a bad command into a queue, causing it to crash when it tries to execute the command. * Fix crash in CGDB when parsing command line parameters. I think this c= rash showed up when I starting compiling CGDB with 3.3 instead of 2.95. It w= ould crash when trying to pass the --pid argument to GDB through CGDB. Thanks goes out to Michael S. Peek for reporting and fixing several important bugs (especially the crashes). Also, Robert Lemmen is always ensuring a good and speedy package on the great debian distribution. Enjoy, The CGDB Team |