X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=debian%2Fchangelog;h=b896ec9981e43f95412675cbee0e2ea7f94d46e9;hb=fe42a07cb461bea75cf8d20cd7b79b6dc658a2c2;hp=ef85817764ae311ef9f8dcfdd3f7d9595ffb1b9f;hpb=4a9bda2af00e83f7eb4f66606b69f38c78a8e65c;p=tar diff --git a/debian/changelog b/debian/changelog index ef85817..b896ec9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,38 @@ -tar (1.22-2) UNRELEASED; urgency=low +tar (1.23-3) unstable; urgency=medium + + * add xz-utils back to the Suggests list since it may not be 'required' + forever + * current debhelper includes trigger support, closes: #561598 + * patch from upstream to fix ability of rmt to accept mixed file mode + representations, closes: #587702, #597672 + + -- Bdale Garbee Wed, 22 Sep 2010 00:33:16 -0600 + +tar (1.23-2.1) unstable; urgency=low + + * Non-maintainer upload. + * src/extract.c: Apply upstream git commit b60e56fd which fixes a dead loop + on extracting existing symlinks with the -k option, closes: #577978, + #576876. + + -- Michael Banck Sun, 18 Jul 2010 17:14:48 +0200 + +tar (1.23-2) unstable; urgency=low + + * use xz when lzma is called for, and stop suggesting both lzma since it's + no longer used, and xz-utils since it's now priority required, + closes: #582706, #523494 + + -- Bdale Garbee Mon, 14 Jun 2010 11:05:57 -0600 + +tar (1.23-1) unstable; urgency=low + + * new upstream version, fixes security issue in rmt (CVE-2010-0624) + * add suggests for lzma and xz-utils, closes: #523499 + + -- Bdale Garbee Wed, 10 Mar 2010 09:51:37 -0700 + +tar (1.22-2) unstable; urgency=low * Add Carl Worth as an uploader. * Fix to allow parallel build (-j2), closes: #535319