diff --git a/6.1.14/patches/README b/6.1.14/patches/README index dc9ff69ec0e36ce24938a6eba430ce5889af9016..cc83a719ddb18ff3d81ba67f33086878f2b77764 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 +