valgrind (1:2.2.0-4) unstable; urgency=low

  * debian/patches/18_cpp-stabs.dpatch:
    - This patch attempts to fix the parsing of C++ stabs involving ::
      delimiters.
  * debian/patches/19_pthread_attr_getinheritsched.dpatch:
    - Adds a dummy implementation of pthread_attr_getinheritsched.
  * debian/patches/20_pthread_condattr_getsetpshared.dpatch:
    - Adds a dummy implementation of pthread_condattr_getpshared and
      pthread_condattr_setpshared.
  * debian/valgrind.default:
    - Removed. Useless file that nobody uses. (Closes: #279705)
  * debian/debian.supp:
    - Appended python suppression file provided by python's maintainer.
  * debian/control:
    - Suggests valgrind-callgrind instead of valgrind-calltree.
      (Closes: #278621)
  * debian/valgrind.sh:
    - Some cosmetic changes.

 -- Andrés Roldán <aroldan@debian.org>  Tue, 16 Nov 2004 18:44:04 +0000

valgrind (1:2.2.0-3) unstable; urgency=low

  * debian/patches/01_cachegrind.dpatch:
    - Cope with arguments over 510 characters in length when writing the
      cachegrind output file.
  * debian/patches/02_cachegrinderrno.dpatch:
    - This patch makes cachegrind report the reason why it was unable to open
      the output file.
  * debian/patches/15_pthread_mutexattr_gettype.dpatch:
    - Implements pthread_mutexattr_gettype().
  * debian/patches/16_pthread_mutex_lock.dpatch:
    - Warns about a possible deadlock on thread.
  * debian/patches/17_statvfs64.dpatch:
    - Fixed the statfs64 wrapper to look at the right argument for the stat
      buffer and added an fstatfs64 wrapper.
  * debian/valgrind.sh:
    - Adds /usr/X11R6/lib/debug to LD_LIBRARY_PATH. (closes: #274972)

 -- Andrés Roldán <aroldan@debian.org>  Thu, 14 Oct 2004 13:35:43 +0000

valgrind (1:2.2.0-2) unstable; urgency=medium

  * debian/patches/13_sched_setaffinity-getaffinity.dpatch:
    - Adds support for sched_setaffinity() and sched_getaffinity() syscalls.
  * debian/patches/14_ioctls.dpatch:
    - Adds support for the following ioctls:
      + TIOCMBIS.
      + TIOCMBIC.
      + SG_EMULATED_HOST.
      + SG_GET_SG_TABLESIZE.
      + CDROMMULTISESSION.
      + CDROMVOLREAD.
      + CDROMREADAUDIO.

 -- Andrés Roldán <aroldan@debian.org>  Fri, 10 Sep 2004 21:41:45 +0000

valgrind (1:2.2.0-1) unstable; urgency=low

  * New stable release. (closes: #234030)
  * Updated patches according to this new version.
  * Removed some patches already on upstream source.
  * Make debian.supp the default suppression file for Debian.

 -- Andrés Roldán <aroldan@debian.org>  Wed,  1 Sep 2004 23:44:33 +0000

valgrind (1:2.1.2-3) unstable; urgency=low

  * debian/patches/01_libpthread.dpatch:
    - Patch to improving the logic in valgrind's libpthread that handles 
      looking for functions in libc to forward to. If you have assertions
      like "Assertion `open_ptr != ((void *)0)", you may love this patch.
  * debian/patches/01_memcpy.dpatch:
    - Patch to remove warning when passing an uninitialized pointer to memcpy
      when length to copy is zero.
  * debian/patches/02_si_addr-SIGFPE.dpatch:
    - This patch should make valgrind fixup si_addr in the siginfo structure
      when SIGFPE is received so that it points at the right instruction.

 -- Andrés Roldán <aroldan@debian.org>  Thu, 26 Aug 2004 19:16:34 +0000

valgrind (1:2.1.2-2) unstable; urgency=low

  * debian/patches/01_sfence.dpatch: New. Move the decoding of SFENCE out of
    the SSE only part of disInstr.
  * debian/patches/01_ssort.dpatch: New. ssort() failed when signed int return
    type from comparison is too small to handle result of unsigned int
    subtraction.
  * debian/patches/02_sbbl.dpatch: New. gcc sometimes generates "sbbl
    %reg,%reg" to convert the carry flag into 0 or -1 in reg.  This has no
    actual dependency on reg, but memcheck can't see that, and so will help 
    if reg contains garbage.
  * debian/valgrind.1: 
    + s/--logfile-fd/--log-fd/
    + s/--logfile/--log-file/
    + s/--logsocket/--log-socket/

 -- Andrés Roldán <aroldan@debian.org>  Sun,  8 Aug 2004 17:08:08 +0000 

valgrind (1:2.1.2-1) unstable; urgency=low

  * New upstream release. (See changelog) (closes: #248887, #258652)
  * Removed the following patches (already on upstream's package):
    - 01_hp2ps
    - 13_detailed_types
    - 14_db-attach
    - 15_async_io_syscalls.dpatch
    - 16_hdio_get_identity
    - 17_siocgmiiphy-siocgmiireg
  * Update the following patches:
    - 01_configure.dpatch
    - 01_vgPlain_do_syscall.dpatch
    - 11_exitcode.dpatch
    - 01_ipc_stuff.dpatch
    - 10_ansi-vg.dpatch
    - 12_readdir.dpatch
  * debian/patches/01_gettid.dpatch: New. Should closes: #238925

 -- Andrés Roldán <aroldan@debian.org>  Tue, 20 Jul 2004 21:12:16 +0000

valgrind (1:2.1.1-4) unstable; urgency=low

  * debian/valgrind.sh:
    - Quoted VALGRIND_OPTS to avoid conflicts with multiple pre-defined
      options. (closes: #245241)
  * debian/valgrind.1:
    - Documented gen-suppressions option. (closes: #243734)
    - sed -e 's/Valgrind/\\fIvalgrind\\fP/g' valgrind.1
  * debian/patches/15_async_io_syscalls.dpatch:
    - New. Adds support for asyncronous io syscalls.
  * debian/patches/16_hdio_get_identity.dpatch:
    - New. Addes support for HDIO_GET_IDENTITY syscall.
  * debian/patches/17_siocgmiiphy-siocgmiireg.dpatch:
    - New. Adds support SIOCGMIIPHY and SIOCGMIIREG.

 -- Andrés Roldán <aroldan@debian.org>  Sun, 20 Jun 2004 16:58:22 -0500

valgrind (1:2.1.1-3) unstable; urgency=low

  * debian/valgrind.1: Updated.
    - Added --track-fds description.
    - Added lax-ioctls weird hack description.
    - Added --db-attach description.
    - Added --db-command description.
    - Added --tool description.
    - Removed --gdb-attach description.
    - sed -e 's/skins/tools/g'
    - (closes: #241678, #241329)
  * debian/patches/14_db-attach.dpatch: New. Makes --db-attach=yes work again.
    (closes: #241676)
  * debian/patches/01_hp2ps.dpatch: New. Solves problem of massif creating
    PostScript(R) files.

 -- Andrés Roldán <aroldan@debian.org>  Thu,  8 Apr 2004 14:19:07 -0500

valgrind (1:2.1.1-2) unstable; urgency=medium

  * debian/control: 
    sed -ne '/^Description:/,//p' control | sed -e 's/skins/tools/g'
  * debian/patches/12_readdir.dpatch: New. Add support for readdir syscall.
    (closes: #237996)
  * debian/patches/11_exitcode.dpatch: Upgraded. Now --version exits with 0
    too. (closes: #238048)
  * debian/patches/13_detailed_types.dpatch: New. Adds support for
    --detailed-types option which extract detailed type info from debug
    sections.

 -- Andrés Roldán <aroldan@debian.org>  Fri, 19 Mar 2004 08:57:46 -0500

valgrind (1:2.1.1-1) unstable; urgency=low

  * New upstream version.
    - This version contains some internal structural changes needed for
      valgrind's long-term future.  These don't affect end-users.
      It closes: #230785, #221413
    - Greater isolation between Valgrind and the program being run, so
      the program is less likely to inadvertently kill Valgrind by doing
      wild writes.
    - Massif: a new space profiling tool. It will tell you in detail where
      and when your C/C++ code is allocating heap.
      Draws pretty .ps pictures of memory use against time. A potentially
      powerful tool for making sense of your program's space use.
    - Fixes for many bugs, including support for more SSE2/SSE3 instructions,
      various signal/syscall things, and various problems with debug info
      readers. (closes: #221659)
    - glibc 2.3.2 w/NPTL is massively different than what valgrind expects.
    - It now fully supports sysinfo page in 2.6 kernels.
      (closes: #217736, #227894, #229706, #230198)
  * The following patches has been updated:
    12_ipc_stuff.dpatch renamed to 01_ipc_stuff.dpatch.
    07_more_sem.dpatch renamed to 01_more_sem.dpatch.
    10_ansi-vg.dpatch.
    11_exitcode.dpatch.
  * The following patches has been removed. They are already on the
    upstream package:
    10_vg_stabs2.dpatch.
    01_vg_symtab2.c.dpatch.
    09_vg_stabs.dpatch.
    10_epoll.dpatch.
  * The following patches has been removed. They are useless or deprecated:
    01_include-Makefile.am.dpatch.
    01_include-Makefile.in.dpatch.
    01_watchpoints.dpatch.
    06_vg_include.h.dpatch.
    10_timestamp.dpatch.
    02_stack_addresses.dpatch.
  * debian/valgrind.doc: Removed PATCHES_APPLIED from the list.
  * debian/valgrind.default: Updated. Now you can especify valgrind options
    with VALGRIND_OPTS enviroment variable instead of VGOPTS.
  * debian/overrides: Added some overrides.
  * debian/valgrind.sh: Updated. Removed LD_ASSUME_KERNEL variable. Now it
    should handle things well. Besides, it will use memcheck as the default as
    now valgrind does not assume a default tool to use.

 -- Andrés Roldán <aroldan@debian.org>  Sat, 13 Mar 2004 04:32:15 +0000

valgrind (1:2.1.0-9) unstable; urgency=low

  * debian/patches/12_ipc_stuff.dpatch: New. Adds wrap of struct ipc_kludge to
    solve FTBFS bug. (closes: #236402)
  * debian/control: Build-Depends on dpatch (>> 2.0.0). (closes: #237214)

 -- Andrés Roldán <aroldan@debian.org>  Wed, 10 Mar 2004 14:41:24 +0000

valgrind (1:2.1.0-8) unstable; urgency=low

  * Fix build failures on woody. Thanks to David Kimdon. (closes: #233498)
  * Now --help and --version exits with code 0. (closes: #234368)

 -- Andrés Roldán <aroldan@debian.org>  Tue,  2 Mar 2004 23:55:06 +0000

valgrind (1:2.1.0-7) unstable; urgency=low

  * Improved watchpoint patch. Thanks again to Robert Walsh
    <rjwalsh@durables.org>.
  * Added patch to add the --stack-addresses option which is used to show (or
    not show) the addresses in the stack trace output.
  * Added patch that lets GDB backtrace through vgPlain_do_syscall. Thanks to
    Daniel Jacobowitz <dan@debian.org>. (closes: #225475)

 -- Andrés Roldán <aroldan@debian.org>  Mon, 16 Feb 2004 21:17:42 +0000

valgrind (1:2.1.0-6) unstable; urgency=low

  * Fixes bug generated by gcc which generates negatively-sized scopes and out
    of order line number information in the stabs debug info. 
    Really fixes Bug#231093.

 -- Andrés Roldán <aroldan@debian.org>  Wed, 11 Feb 2004 13:42:04 +0000

valgrind (1:2.1.0-5) unstable; urgency=low

  * Added support for epoll(4) syscalls, a variant of poll(2). This API is
    meaningful just for 2.5 and higher kernels.
  * Upgraded copyright file. The upstream URL has changed and it was not UTF-8
    encoded.
  * Added patch to support the --watchpoint option which allows the
    application to set a watchpoint on a memory location. See README.Debian
    for more information. Thanks to Robert Walsh <rjwalsh@durables.org>.
  * Added glib suppression sent by David Schleef <ds@schleef.org>.
    (closes: #231989)
  * Added patch to make the valgrind.h compile with strict ANSI gcc options.
    (closes: #231604)

 -- Andrés Roldán <aroldan@debian.org>  Tue, 10 Feb 2004 18:43:25 +0000

valgrind (1:2.1.0-4) unstable; urgency=low

  * Added patch that fixes segfault with Objective-C debug info.
    (closes: #229925)
  * Added anothers suppressions to mitigate the error output due to missing
    syscall page support for 2.6 kernels.

 -- Andrés Roldán <aroldan@debian.org>  Wed,  4 Feb 2004 01:39:02 +0000

valgrind (1:2.1.0-3) unstable; urgency=medium

  * Applied patch to handle volatile qualifiers with stabs. The former patch
    just applied the const qualifiers patch.

 -- Andrés Roldán <aroldan@debian.org>  Sun,  1 Feb 2004 21:15:46 +0000

valgrind (1:2.1.0-2) unstable; urgency=low

  * Added patch to handle volatile and const qualifiers with stabs.
    (closes: #226217)
  * Added patch to show a timestamp in the output with the --time-stamp
    option.
  * Added $(MAKE) regtest to check valgrind when it's building.

 -- Andrés Roldán <aroldan@debian.org>  Mon,  5 Jan 2004 18:59:44 +0000

valgrind (1:2.1.0-1) unstable; urgency=low

  * New upstream version.
    - Removed the following patches (already included in main source):
       02_valgrind-2.6-headers-fixes
       03_vg_main.c
       04_vg_syscalls.c
       05_vg_replace_malloc.c
       07_gettid_syscall
       07_lfence_mfence
       08_scas
    - Now blocking syscalls behave behave exactly as they do when running
      natively (not in valgrind). Hopefully closes: #166514
    - Added support for file descriptors leakage checks (--track-fds=yes). 
      When enabled, valgrind will print out a list of open file descriptors 
      on exit.
  * Increased the number of semaphores supported. (closes: #221745)

 -- Andrés Roldán <aroldan@debian.org>  Wed, 17 Dec 2003 14:23:06 +0000

valgrind (1:2.0.0-4) unstable; urgency=low

  * Added new glibc suppressions.
  * Added stolen from head patch that implements  __NR_gettid (syscall 224).
  * Added stolen from head patch to support LFENCE and MFENCE.
  * Added stolen from head patch to implement SCAS.
  * Removed potato suppressions.
  * Updated sarge suppressions. 

 -- Andrés Roldán <aroldan@debian.org>  Sat,  6 Dec 2003 02:33:13 +0000

valgrind (1:2.0.0-3) unstable; urgency=low

  * Renamed debian/patches files to the XX_name.dpatch scheme.
  * Included patch from Jim Meyering to support __NR_statfs64 (syscall 268)
    and __NR_utimes (syscall 271) syscalls.
  * Added patch to support posix_memalign function.
  * Increased the line error message. Useful when your code has long lines.
  * Improved 03_vg_main.c.dpatch. Hopefully closes: #206917 

 -- Andrés Roldán <aroldan@debian.org>  Mon, 17 Nov 2003 18:14:02 +0000

valgrind (1:2.0.0-2) unstable; urgency=low

  * Build-depends and Recommends gdb. When configuring, it tries to determine
    where is gdb and if it's not installed, --gdb-attach will not work. 
    (closes: #220729)

 -- Andrés Roldán <aroldan@debian.org>  Fri, 14 Nov 2003 13:39:52 +0000

valgrind (1:2.0.0-1) unstable; urgency=low

  * New upstream version.
    - Removed patches to allow valgrind compile under kernel 2.6. It is
      already on the valgrind upstream source.
    - Removed compilation with profile support.
    - Removed patch that solved unhandled instruction bytes problem. It is
      already on the valgrind upstream source.
    - Removed patch that solved the stack corruption on valgrind. It is
      already on the valgrind upstream source.

 -- Andrés Roldán <aroldan@debian.org>  Thu, 13 Nov 2003 23:06:21 +0000

valgrind (20031012-6) unstable; urgency=low

  * I didn't want this but even the upstream has not a better solution.
    It has been added LD_ASSUME_KERNEL=2.4.1 to the valgrind wrapper to solve
    all the bugs related to NPTL at the moment in valgrind. Really fix #218611
    and closes: #220161, #218609

 -- Andrés Roldán <aroldan@debian.org>  Tue, 11 Nov 2003 13:10:28 +0000

valgrind (20031012-5) unstable; urgency=low

  * Compiled with the latest libc6 (2.3.2.ds1-10) that added a patch to
    disable NPTL for programs that call the old errno. If this bug is
    still appearing on you, you may as well upgrade to libc6-2.3.2.ds1-10
    or newer. (closes: #218611)
  * Updated README.Debian. Read it please.

 -- Andrés Roldán <aroldan@debian.org>  Sat,  8 Nov 2003 17:10:09 +0000

valgrind (20031012-4) unstable; urgency=low

  * Added patch sent from Andrew Moise that solves the bugs arised with
    the latest libc6. Thanks to him. (closes: #218611, #218629, #218636)

 -- Andrés Roldán <aroldan@debian.org>  Mon,  3 Nov 2003 03:04:57 +0000

valgrind (20031012-3) unstable; urgency=low

  * Added patch that solves the unhandled instruction bytes bug found on 
    valgrind. 

 -- Andrés Roldán <aroldan@debian.org>  Mon, 20 Oct 2003 13:50:08 +0000

valgrind (20031012-2) unstable; urgency=low

  * Removed suggestion of valgrind-headers. (closes: #215262)
  * Added patch that solves the not-ever-reported bug of stack corruption on
    valgrind.

 -- Andrés Roldán <aroldan@debian.org>  Thu, 16 Oct 2003 14:50:22 +0000

valgrind (20031012-1) unstable; urgency=low

  * New upstream version.

 -- Andrés Roldán <aroldan@debian.org>  Wed, 15 Oct 2003 21:13:02 +0000

valgrind (20030725-8) unstable; urgency=low

  * Put together again all the package. I know, that was a bad idea.
  * Added vg_profile.c to includes. 

 -- Andrés Roldán <aroldan@debian.org>  Fri, 10 Oct 2003 17:36:26 +0000

valgrind (20030725-7) unstable; urgency=low

  * At last, there has been included a full valgrind manpage written by me.
    (closes: #166561) 

 -- Andrés Roldán <aroldan@debian.org>  Thu,  2 Oct 2003 20:44:29 +0000

valgrind (20030725-6) unstable; urgency=low

  * The "I'm feeling smart today (am I?)" release.
  * Changed maintainer's e-mail.
  * Bumped Standards-Version to 3.6.1.
  * Splitted into two packages: valgrind-headers (Headers only needed to
    create new skins) and valgrind (the core package).
  * Included "vg_profile.c" to some skins (cachegrind, corecheck, lackey and
    none) to make them support profiling.
  * Updated debian/README.Debian and debian/copyright.

 -- Andrés Roldán <aroldan@debian.org>  Sun, 28 Sep 2003 16:44:04 -0500 

valgrind (20030725-5) unstable; urgency=low

  * Added new XFree86 suppression to sid.supp.
  * Removed useless build-depend on sharutils.

 -- Andrés Roldán <aroldan@fluidsignal.com>  WeSun, 14 Sep 2003 05:12:48 +0000

valgrind (20030725-4) unstable; urgency=low

  * Now it really compiles on 2.6 kernels. (closes: #208142)

 -- Andrés Roldán <aroldan@fluidsignal.com>  Wed,  3 Sep 2003 22:44:00 +0000

valgrind (20030725-3) unstable; urgency=low

  * Changed the valgrind wrapper. It didn't work when it was using libraries
    on a non-standard location. (Thanks Jason :). (closes: #207771)
  * Added patch to support compilation for 2.6 kernels (closes: #208142) 

 -- Andrés Roldán <aroldan@fluidsignal.com>  Mon,  1 Sep 2003 16:38:59 +0000

valgrind (20030725-2) unstable; urgency=low

  * Added suggestion to use libc6-dbg which shows pretty important debugging
    information.
  * Added wrapper to use libc6-dbg if it's installed.
  * Added sid.supp to work with the newest libc6 version.
  * Built with newer libc6.
  * Added patch to support waitpid syscall. (closes: #206366) 

 -- Andrés Roldán <aroldan@fluidsignal.com>  Wed, 20 Aug 2003 16:42:37 +0000

valgrind (20030725-1) unstable; urgency=low

  * New upstream version taken from cvs head. Fixes some minor bugs.
  * Fixed debian-specific suppressions errors. (closes: #202126)

 -- Andrés Roldán <aroldan@fluidsignal.com>  Tue, 29 Jul 2003 02:07:08 +0000

valgrind (20030716-1) unstable; urgency=low

  * New upstream version taken from cvs head. (closes: #188155)
  * Add suggestion to use valgrind-calltree which is needed to make a good use
    of kcachegrind (closes: #193169)
  * Bumped Standard-Version to 3.6.0. Changelog and control is now UTF-8
    enconded.
  * Updated long description.

 -- Andrés Roldán <aroldan@fluidsignal.com>  Fri, 18 Jul 2003 14:25:19 +0000

valgrind (1.9.6-1) unstable; urgency=low

  * New upstream version.
  * Removed the patch from Anders Gustafsson since it is already on the
    upstream source.
  * Added FAQ.txt to documentation (please read it).
  * Changed default suppresion to sarge.supp. I left woody.supp and
    potato.supp for compatibility.
  * Added a stolen-from-HEAD patch from Crispin Flowerday that closes all the
    opened file descriptors when the work is done.
  * Added a stolen-from-HEAD patch from Jeffrey Stedfast to avoid confussion
    when the number of the suppression callers is >= VG_N_SUPP_CALLERS.
  * Added a stolen-from-HEAD patch from Troels Walsted Hansen that allows reuse
    of the socket.

 -- Andrés Roldán <aroldan@fluidsignal.com>  Sat, 10 May 2003 18:53:36 +0000

valgrind (1.9.5-2) unstable; urgency=low

  * Change index.html to manual.html in doc-base (closes: #189749, #190180)
  * Fixed some minor typo issues.
  * Added some overrides of some unstripped share objects.
  * valgrind --help now goes to stdout (closes: #189657)
  * Applied patch from Anders Gustafsson to make valgrind usable for
    linux-2.5.68. (closes: #191347)

 -- Andrés Roldán <aroldan@fluidsignal.com>  Sat, 28 Apr 2003 08:45:10 +0000

valgrind (1.9.5-1) unstable; urgency=low

  * New maintainer.
  * Began to use the devel branch of valgrind as the default version. 
    See README.Debian.
    (closes: #166514, #179248, #186924, #179114)
  * Bumped up Standard-Version according to latest Debian Policy.

 -- Andrés Roldán <aroldan@fluidsignal.com>  Wed, 16 Apr 2003 22:56:26 +0000

valgrind (1.0.4-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * Patched to support __NR_exit_group syscall.  Requires compilation
    against a kernel with __NR_exit_group defined.  Closes: #179581.
  * Remove configure generated files.
  * Add a trailing new line to debian/docs, to quiet dpkg-source.
  * Remove dh_testroot call from clean target in rules.  Closes: #174263.
  * Fix the config.sub/config.guess out of date problem, by depending on
    autotools-dev.
  * Remove call to dh_undocumented.
  * Remove debian/conffiles, as this is done automatically now.
  * Fix boilerplate text in debian/copyright, which was from dh_make.
  * Mostly lintian clean.  All that is left is to write some manpages.

 -- Adam Heath <doogie@debian.org>  Fri,  7 Feb 2003 13:16:59 -0600

valgrind (1.0.4-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Rebuilt to work with current glibc (closes: #173918).

 -- Robert Bihlmeyer <robbe@debian.org>  Thu, 26 Dec 2002 17:55:58 +0100

valgrind (1.0.4-2) unstable; urgency=low

  * removed the conflicts: against libc6 2.3 -- upstream 1.0.4 is happy with 
  that libc now (Closes: #165361)
  
 -- Cyrille Chepelov <cyrille@chepelov.org>  Wed, 23 Oct 2002 08:46:04 +0200

valgrind (1.0.4-1) unstable; urgency=low

  * New upstream release
  * Added a conflicts: against libc6 2.3 until I can investigate more. If
    things go well, -2 should lift this restriction.  
  * Includes the Call Tree patch-0.2b-valgrind-1.0.4.gz from Josef Weindorfer
  * Includes the ValGui support patch vg104-after-ct0.2b.diff from Eric
    Estievenart.
  * added FAQ.txt to the docs

 -- Cyrille Chepelov <cyrille@chepelov.org>  Mon, 21 Oct 2002 07:20:42 +0200

valgrind (1.0.3-2) unstable; urgency=low

  * added an experimental patch from upstream, 
    valgrind-1.0.3-gcc3.1-and-above-patch1.txt. This should help reducing
    the amount of noise when compiling with gcc3.1 and above.

 -- Cyrille Chepelov <cyrille@chepelov.org>  Tue, 24 Sep 2002 21:23:00 +0200

valgrind (1.0.3-1) unstable; urgency=low

  * New upstream release (Closes: #160469)
  * added a "suggests" on kcachegrind
  * Includes the Call Tree patch-0.2a-valgrind-1.0.2.gz from Josef Weindorfer, 
  to improve compatibility with kcachegrind (Closes: #161208)
  
 -- Cyrille Chepelov <cyrille@chepelov.org>  Thu, 19 Sep 2002 07:20:50 +0200

valgrind (1.0.1-2) unstable; urgency=low

  * Add forgotten upstream ChangeLog (Closes: #159333)
  
 -- Cyrille Chepelov <cyrille@chepelov.org>  Mon,  2 Sep 2002 18:52:25 +0200

valgrind (1.0.1-1) unstable; urgency=low

  * New upstream release (Closes: #154921)
  * added CURRENT_BUG_STATUS to the doc directory.
  * Using the same maintainer address for all packages, sheesh!

 -- Cyrille Chepelov <chep@debian.org>  Wed, 28 Aug 2002 09:48:30 +0200

valgrind (1.0.0-1) unstable; urgency=low

  * New upstream release (Closes: #154394)

 -- Cyrille Chepelov <cyrille@chepelov.org>  Sat, 27 Jul 2002 16:51:14 +0200

valgrind (1.0pre6-1) unstable; urgency=low

  * New upstream release

 -- Cyrille Chepelov <cyrille@chepelov.org>  Sun, 21 Jul 2002 17:26:16 +0200

valgrind (1.0pre2-2) unstable; urgency=low

  * removed call to dh_strip, at upstream's request
  * Added an override against unstripped-binary-or-object, after shaleh gave
  green light.

 -- Cyrille Chepelov <cyrille@chepelov.org>  Fri, 21 Jun 2002 15:12:24 +0200

valgrind (1.0pre2-1) unstable; urgency=low

  * New upstream release. Should hopefully close #150588.
  
  * installs file valgrind.h into /usr/include  (Closes: #147718). In
    fact, install now uses 'make install' which has been available for a
    while.

 -- Cyrille Chepelov <cyrille@chepelov.org>  Fri, 21 Jun 2002 14:26:54 +0200

valgrind (0.0.20020511-1) unstable; urgency=low

  * New upstream release. Should close #145554; waiting for feedback
    before closing this bug.

 -- Cyrille Chepelov <cyrille@chepelov.org>  Sat, 11 May 2002 21:48:51 +0200

valgrind (0.0.20020503b-2) unstable; urgency=low

  * Added a "local" suppressions file in the default conffile (Closes
    #145691 a more complete way without code-level changes).

 -- Cyrille Chepelov <cyrille@chepelov.org>  Sun,  5 May 2002 21:52:57 +0200

valgrind (0.0.20020503b-1) unstable; urgency=low

  * New upstream release. This one fixes a major bug from the last two
    snapshot packages (20020428 and 20020502).

  * added forgotten new binary libpthead.so (Closes: #145738)
  
  * Added a note in README.Debian about problems with running kernel 2.2
    with a binary built using kernel 2.4 (see #145554, which is not fixed yet).
  
  * Added a suppression for "ls -l" (Closes: 145727) and added a
    "debian.supp" temporary suppressions file. These suppressions should
    all be temporary, until upstream merges them.
  
  * Added a file, /etc/default/valgrind, which allows you to tweak
    default options for valgrind and cachegrind; in particular, the
    default suppressions file. (Closes: #145691)
  
  * Updated the control file to reflect the new features (libpthread,
    cachegrind)
  
 -- Cyrille Chepelov <cyrille@chepelov.org>  Sun,  5 May 2002 20:26:20 +0200

valgrind (0.0.20020502-1) unstable; urgency=low

  * New upstream release

  * Fixed description grammar/typography (Closes: #145311)
  
  * Fixed suppressions file generation. Now the package ships with "woody"
    and "potato" suppressions files (unconditionally uses "woody.supp" by
    default). (Closes: #145445)
  
  * Added a hint in README.Debian about the possibility to use the
    debugging libc6.

 -- Cyrille Chepelov <cyrille@chepelov.org>  Thu,  2 May 2002 19:23:35 +0200

valgrind (0.0.20020428-1) unstable; urgency=low

  * New upstream release
  
  * This package now works only with glibc-2.2 (upstream also supports 
  glibc-2.1)

 -- Cyrille Chepelov <cyrille@chepelov.org>  Tue, 30 Apr 2002 07:30:04 +0200

valgrind (0.0.20020329-3) unstable; urgency=low

  * debian/control: added a build-dependency against glibc-2.2 (prevents
    attempts to build on potato; previous libc6-dev lacked a #define
    IPC_64 in linux/ipc.h). This again suggested by Cristian Ionescu-Idbohrn.

  * Reviewed the upgrading checklist, and bumped up the Standards-Version
    accordingly. 
  
 -- Cyrille Chepelov <cyrille@chepelov.org>  Sat,  6 Apr 2002 21:44:53 +0200

valgrind (0.0.20020329-2) unstable; urgency=low

  * debian/rules: better cleaned up ./configure-generated files (used
    distclean rather than clean).
  * valgrind.1: removed a small inconsistency in the parameter
    documentation.
  
  Both these issues were reported by Cristian Ionescu-Idbohrn
    <cristian.ionescu-idbohrn@axis.com> 
  
 -- Cyrille Chepelov <cyrille@chepelov.org>  Sat,  6 Apr 2002 18:44:07 +0200

valgrind (0.0.20020329-1) unstable; urgency=low

  * New upstream release
  * This time hopefully I won't re-upload a previously-rejected version.

 -- Cyrille Chepelov <cyrille@chepelov.org>  Sat,  6 Apr 2002 09:41:44 +0200

valgrind (0.0.20020320-1) unstable; urgency=low

  * New upstream version. 
  * Fixed copyright file, which was lacking a mention of the GPL (oops).
  * added the README_MISSING_SYSCALL_OR_IOCTL docfile.
  
 -- Cyrille Chepelov <cyrille@chepelov.org>  Thu, 21 Mar 2002 19:05:21 +0100

valgrind (0.0.20020226-2) unstable; urgency=low

  * Updated description to reflect the fact that funky instruction and
    clone() are still unsupported. (Closes a comment from Joe Buck
    <Joe.Buck@synopsys.com>) 

 -- Cyrille Chepelov <cyrille@chepelov.org>  Wed, 27 Feb 2002 00:53:50 +0100

valgrind (0.0.20020226-1) unstable; urgency=low

  * New upstream release

 -- Cyrille Chepelov <cyrille@chepelov.org>  Tue, 26 Feb 2002 23:53:01 +0100

valgrind (0.0.20020224-1) unstable; urgency=low

  * Initial Release (closes: #135718)

 -- Cyrille Chepelov <cyrille@chepelov.org>  Mon, 25 Feb 2002 20:16:46 +0100

