From a86963370c57d29ef8d35892f46db20308361f4e Mon Sep 17 00:00:00 2001
From: k clair <kclair@riseup.net>
Date: Wed, 28 Nov 2012 22:55:07 -0800
Subject: [PATCH] update README with two latest patches

---
 6.1.14/patches/README | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/6.1.14/patches/README b/6.1.14/patches/README
index dc9ff69..cc83a71 100644
--- a/6.1.14/patches/README
+++ b/6.1.14/patches/README
@@ -13,3 +13,14 @@ template level (which is not included in this patch).
 03_quick_fix_sympa_distribute_crash.patch
 ------------------------------------------
 patch for https://labs.riseup.net/code/issues/4035
+
+04_fix_search_list.patch
+---------------------------
+patches do_search_list so that it calls get_lists_db directly with SQL conditions to limit the number of lists that get_lists has to loop through.
+TODO: need to file a bug for this.
+
+05_disable_latest_and_active_lists.patch
+-----------------------------------------
+we still need to disable listing of latest and active lists, since these operations still time out.
+TODO; need to file a bug for this and press the issue upstream
+
-- 
GitLab