X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=cab5b253f10fe98ad6bdf32b11068b3e371ed9f0;hb=bc973a082dddfe8c66baf7352df0433f83479ce1;hp=28792cd5c339d1a7cdc63ae2982b10977d9638c4;hpb=bcf1f3bf6a60a232a701cb4db1aa82290c6cd6db;p=debian%2Ftar diff --git a/debian/changelog b/debian/changelog index 28792cd5..cab5b253 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +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