From: Frank Lichtenheld Date: Sun, 17 Feb 2008 20:28:31 +0000 (+0100) Subject: Add changelog entries for Dpkg::Checksums X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=175f25fe2cef441f0e33bf44f5097954cb3d5153;p=dpkg Add changelog entries for Dpkg::Checksums Lost during a botched git rebase -i. --- diff --git a/ChangeLog b/ChangeLog index 150571e3..528b4853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -131,6 +131,14 @@ used. * scripts/t/200_Dpkg_Shlibs.t: Adjust test suite to API change. +2008-01-26 Frank Lichtenheld + + * scripts/Dpkg/Checksums.pm: New module for checksum handling + in .changes and .dsc files. + * scripts/dpkg-genchanges.pl, scripts/dpkg-source.pl: Use new + module. Adds new 'Checksums-{Sha1,Sha256}' field + to .changes and .dsc files. Increase changes format to 1.8. + 2008-01-25 Andreas PÃ¥hlsson * utils/start-stop-daemon.c (tsub): Remove function. diff --git a/debian/changelog b/debian/changelog index cc7e34cb..a5c48bc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,9 @@ dpkg (1.14.17) UNRELEASED; urgency=low now. Based on a patch by Matthias Klose. Closes: #465282 (See dpkg-buildpackage(1) and https://wiki.ubuntu.com/DistCompilerFlags for details) + * Add support for use of SHA1 and SHA256 checksums in .dsc and + .changes files. Information will be available in Checksums-Sha{1,256} + fields. .changes format version increased to 1.8. [ Updated dpkg translations ] * Korean (Changwoo Ryu).