diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-02 19:29:40 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-02 19:29:40 +0000 |
commit | ef43bff1ca455cf9608d463408598924220cb4e3 (patch) | |
tree | 5fd6a72a0d733a84ac1abfc0245df536ec6a2ef9 /debian/changelog | |
parent | b610ca5cbf7dd17fcc9c9b67405616cf63f199d9 (diff) |
* Correct generation of RFC 3339 format times for atom/rss feeds. Always use
gmtime for these since a time zone is not specified.
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 ba71afbac..fd66e577b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,7 +31,11 @@ ikiwiki (2.7) UNRELEASED; urgency=low `git-rev-parse --show-prefix` from all names reported by git-log. Patch by Jamey Sharp - -- Joey Hess <joeyh@debian.org> Tue, 28 Aug 2007 22:15:52 -0400 + [ Joey Hess ] + * Correct generation of RFC 3339 format times for atom/rss feeds. Always use + gmtime for these since a time zone is not specified. + + -- Joey Hess <joeyh@debian.org> Sun, 02 Sep 2007 15:25:36 -0400 ikiwiki (2.6.1) unstable; urgency=low |