]> sipb.mit.edu Git - ikiwiki.git/commitdiff
search: generate configuration files once only when rebuilding (Gabriel McManus)
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 7 Jul 2008 05:55:06 +0000 (01:55 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 7 Jul 2008 05:55:06 +0000 (01:55 -0400)
debian/changelog
doc/bugs/search_creates_configuration_files_many_times_on_rebuild.mdwn

index 8147c4d9a41a3157af4f916c4a9bd05181af54d4..8d404f32f1d8f51534a54d5500e843ad9e0883b0 100644 (file)
@@ -1,3 +1,10 @@
+ikiwiki (2.53) UNRELEASED; urgency=low
+
+  * search: generate configuration files once only when rebuilding
+    (Gabriel McManus)
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 07 Jul 2008 01:52:48 -0400
+
 ikiwiki (2.52) unstable; urgency=low
 
   * attachment: New plugin for uploading and managing attachments.
index 780593aacca911316eab08d0ea5d5b5ea1369d91..e933feeca69a5c138c81a78bea5359c14cec6085 100644 (file)
@@ -1,7 +1,9 @@
 Currently, if ikiwiki is rebuilding then search.pm will (wastefully)
 create its configuration files every time it indexes a file.
 
-[This patch](http://gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch)
+[This patch](http://www.gmcmanus.org/0001-search-generate-configuration-files-once-only-when.patch)
 ensures the configuration files are created only once.
 
 --Gabriel
+
+> [[Done]] (and fixed your url) --[[Joey]]