diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-03-19 22:46:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-19 22:46:51 -0400 |
commit | c92e9b34ec652748af3a07b329e07c4af7f975d5 (patch) | |
tree | 4519f0076acd30b402d51b2beb897db8c1ed559e /debian | |
parent | 127d97066b4e80275afd10fbdf98c683bd27eb43 (diff) | |
download | ikiwiki-c92e9b34ec652748af3a07b329e07c4af7f975d5.tar ikiwiki-c92e9b34ec652748af3a07b329e07c4af7f975d5.tar.gz |
Store userinfo in network byte order for easy portability. (Old files will be automatically converted.)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6dd215f2c..5909f237e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,8 @@ ikiwiki (2.41) UNRELEASED; urgency=low Fixes previewing of tables when creating a new page. * German translation update. Closes: #471540 * Time::Duration is no longer used, remove from docs and recommends. + * Store userinfo in network byte order for easy portability. + (Old files will be automatically converted.) -- martin f. krafft <madduck@debian.org> Sun, 02 Mar 2008 17:46:38 +0100 |