Просмотр исходного кода

Add changelog entries for Dpkg::Checksums

Lost during a botched git rebase -i.
Frank Lichtenheld лет назад: 18
Родитель
Сommit
175f25fe2c
2 измененных файлов с 11 добавлено и 0 удалено
  1. 8 0
      ChangeLog
  2. 3 0
      debian/changelog

+ 8 - 0
ChangeLog

@@ -131,6 +131,14 @@
 	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.

+ 3 - 0
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).