diff options
author | Joey Hess <joeyh@joeyh.name> | 2018-01-05 13:42:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2018-01-05 13:42:52 -0400 |
commit | 9dfabb2b35dee82c69d5e26ca3d9fd4e00f5795d (patch) | |
tree | b5cf19a9c0240ea02959c6bd71f7da691233795b /doc/news | |
parent | ade66c541ec99f3f88395d7c170a04731041d51a (diff) | |
download | ikiwiki-9dfabb2b35dee82c69d5e26ca3d9fd4e00f5795d.tar ikiwiki-9dfabb2b35dee82c69d5e26ca3d9fd4e00f5795d.tar.gz |
add news item for ikiwiki 3.20180105
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20161229.1.mdwn | 5 | ||||
-rw-r--r-- | doc/news/version_3.20180105.mdwn | 12 |
2 files changed, 12 insertions, 5 deletions
diff --git a/doc/news/version_3.20161229.1.mdwn b/doc/news/version_3.20161229.1.mdwn deleted file mode 100644 index a09a3b2ac..000000000 --- a/doc/news/version_3.20161229.1.mdwn +++ /dev/null @@ -1,5 +0,0 @@ -ikiwiki 3.20161229.1 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * git: Attribute reverts to the user doing the revert, not the wiki - itself. - * git: Do not disable the commit hook while preparing a revert."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20180105.mdwn b/doc/news/version_3.20180105.mdwn new file mode 100644 index 000000000..2082db897 --- /dev/null +++ b/doc/news/version_3.20180105.mdwn @@ -0,0 +1,12 @@ +ikiwiki 3.20180105 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * emailauth: Fix cookie problem when user is on https and the cgiurl + uses http, by making the emailed login link use https. + * passwordauth: Use https for emailed password reset link when user + is on https. + * Remove openid provider icons from login selector, since openid providers + are increasingly not working. Verisign retired theirs, and aol and + yahoo/flickr are not commonly used for openid. Any users who still + clicked those icons to login will need to instead enter their openid url. + * Updated German basewiki and directives translation from + Sebastian Kuhnert."""]]
\ No newline at end of file |