diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-07 15:56:39 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-07 15:56:39 -0500 |
commit | 9dbbbd0efacb5acebaed2d0ee74d1c185b27394a (patch) | |
tree | 234f30b11925e9af6feb6a385587e926b2c7ae59 /debian/changelog | |
parent | 4ac5685744e3678e8c583f671978746ddc37e9a1 (diff) | |
download | ikiwiki-9dbbbd0efacb5acebaed2d0ee74d1c185b27394a.tar ikiwiki-9dbbbd0efacb5acebaed2d0ee74d1c185b27394a.tar.gz |
* Only try postsignin if no other action matched. Fixes a bug where the
user goes back from the signin screen and does something else.
* Improve behavior when trying to sign in with no cookies.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5e119baf0..b39b053d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (2.19) UNRELEASED; urgency=low + + * Only try postsignin if no other action matched. Fixes a bug where the + user goes back from the signin screen and does something else. + * Improve behavior when trying to sign in with no cookies. + + -- Joey Hess <joeyh@debian.org> Mon, 07 Jan 2008 15:35:16 -0500 + ikiwiki (2.18) unstable; urgency=low * Split error messages for failures to drop real uid and gid. |