Rev 10 | Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 12 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | debpool (0.2.3+mh1) experimental; urgency=low |
1 | debpool (0.2.3+mh1) experimental; urgency=low |
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 (Closes: #368554). |
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 |
7 | * Release.pm: Simplify Generate_Release_Triple() and |
8 | Generate_Release_Dist() by factoring out the checksum calculation to |
8 | Generate_Release_Dist() by factoring out the checksum calculation to |
9 | Compute_Checksums(). Furthermore, instead of reading the whole file |
9 | Compute_Checksums(). Furthermore, instead of reading the whole file |
10 | into memory, create digester objects and let them read the file. |
10 | into memory, create digester objects and let them read the file. |
11 | * Create pool subdirectories as needed: |
11 | * Create pool subdirectories as needed (Closes: #350503): |
12 | · Dirs.pm: export Tree_Mkdir() and delete the 'a'..'z' loop from |
12 | · Dirs.pm: export Tree_Mkdir() and delete the 'a'..'z' loop from |
13 | Create_Tree(). |
13 | Create_Tree(). |
14 | · Packages.pm: Use Tree_Mkdir() to create the package directory and |
14 | · Packages.pm: Use Tree_Mkdir() to create the package directory and |
15 | any nonexistent ancestors in Install_Package(). |
15 | any nonexistent ancestors in Install_Package(). |
16 | * Packages.pm: Use Digest::MD5 to verify MD5 checksums (it's included |
16 | * Packages.pm: Use Digest::MD5 to verify MD5 checksums (it's included |