diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-13 13:43:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-13 13:43:31 -0400 |
commit | 047d2c12e58e7871328fe1f114e865b7efdb487a (patch) | |
tree | 979994dcda9af6ba85e3959209c48d82415bb3de | |
parent | 17fb0cf9f9897121d9996e8c23ac0056d29acd7b (diff) | |
download | ikiwiki-047d2c12e58e7871328fe1f114e865b7efdb487a.tar ikiwiki-047d2c12e58e7871328fe1f114e865b7efdb487a.tar.gz |
Make backlink(.) work. Thanks, Giuseppe Bilotta.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5acc7f9f6..142ca24ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (3.20120110) UNRELEASED; urgency=low + + * Make backlink(.) work. Thanks, Giuseppe Bilotta. + + -- Joey Hess <joeyh@debian.org> Fri, 13 Jan 2012 13:43:14 -0400 + ikiwiki (3.20120109) unstable; urgency=low * mdwn: Can use the discount markdown library, via the diff --git a/doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn b/doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn index cb7f156bc..534e5a01f 100644 --- a/doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn +++ b/doc/bugs/backlink__40__.__41___doesn__39__t_work.mdwn @@ -13,6 +13,7 @@ tested with 3.20120109. > The attached patch should fix it: +>> [[applied|done]] thanks --[[Joey]] From 30512ac5f6a724bafb1095ab246e0648999f7b6c Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> |