Accepted gdb-doc 6.4.90-1 (source)

Scott James Remnant scott at ubuntu.com
Sun Sep 3 19:27:26 BST 2006


Accepted:
gdb-doc 6.4.90-1 was ACCEPTED.
	Component: main Section: devel

Origin: Debian/unstable
Format: 1.7
Date: Sun,  03 Sep 2006 19:20:22 +0100
Source: gdb-doc
Binary: gdb-doc
Architecture: source
Version: 6.4.90-1
Distribution: edgy
Urgency: high
Maintainer: Daniel Jacobowitz <dan at debian.org>
Changed-By: Scott James Remnant <scott at ubuntu.com>
Description: 
 gdb-doc    - The GNU Debugger Documentation
Closes: 24598 32267 33361 36341 37978 39516 39661 43955 45308 46125 46195 46470 54738 57824 57876 58450 62081 63337 66221 69185 69272 79992 80010 80010 85947 86506 96835 96897 97593 97715 103992 107119 107807 109715 110684 111017 115429 123185 123675 126614 127301 129311 130592 131033 132314 133778 134693 137316 137503 141491 143707 145040 145630 148672 151128 153972 158055 158186 160459 163543 165366 167997 168495 169656 170107 193413 197226 199672 199889 200980 203000 203553 204561 205241 208928 212890 216428 219337 221956 230550 239535 247948 249008 251322 254039 256012 259219 261330 264103 271069 272327 279596 280051 293637 298088 303736 306267 308624 309538 310728 310972 312059 317317 319520 320391 321803 323217 324683 326358 328580 332184 342343
Changes: 
 gdb-doc (6.4.90-1) unstable; urgency=low
 .
   * New upstream release (GDB 6.5 prerelease).
 .
 gdb-doc (6.4.50.20060511-2) unstable; urgency=low
 .
   * Correct a typo in debian/gdb-doc.info which caused install-info
     to be skipped.
 .
 gdb-doc (6.4.50.20060511-1) unstable; urgency=low
 .
   * New package, containing only the GDB manuals, based on the previous
     GDB packaging.
   * Update debian/copyright for the current version of the FDL and the new
     FSF address.
 .
 gdb (6.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Reset core ulimit before running the testsuite (Closes: #342343).
   * Ignore cancellation signal for NPTL by default (Closes: #324683).
   * Include a description of the front cover texts, et cetera for the
     manual in the copyright file (Closes: #321803).
   * Set the default name of main to MAIN__ for Fortran programs
     (Closes: #319520).
   * Handle PowerPC PIC prologues a little better (Closes: #312059).
   * Cope with attaching to threaded programs after the exit of a threaded
     program (Closes: #303736).
 .
 gdb (6.3.90.20051119-1) unstable; urgency=low
 .
   * New upstream snapshot (6.4 branch prerelease).
     - Many Debian patches merged.
     - Selected frame and C++ pass-by-reference patches updated.
     - Fixes segfault when executing malformed TUI window commands
       (Closes: #317317).
     - Behaves more gracefully when the executable disappears, et cetera
       (Closes: #293637, #323217, #332184).
     - Handle vfork from threaded programs using NPTL (Closes: #320391).
   * Do not rebuild bfd.info.
   * Build depend on a version of debhelper which will put menu fils
     in /usr/share.
   * Don't build depend on gcj on the Hurd (Closes: #298088).
   * Prevent unnecessary SIGTTOU when resolving pending breakpoints
     (Closes: #306267).
   * Enable the testsuite on amd64.
   * Use libreadline5 instead of libreadline4 (Closes: #309538, #326358).
   * Install gdb_gcore.sh as gcore (Closes: #328580).
   * Add GPC support (Closes: #261330).
 .
 gdb (6.3-6) unstable; urgency=high
 .
   * Do not crash on certain malformed input files [CAN-2005-1704]
     (Closes: #308624, #310972).
   * Do not load untrusted .gdbinit files [CAN-2005-1705] (Closes: #310728).
 .
 gdb (6.3-5) unstable; urgency=low
 .
   * Fix NPTL debugging using gdbserver.
   * Disable the "Incomplete CFI data" warning.
   * Really include the menu file this time (Closes: #80010).
   * Include a patch to handle strange binaries produced by Kylix
     (Closes: #249008).
   * Fix printing of fork status messages, and disable them by default
     (Closes: #254039).
 .
 gdb (6.3-4) unstable; urgency=low
 .
   * Backport a patch for a warning about the vsyscall DSO.
   * Backport a spelling fix for PTRACE_EVENT_VFORK_DONE to fix S/390
     build failure.
 .
 gdb (6.3-3) unstable; urgency=low
 .
   * Add flex to build dependencies for ada-lex.l.
 .
 gdb (6.3-2) unstable; urgency=low
 .
   * Backport a patch for a C++ / stabs debug info crash (Closes: #251322).
   * Correct build dependency for gcj (missed a !).
   * Correct build dependency for libunwind (it's libunwind7-dev now).
   * Update fix for fork tracing.  This removes a warning on 2.4 kernels,
     and fixes UML debugging (Closes: #271069).
   * Fix single-stepping through a call to NULL on SPARC (Closes: #256012).
 .
 gdb (6.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #259219).
     - Give an error for division by 0 (Closes: #280051).
     - Includes support for -feliminate-dwarf2-dups.
     - Limited support for Ada is included; more to come
       (Closes: #39516, #46470, #57876, #85947).
   * Update build dependency on texinfo; 4.7-1 could not build GDB.
   * Build depend on gcj on all architectures other than mips and mipsel
     (Closes: #272327).
   * Build depend on libkvm-dev for kfreebsd-gnu (Closes: #264103).
   * Add libunwind support on ia64 (Closes: #279596).
   * Make the fork tracing checks more robust.  Prevents stray processes
     on 2.6.10-rc1.
   * Add a Debian menu entry for GDB (Closes: #80010).
 .
 gdb (6.1-3) unstable; urgency=low
 .
   * Fix passing and returning of non-trivial C++ objects (Closes: #160459).
   * Update hppa patches (Closes: #247948).
   * Add a patch for finding C++ member variables in base classes
     (Closes: #239535).
   * Replace versions of insight which contain gdbtui.  Partial fix for
     #242498.
 .
 gdb (6.1-2) unstable; urgency=low
 .
   * Add an NPTL thread-exit patch.  Short-lived threads could cause GDB
     to leave unattached threads, which would crash as soon as they hit
     a breakpoint.
   * Testsuite patches - no unexpected FAILs on i386-linux.
 .
 gdb (6.1-1) unstable; urgency=low
 .
   * New upstream version.
   * Re-add the -debian suffix to GDB's version number.  This got lost in the
     transition to CDBS.
   * Revised HPPA port.  Thanks to Randolph Chung, as usual.
   * Run the testsuite on SPARC again.  The SPARC port is much improved
     (it has been basically rewritten from scratch).
 .
 gdb (6.0-6) unstable; urgency=low
 .
   * Also add DESTDIR to the ranlib invocation.
   * Fix typo in moving run.1 manpage.
   * Link linux-nat.o on HPPA.
 .
 gdb (6.0-5) unstable; urgency=low
 .
   * Add DESTDIR support to sim/, to fix build failures on targets with a
     simulator.
 .
 gdb (6.0-4) unstable; urgency=low
 .
   * Switch to CDBS and quilt.
   * Suppress warning about "<in-memory>" on re-run with a vsyscall DSO.
   * Import gdb 6.0 CVS branch; fixes a segfault with development GCC
     and frequent segfaults when rereading changed binaries
     (Closes: #230550).
 .
 gdb (6.0-3) unstable; urgency=low
 .
   * Include <asm/offsets.h> instead of <asm/offset.h> on HPPA
     (Closes: #208928).
   * Support backtraces through the vsyscall DSO on i386.
   * Do not run testsuite on hurd-i386 (Closes: #221956).
   * Fix up texinfo files so that dh_installinfo puts them in the right
     section.
   * Update build dependency on texinfo (Closes: #219337).
 .
 gdb (6.0-2) unstable; urgency=low
 .
   * Add build dependency on mig for hurd-i386 (Closes: #216428).
   * Don't paginate symbol file progress messages.  In combination
     with recent changes to dwarf2-frame.c this fixes some potential
     internal errors (Closes: #199889).
     - 28.symfile-unfiltered.patch
 .
 gdb (6.0-1) unstable; urgency=low
 .
   * New upstream release
     - 11.read-var-value.patch merged upstream.
     - 12.dwarf-loc-register.patch merged upstream.
     - -data-list-changed-registers no longer segfaults (Closes: #204561).
   * Include the text of the GFDL in the copyright file (Closes: #212890).
   * Include a threading patch which may fix #212949.
     - 26.lin-lwp-assert.patch
   * Include a patch which should improve Control-C handling for LinuxThreads
     on 2.6 kernels.
     - 27.lin-lwp-2.6.patch
 .
 gdb (5.3.20030824-1) unstable; urgency=low
 .
   * New upstream CVS snapshot, from the GDB 6.0 branch.
     - 27.tui-paginate-backtrace.patch merged upstream.
     - 28.minsym-section.patch merged upstream.
     - Watchpoint handling bug for ia64 fixed (Closes: #205241).
   * Squash some warnings for HPPA.
 .
 gdb (5.3.20030801-1) unstable; urgency=low
 .
   * New upstream CVS snapshot, from the GDB 6.0 branch.
     - 26.fix-sparc-build-two.patch merged upstream.
     - Includes a fix for backtracing from noreturn functions like abort ().
     - Insert a space between the address and code when disassembling,
       even if we don't have a function name (Closes: #199672).
   * Update HPPA patch again; is anyone ever going to submit this
     upstream?  Better do it soon. (Closes: #200980).
   * Make filtered output paginate correctly again.
     - 27.tui-paginate-backtrace.patch
   * Fix an internal error on -data-list-changed-registers, and possibly
     many others (Closes: #203553).
     - 10.selected-frame.patch
   * Add two patches for watchpoints in optimized programs (Closes: #203000).
     - 11.read-var-value.patch
     - 12.dwarf-loc-register.patch
   * Add a patch for several shared library single-stepping bugs.
     - 28.minsym-section.patch
 .
 gdb (5.3.20030629-2) unstable; urgency=low
 .
   * Yet another sparc build fix.
     - 26.fix-sparc-build-two.patch
 .
 gdb (5.3.20030629-1) unstable; urgency=low
 .
   * New upstream CVS snapshot, from the GDB 6.0 branch.
     - Remote debugging isn't totally broken any more.
   * Remove merge or obsoleted patches.
     - Parts of 23.static-thread-apps.patch
     - 26.fix-tui-build.patch
     - 27.fix-sparc-build-two.patch
     - 28.dwarf2-reread-segv.patch
 .
 gdb (5.3.20030606-3) unstable; urgency=low
 .
   * Fix build failure on HPPA.
   * Fix a segfault when reread applications (Closes: #197226).
     - 28.dwarf2-reread-segv.patch
 .
 gdb (5.3.20030606-2) unstable; urgency=low
 .
   * Add 27.fix-sparc-build-two.patch to fix build failure on sparc.
   * Disable the testsuite on sparc, since it's completely broken.
   * Conditionalize gcj build dependency for architectures which both
     have gcj and run the testsuite.
 .
 gdb (5.3.20030606-1) unstable; urgency=low
 .
   * New upstream snapshot, with lots of nice features.
     - Improved prologue analyzer and DWARF-2 frame unwind support for i386.
     - Overhauled Alpha support.
     - More C++ namespace support (still not complete).
     - DW_AT_ranges support - if you've noticed local variables in your code
       being missing in GDB, this is the most likely cause.
     - Integrated Objective C support, finally! It's got some rough edges
       but it works (Closes: #62081, #24598, #57824, #86506).
     - "set cp-abi" command for debugging combined v2 and v3 C++ code.
     - Some bug fixes in the parsing for gdb --args (Closes: #33361, #193413).
     - Support for debug info in separate files, coming soon to a Debian
       near you.
   * Removed integrated or obsoleted patches:
     - 01.const-tilde_expand.patch
     - 05.i386-backtrace-to-main.patch
     - 08.max-ui-out.patch
     - 12.tui-readline.patch
     - 15.m68k-build.patch
     - 16.use-rl-prefixed-function.patch
     - 19.alpha-doublest-correction.patch
     - 21.lin-lwp-schedlock.patch
   * Disabled some patches which I hope are no longer needed:
     - 06.java-testsuite-jmisc.patch
     - 11.thread-confused-exit.patch
     - 20.alpha-testsuite.patch
     - 22.alpha-proc-desc-stack.patch
   * Updated HPPA patches for this snapshot.
     - 02.gdb-hppa.patch
     - 03.hppa-core.patch
     - 04.hppa-func-returns.patch
   * Add some build fixes for TUI.
     - 26.fix-tui-build.patch
   * Build with an absolute path to configure, to work around three failing
     MI tests.
   * Don't bother running the testsuite for two debug formats any more.
   * Add build-dependencies for gcj and gobjc, for the testsuite.
   * Adjust configure --mandir argument to match more stupid quoting.
   * Re-enable thread testsuite on Alpha.
   * Enable the testsuite on ia64, hppa, and s390.
 .
 gdb (5.3-2) unstable; urgency=low
 .
   * Fix build on SPARC.
   * Fix buid on HPPA.
 .
 gdb (5.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Patches updated for new release.
     - Patch 14.gdb-maint-its-typo.patch included.
     - Patch 17.tui-fixes.patch included.
     - Patch 18.threads-much-faster.patch included.
 .
 gdb (5.2.debian90.cvs20021120-4) unstable; urgency=low
 .
   * Fix thread debugging for statically linked applications
     (Closes: #170107).
   * Prevent a segfault when entering tracepoint actions if you hit EOF
     (Closes: #167997).
 .
 gdb (5.2.debian90.cvs20021120-3) unstable; urgency=low
 .
   * Add another Alpha patch for setting breakpoints after the process exits.
   * Disable running the thread tests on Alpha (ew).  It hangs the build
     daemon; the problem appears to be in glibc.  It returns nonexistant
     and duplicate threads.
 .
 gdb (5.2.debian90.cvs20021120-2) unstable; urgency=low
 .
   * Add patch for testsuite false failures on Alpha.
   * Add patch for floating point support on Alpha.
   * Add a patch from the CVS HEAD for schedule-lock mode and for software
     single step platforms.
   * Correct the testsuite to match "help maint dump-me".
 .
 gdb (5.2.debian90.cvs20021120-1) unstable; urgency=low
 .
   * New upstream CVS snapshot from 5.3 CVS branch.
     - Builds with new bison (Closes: #169656).
     - Fixes crashes without SSE support or when loading core files without
       applications.
     - TUI no longer crashes if there is no debugging information for main
       (Closes: #141491).
     - GDB no longer crashes on "info win" if there are no windows
       (Closes: #158186).
     - Setting some C++ breakpoints works the first time instead of having
       to do it twice (Closes: #110684).
   * Patches updated for new release.
     - Patch 07.manual-vector.dpatch included in CVS.
     - Patch 09.mips-linux-buildfixes-aug02.patch included in CVS.
     - Patch 10.no-readline-docs.patch removed - we still use readline,
       I believe that leaving it as an appendix to the GDB manual is
       appropriate.
     - Patch 12.tui-readline.patch updated.
     - Patch 17.tui-fixes.patch added to fix a TUI problem with -i=mi.
   * Remove useless --enable-shared.
   * Fix a typo in "help maint dump-me" (Closes: #168495).
   * Add a patch to fix build on m68k, from Michael Fedrowitz
     <michaelf at debian.org> (Closes: #163543).
   * Added a patch to call rl_filename_completion_function instead of
     filename_completion_function, from Matt Chapman
     <matthewc at cse.unsw.edu.au> (Closes: #165366).
   * Tag GDB version with "-debian" because we apply patches.
   * Add a patch which makes debugging threaded applications drastically
     (5x - 10x) faster.  Whee!
 .
 gdb (5.2.cvs20020818-3) unstable; urgency=low
 .
   * HPPA fix from Randolph Chung (Closes: #158055).
 .
 gdb (5.2.cvs20020818-2) unstable; urgency=low
 .
   * MIPS and MIPSel build fixes.
   * Apply and remove patches in numbered order.
   * HPPA build fixes.
 .
 gdb (5.2.cvs20020818-1) unstable; urgency=low
 .
   * New upstream CVS snapshot.
     - Don't include <termio.h> in TUI (Closes: #145040).
     - Don't use libthread_db with core files (Closes: #133778).
   * Recompile against current readline package (Closes: #153972).
   * Reduce some thread-db errors to warnings
     (Closes: #123675, #126614, #134693).
   * Bump MAX_UI_OUT_LEVELS for the Hurd (Closes: #145630).
   * Include patch from Richard Hirst to improve function return printing
     on HPPA.  It looks like there's finally a little progress on getting
     the HPPA code in upstream... (Closes: #148672).
   * Mention Peter Jay Salzman's GDB tutorial in the documentation
     (Closes: #151128).
 .
 gdb (5.2.cvs20020401-6) unstable; urgency=medium
 .
   * More HPPA build fixes - I forgot linux-proc.o again
     (Closes: #143707).
   * Add support for HPPA core files, patch from Randolph Chung
     (Closes: #137316).
 .
 gdb (5.2.cvs20020401-5) unstable; urgency=low
 .
   * More HPPA build fixes.
 .
 gdb (5.2.cvs20020401-4) unstable; urgency=medium
 .
   * Add linux-proc.o to NATDEPFILES for S/390; should fix S/390 build.
   * Change `value_ptr' to `struct value *' in HPPA patch.  Should fix
     HPPA build in combination with libc6 2.2.5-4.0.2.
 .
 gdb (5.2.cvs20020401-3) unstable; urgency=low
 .
   * Add a patch to fix initialization on non-multi-arch targets
     (particularly Alpha and Sparc).
   * Enable testsuite on Alpha and Sparc.
 .
 gdb (5.2.cvs20020401-2) unstable; urgency=low
 .
   * My apologies to all you autobuilders out there.  Results were worse than
     I feared.  Testsuite is now run only on PowerPC and i386 until I can
     clean up the results everywhere else.
 .
 gdb (5.2.cvs20020401-1) unstable; urgency=low
 .
   * The "Ahhhhhhhhhhhhhhhhhh!" Release.
   * New snapshot from CVS (post-5.2) (yes, I know 5.2 isn't out yet).
     - Fixes crash on printing large types
       (Closes: #111017, #130592, #131033).
     - In one upstream patch and one pending patch, greatly improve
       debugging with GCC 2.95.  If you've ever breakpointed the
       beginning of a function and been frustrated when arguments
       printed incorrectly, this release is for you!  It should fix most
       occurances of that problem.
   * Patches from J.H.M. Dassen to use system readline.  Slightly tweaked.
     - [debian/rules] Build the refcard; figure out patches automatically.
     - [debian/use-dynamic-readline.patch] Link against dynamic readline again.
     - [debian/no-readline-docs.patch] Remove readline documentation.
     - [debian/const-tilde_expand.patch] Bring extern declaration of tilde_expand
       in sync with current readline headers.
     - [debian/rules] Ensure we don't build against the local readline copy by
       mistake; remove generated config.status files.
   * Include gdbserver if it is built.
   * Include a version of GDB with the TUI interface enabled
     (Closes: #137503).
   * Run 'make check' during build, for stabs and DWARF-2.
   * Add --disable-gdbtk (Closes: #115429).
   * Add a patch to prevent a hang while running the Java testsuite if
     gcj-3.0 is installed.
   * Include simulator in the binary package if one is built (PPC, ARM,
     MIPS) (Closes: #123185).
 .
 gdb (5.1.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #132314).
     - Corrected manual licenses (Closes: #129311).
   * Apply HPPA patch (Closes: #127301).
   * Add <stdbool.h> patch to fix conflict with new ncurses.
 .
 gdb (5.1-1) unstable; urgency=low
 .
   * New upstream release.
   * All patches merged upstream, including (hopefully) everything needed
   for S/390.
 .
 gdb (5.0.cvs20011007-3) unstable; urgency=low
 .
   * Add ARM patch (committed to upstream CVS).
 .
 gdb (5.0.cvs20011007-2) unstable; urgency=low
 .
   * Updated S/390 patch from Gerhard Tonn.
 .
 gdb (5.0.cvs20011007-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove obsolete patches (gdb-docs, gdb-ppc-core).
   * Add S/390 support patch.
   * Configure for $(DEB_HOST_GNU_TYPE) (Closes: #109715).
 .
 gdb (5.0.cvs20010729-2) unstable; urgency=low
 .
   * Fix m68k build.  Again.  (Closes: #107807).
 .
 gdb (5.0.cvs20010729-1) unstable; urgency=low
 .
   * Call dh_installinfo from rules file (Closes: #107119).
   * Put info files in "Development" to match other Debian development tools.
   * Fix malformed gdbint.info file.
   * Use DH_COMPAT=3 to make dh_installinfo work better with wildcards,
     and bump debhelper build dependency.
   * Update to 5.1 release branch (Closes: #103992).
   * Fix PowerPC core files (Re: bug #107072).
   * Fix up patch handling in rules file a little bit.
 .
 gdb (5.0.cvs20010704-1) unstable; urgency=low
 .
   * The "Independence Day" release - CVS snapshot from July 4th.
   * New maintainer.
   * Update build-depends (Closes: #96835, #96897).
   * New version includes thread support - for some platforms.  I'm not going
     to close the related bugs until I've verified it on a few more targets.
   * Debhelperize (Closes: #97715, #97593).
   * Add Replaces: gdb-arm for upgrades (Closes: #79992).
 .
 gdb (5.0-4) unstable; urgency=low
 .
   * Made almost lintian clean:
     - added Section: and Priority: fields in gdb binary package
     - info files are now installed in /usr/share/info
     - binaries get now stripped
     - debian/copyright now refers to '/usr/share/common-licenses' for
       full GPL license text
     (patch by Domenico Andreoli <cavok at debian.org>)
   * added texinfo & tetex-bin to the build-dependencies.
 .
 gdb (5.0-3) unstable; urgency=low
 .
   * Include upstream README & NEWS files.
     closes: #37978 gdb documentation.
   * s|usr/doc|usr/share/doc|g.
     closes: #69272: gdb: docs should be in /usr/share/doc according policy.
   * Fix description.
 .
 gdb (5.0-2) unstable; urgency=low
 .
   * Include patch to get it to work on m68k.
     closes: #69185: gdb doesn't build on m68k.
 .
 gdb (5.0-1) unstable; urgency=low
 .
   * New upstream code.
     (Foreign patches not re-applied for now. Will see if they
     are necessary)
     closes: #66221 New major upstream version (5.0) out.
     closes: #63337 gdb: Recompilation with libncurse5 needed.
     closes: #58450 gdb: Won't compile on PowerPC.
     closes: #54738 gdb does not compile on i386 under current glibc.
 .
 gdb (4.18.19990928-1) unstable; urgency=low
 .
   * New upstream code.
     Fixes some problems related to the C++ code:
      closes: #46125: gdb seg faults calling C++ functions.
      closes: #46195: gdb is broken for C++
      closes: #43955: gdb can't resolve virtual methods with new g++
      closes: #36341: gdb: Gives a parse error when casting an expression
   * Include patch from David N. Welton <davidw at linuxcare.com>:
      closes: #45308: gdb: Patch for gdb debian/rules
   * ACK NMU:
      closes: #39661: gdb is broken on ppc arch.
   * Now compiles on non-i386 archs:
      closes: #32267
   * Updated my email address.
 .
 gdb (4.18-1.1) unstable; urgency=low
 .
   * Applied some ppc patch i got from the linuxppc gdb.
 .
 gdb (4.18-1) unstable; urgency=low
 .
   * New upstream version!
 .
 gdb (4.17.19981224-3.m68k.objc.threads.hwwp.fpu.gnat) unstable; urgency=low
 .
   * Upgrade to new code.
   * Apply HJL's 4.17.0.4 -> 4.17.0.8 patch.
   * Fix #30463.
 .
 gdb (4.17-4.m68k.objc.threads.hwwp.fpu.gnat.3) frozen unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply threads patch (dynamically) only if building on i386; the patch
     works currently only correct on i386 and breaks compilation at least
     on m68k and sparc.
 .
 gdb (4.17-4.m68k.objc.threads.hwwp.fpu.gnat.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules (checkroot): use tab not spaces, thanks to Roman Hodek
     <Roman.Hodek at informatik.uni-erlangen.de>. [#26798]
 .
 gdb (4.17-4.m68k.objc.threads.hwwp.fpu.gnat.1) unstable; urgency=low
 .
   * NMU with yet more hideous revision.
   * PowerPC support via Matt McLean.
   * Clean up corrupted m68k files a little bit - move config/m68k/* to
     gdb/config/m68k/* and remove literal ^L's.
 .
 gdb (4.17-4.m68k.objc.threads.hwwp.fpu.gnat) unstable; urgency=low
 .
   * Apply yet another patch to improve Objective-C support (Fix #24599).
 .
 gdb (4.17-3.m68k.objc.threads.hwwp.fpu.gnat) unstable; urgency=low
 .
   * re-integrated gnat support.
     (Was repported as a bug against 4.16, patch had been integrated then,
     but dropped while switching to version 4.17).
     (NB: Not being an ADA expert, I'd appreciate if s/o could confirm
     it now works properly, thanx)
 .
 gdb (4.17-2.m68k.objc.threads.hwwp.fpu) unstable; urgency=low
 .
   * Include patch to support debugging of multithreaded programs
     (Bug #23823)
     Note: Needs a patch to libc6 to work (submitted as #24213).
   * Include JH Lu patch to have hardware watchpoint and FPU support
     (Fix bug #660!! (40 months old!!!) & bug #16435)
   * Bug #8861 also appears to be fixed... Isn't that great? :)
   * Now provide the reference card (Bug #20772).
 .
 gdb (4.17-1) unstable; urgency=low
 .
   * Fix #22555 (enable building on sparc)
   * Fix #21932 (acknowledge NMU)
 .
 gdb (4.17-0.1) frozen unstable; urgency=low
 .
   * New upstream release (differences with upstream 4.16.98 are negligable).
   * Non-maintainer upload.
   * Disabled linking -rpath:
     * bfd/configure.in, opcodes/configure.in: applied libtool-rpath-workaround
     * gdb/configure.in, gdb/configure: don't use -rpath on Linux.
     * regenerate "configure" scripts involved.
 .
 gdb (4.16.98-1) frozen unstable; urgency=low
 .
   * New upstream code. Only change relevant on Linux: Patch by
     H.J. Lu so debugging of shared library works properly (That was
     the important patch motivating this upload).
     This release _is_ supposed to be the final gdb-4.17 (from the announce:
     'I wanted to make a "this is the release unless something is
     very wrong" release and then kick 4.17 out').
 .
 gdb (4.16.86-1) unstable; urgency=low
 .
   * New upstream code. (still unreleased).
   * Re-added the m68k stuff that didn't make it upstream (Bug #19539, #19635).
   * Re-added the Objective-C stuff (Bug #19630)
 .
 gdb (4.16.85-2) unstable; urgency=low
 .
   * debian/rules: Also remove gdb/doc/GDBvn.texi and config.log when cleaning up.
   * The following has been done by <jdassen at wi.LeidenUniv.nl>:
   * TODO: this version of gdb uses an evil new version of libtool which
     forces -rpath. With lesstif, I got around this by replacing the libtool
     scripts with those from the Debian libtool package.
   * Use dynamic readline library.
   * Install with preserved timestamps.
   * Clean out .tab.c files missed by "make distclean", so the .diff.gz is
     smaller.
   * Clean out symlinks, so dpkg-source works after debian/rules build clean.
   * Several other minor clean-ups of the rules file.
   * Updated FSF address (lintian).
   * Bumped Standards-Version.
 .
 gdb (4.16.85-1) unstable; urgency=low
 .
   * New upstream code (Although not released yet).
 .
 gdb (4.16-12) unstable; urgency=low
 .
   * Applied alpha patches (#11841).
 .
 gdb (4.16-11) unstable; urgency=low
 .
   * Included patch to fix bugs (#11552,#11324).
 .
 gdb (4.16-10) unstable; urgency=low
 .
   * Fixed #11136 (support for Ada;
     Thanx to Marc Eichin for pointing this patch).
 .
 gdb (4.16-9) unstable; urgency=low
 .
   * Fixed #11037 (compilation on m68k).
 .
 gdb (4.16-8) unstable; urgency=low
 .
   * Compiled with libc6/ncurses3.4/libreadline2.1.
   * Fixed #9654 (cosmetic fix).
   * Updated debian/control file (now supports Objective-C).
 .
 gdb (4.16-7) unstable; urgency=low
 .
   * Fixed typo. in documentation (Fixes bug #5477).
 .
 gdb (4.16-6) unstable; urgency=low
 .
   * Corrected texinfo documentation (Fixes bug #3823).
   * Added upstream ChangeLog file.
 .
 gdb (4.16-5) unstable; urgency=low
 .
   * Included patch for glibc-2.0 support.
 .
 gdb (4.16-4) unstable; urgency=low
 .
   * Included patch for Objective-C support (Fixes bug #7063).
 .
 gdb (4.16-3) unstable; urgency=low
 .
   * New maintainer.
   * Included patches for m68k support.
 .
 gdb (4.16-2) unstable; urgency=MEDIUM
 .
   * New caretaker: Stuart Lamble (note: this package is still up
     for adoption, as I would prefer not to be maintaining it
     full-time.)
   * Upgraded to the 2.1.1.0 source format.
   * Recompiled, with a corrected procfs.h, to correct problems with
     ELF coredumps.
   * Reformatted the changelog :-)
 .
 gdb (4.16-1) unstable; urgency=low
 .
   * Updated to new upstream version (Bug#4373)
   * Added a simple extended description (Bug#3599)
Files: 
 91b056427ed1a4b332ba0f7ab19bc7c6 19674 non-free/devel standard gdb-doc_6.4.90-1.diff.gz
 b239b72581619dfb263c938de332cb56 667 non-free/devel standard gdb-doc_6.4.90-1.dsc
 8672b3460d22ccb63a4f28376f73ba66 1098610 non-free/devel standard gdb-doc_6.4.90.orig.tar.gz





More information about the edgy-changes mailing list