Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 7 | Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 8
Line 2... Line 2...
2
2
3
  * Check the require_sigs_meta option, not require_sigs, to see whether
3
  * Check the require_sigs_meta option, not require_sigs, to see whether
4
    .dsc and .changes files have to be signed.
4
    .dsc and .changes files have to be signed.
5
  * Release.pm: Store the checksum hashes in a list instead of a hash
5
  * Release.pm: Store the checksum hashes in a list instead of a hash
6
    (Closes: #415323).
6
    (Closes: #415323).
-
 
7
  * Release.pm: Simplify Generate_Release_Triple() and
-
 
8
    Generate_Release_Dist() by factoring out the checksum calculation to
-
 
9
    Compute_Checksums(). Furthermore, instead of reading the whole file
-
 
10
    into memory, create digester objects and let them read the file.
7
11
8
 -- Magnus Holmgren <magnus@kibibyte.se>  Sun,  1 Apr 2007 15:11:37 +0200
12
 -- Magnus Holmgren <magnus@kibibyte.se>  Sun,  1 Apr 2007 15:14:31 +0200
9
13
10
debpool (0.2.3) experimental; urgency=low
14
debpool (0.2.3) experimental; urgency=low
11
15
12
  * Handle sections with no subsection more usefully in
16
  * Handle sections with no subsection more usefully in
13
    Strip_Subsection. (Closes: #317390, #319959)
17
    Strip_Subsection. (Closes: #317390, #319959)