summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-06-09 00:27:22 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-06-09 00:27:22 +0200
commit550891457ff63db01b57d9057a5fe447a165e10c (patch)
treef21b210f425dc717788d2ccfa95890072993639f /debian
parentc99e48ec26e693d9aa4a2a9f868284f7aa49784d (diff)
use the portable timegm shown in his manpage instead of a strange
looking code copycat from wget
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fa0e667e7..049999230 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,8 @@ apt (0.7.26~exp5) experimental; urgency=low
* apt-pkg/contrib/strutl.cc:
- split StrToTime() into HTTP1.1 and FTP date parser methods and
use strptime() instead of some selfmade scanf mangling
+ - use the portable timegm shown in his manpage instead of a strange
+ looking code copycat from wget
* ftparchive/writer.cc:
- add ValidTime option to generate a Valid-Until header in Release file