]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge commit 'origin/debian-testing' into debian-testing
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 8 Sep 2008 15:51:25 +0000 (11:51 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 8 Sep 2008 15:51:25 +0000 (11:51 -0400)
IkiWiki.pm
debian/changelog

index ea44081aa25f33c693d0c82b19bc081a38fbfa9d..d2f7dcc06b7eb4ef3579e33bbefb82cfdfacaa1a 100644 (file)
@@ -564,7 +564,7 @@ sub urlto ($$;$) { #{{{
        }
 
        if ($absolute) {
-               return $config{url}.beautify_urlpath("/".$to);
+               return $config{url}.beautify_url("/".$to);
        }
 
        my $link = abs2rel($to, dirname(htmlpage($from)));
index 7cd659962057b243658060ebe208635382637326..ff408c55c9acbfeb50a058f64f8ae16f6184baa8 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (2.53.2) testing-proposed-updates; urgency=low
+
+  * Fix bad patch backport that broke generation of rss/atom feeds. Closes: #498224
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 08 Sep 2008 11:40:27 -0400
+
 ikiwiki (2.53.1) testing-proposed-updates; urgency=low
 
   * Backported all relevant bug fixes from mainline to debian testing.