aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-13 02:03:43 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-08-13 02:03:43 +0000
commit4b36dee35a55b08d6d6f3bb3840220a4956f2540 (patch)
tree4202c4fa32c2ec537e065072e45b4bb9344b1147 /debian
parent85ecbc6c4ea3af0b39034d985d4ca4adb243d94f (diff)
downloadikiwiki-4b36dee35a55b08d6d6f3bb3840220a4956f2540.tar
ikiwiki-4b36dee35a55b08d6d6f3bb3840220a4956f2540.tar.gz
* The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
* Add --version. * Man page format fixups. * Add a %pagecase which maps lower-case page names to the actual case used in the filename. Use this in bestlinks calculation instead of forcing the link to lowercase. * Also use %pagecase in various other places that want to check if a page with a given name exists. * This means that links to pages with mixed case names will now work, even if the link is in some other case mixture, and mixed case pages should be fully supported throughout ikiwiki. * Recommend rebuilding wikis on upgrade to this version.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog16
-rwxr-xr-xdebian/postinst2
2 files changed, 15 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 4e92226fa..29316cc7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,22 @@
ikiwiki (1.18) UNRELEASED; urgency=low
+ * The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
+ * Add --version.
+ * Man page format fixups.
* If the meta plugin overides the page title, set a title_overridden
variable in the template to true. This allows doing things with the
templates conditional on the title being overriden.
-
- -- Joey Hess <joeyh@debian.org> Sat, 12 Aug 2006 13:45:05 -0400
+ * Add a %pagecase which maps lower-case page names to the actual case
+ used in the filename. Use this in bestlinks calculation instead of
+ forcing the link to lowercase.
+ * Also use %pagecase in various other places that want to check if a page
+ with a given name exists.
+ * This means that links to pages with mixed case names will now work,
+ even if the link is in some other case mixture, and mixed case pages
+ should be fully supported throughout ikiwiki.
+ * Recommend rebuilding wikis on upgrade to this version.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 12 Aug 2006 21:26:29 -0400
ikiwiki (1.17) unstable; urgency=low
diff --git a/debian/postinst b/debian/postinst
index b3031bd9b..f7043ecad 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -4,7 +4,7 @@ set -e
# Change this when some incompatible change is made that requires
# rebuilding all wikis.
-firstcompat=1.13
+firstcompat=1.18
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then