diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 22:27:07 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 22:27:07 +0200 |
commit | 9373b9752db017bc8458720f330dc9594ac8de17 (patch) | |
tree | fd9362c5203d971afc65cab7e29471a099dc7202 /debian/changelog | |
parent | fc5f54175a514c31c9400d9f9d08e6496cf63823 (diff) |
* apt-pkg/deb/debversion.cc:
- applied patch from Lionel Elie Mamane to fix epoch handling
(debian: #363358)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 034702090..1412fe74e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,8 +22,12 @@ apt (0.6.44) unstable; urgency=low * methods/ftp.cc: - unlink empty file in partial if the download failed because the file is missing on the server (closes: #316337) + * apt-pkg/deb/debversion.cc: + - treats a version string with explicit zero epoch equal + than the same without epoch (Policy 5.6.12, closes: #363358) + Thanks to Lionel Elie Mamane for the patch - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 8 May 2006 22:04:43 +0200 apt (0.6.43.3) unstable; urgency=low |