diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-09 19:04:26 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-09 19:04:26 +0200 |
commit | 3fcc94e919bad291348d53b1fd37b21ddf789cfd (patch) | |
tree | 0f94ba1cb15f2ff09c40d1d930216933351a4ae5 /debian | |
parent | 2a19ec29ab5491fdb12a3ccaa1601097fdc83c86 (diff) | |
parent | 56bc3358caba1162d6e6108d5f6e5893de0dccec (diff) |
* ftparchive/writer.cc:
- null the valid string instead of the date if Valid-Until is not set
* apt-pkg/acquire-item.cc:
- use also unsigned Release files again (Closes: #596189)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4fdf13ccc..7b126b661 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ apt (0.8.4) UNRELEASED; urgency=low + [ Michael vogt ] * ftparchive/writer.cc: - write out {Files,Checksum-Sha1,Checksum-Sha256} only if available LP: #633967. Thanks to Colin Watson + [ David Kalnischkies ] + * ftparchive/writer.cc: + - null the valid string instead of the date if Valid-Until is not set + * apt-pkg/acquire-item.cc: + - use also unsigned Release files again (Closes: #596189) + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 09 Sep 2010 15:30:19 +0200 apt (0.8.3) unstable; urgency=low |