]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - debian/changelog
test
[git.ikiwiki.info.git] / debian / changelog
index cecf61d5eab517e20c27382604b3a5e7d1b907c0..fae2f15b4f7f83d4cfeec1a629d3e5782cebe79c 100644 (file)
@@ -1,3 +1,19 @@
+ikiwiki (3.20101202) UNRELEASED; urgency=low
+
+  * Better support for serving the same site on multiple urls. (Such as
+    a http and a https url, or a ipv4 and an ipv6 url.)
+    (Thanks, smcv)
+  * API: urlto without a defined second parameter now generates an url
+    that starts with "/" (when possible; eg when the site's url and cgiurl
+    are on the same domain).
+  * Now when users log in via https, ikiwiki sends a secure cookie, that can
+    only be used over https. If the user switches to using http, they will
+    need to re-login. (smcv)
+  * inline: Display feed buttons for nested inlines, linking to the inlined
+    page's feed. (Giuseppe Bilotta)
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 29 Nov 2010 14:44:13 -0400
+
 ikiwiki (3.20101201) unstable; urgency=low
 
   * meta: Fix calling of htmlscrubber to pass the page parameter.