X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=b959464e8ba1e22900a79ae3aeb28582bf3867ca;hb=6fed155b3e90a247158b29d1ffe75ddba9ab4208;hp=28792cd5c339d1a7cdc63ae2982b10977d9638c4;hpb=bcf1f3bf6a60a232a701cb4db1aa82290c6cd6db;p=debian%2Ftar diff --git a/debian/changelog b/debian/changelog index 28792cd5..b959464e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,59 @@ +tar (1.26+dfsg-0.1) unstable; urgency=low + + * non-maintainer upload + * remove unused and non-DFSG compliant doc/*.texi and doc/*.info* files from + source, closes: #695803 + + -- David Prévot Mon, 31 Dec 2012 11:05:50 -0400 + +tar (1.26-4) unstable; urgency=low + + * mark "Mult-Arch: foreign" to ease crossgrading, closes: #649478 + * hardened build flags patch from Moritz Huehlenhoff, closes: #653722 + + -- Bdale Garbee Fri, 30 Dec 2011 09:18:11 -0700 + +tar (1.26-3) unstable; urgency=low + + * only run listed03.at on Linux systems synce upstream says it's known to + fail on BSD, apparently including our kfreebsd variants, closes: #639178 + + -- Bdale Garbee Sat, 12 Nov 2011 11:49:38 -0700 + +tar (1.26-2) unstable; urgency=low + + * clean up various lintian warnings + + -- Bdale Garbee Wed, 17 Aug 2011 14:47:33 -0700 + +tar (1.26-1) unstable; urgency=low + + * new upstream version + * add a check to the rules file to ensure test suite is not attempted while + building as root, closes: #596268 + + -- Bdale Garbee Wed, 17 Aug 2011 10:46:03 -0700 + +tar (1.25-3) unstable; urgency=low + + * cherry-pick some upstream commits that appear to address open bugs + * fix for --one-file-system and --listed-incremental together, + closes: #603371, #604394, #604698 + * fix for FreeBSD symlink incompatibility with POSIX, closes: #602241 + + -- Bdale Garbee Mon, 06 Dec 2010 20:35:55 -0700 + +tar (1.25-2) unstable; urgency=low + + * accept a "hack" from Joey Hess to work around an unfortunate side effect + of removing the patch to src/create.c regarding links of 100 chars in + 1.23-4 that broke pristine-tar in some cases. The "fix" is to support + the old behavior if the environment variable TAR_LONGLINK_100 is set, + which pristine-tar knows about and will use when necessary but which + should never be used by anyone else! closes: #603231 + + -- Bdale Garbee Fri, 12 Nov 2010 02:31:25 -0700 + tar (1.25-1) unstable; urgency=low * new upstream version, closes: #602184, #602209, #602413, #575298