]> err.no Git - dpkg/commitdiff
Add changelog entries for Dpkg::Checksums
authorFrank Lichtenheld <djpig@debian.org>
Sun, 17 Feb 2008 20:28:31 +0000 (21:28 +0100)
committerFrank Lichtenheld <djpig@debian.org>
Sun, 17 Feb 2008 20:31:09 +0000 (21:31 +0100)
Lost during a botched git rebase -i.

ChangeLog
debian/changelog

index 150571e3b2d4bedadab64b420718cbfd7bca5e1f..528b4853166dc33027857343dbfb425efad3c6f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        used.
        * scripts/t/200_Dpkg_Shlibs.t: Adjust test suite to API change.
 
+2008-01-26  Frank Lichtenheld  <djpig@debian.org>
+
+       * 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  <andreas.pahlsson@xcerion.com>
 
        * utils/start-stop-daemon.c (tsub): Remove function.
index cc7e34cbd9ae47d37d901532d96a9f24a8ed2cd6..a5c48bc463c5f0b5f1982b2c69d10b1d166ad596 100644 (file)
@@ -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).