diff --git a/6.1.22/patches/README b/6.1.22/patches/README
index c84ed0c0719af5c7192c8aacc92180e77526ee14..ccce8d619c68b4e66a27fec79fc72cc0f0bc0cd0 100644
--- a/6.1.22/patches/README
+++ b/6.1.22/patches/README
@@ -27,5 +27,13 @@ we still need to disable listing of latest and active lists, since these operati
 TODO; need to file a bug for this and press the issue upstream
 
 06_2685_owner_address_set_to_special_address.patch
-----------------------------
+--------------------------------------------------
 do_edit_list in wwsympa.fcgi needs to be patched to make sure that special list addresses can not be ued as list owner addresses.  See https://labs.riseup.net/code/issues/2685 for more info
+
+07_var-lock-subsys_missing_prevents_startup.patch
+-------------------------------------------------
+This fixes a bug in the init script for Debian Wheezy systems
+
+08_2821_max_list_dispatch.patch
+-------------------------------
+Adds a feature to set hard limits on the size of lists that can send mail.  This is controlled by max_list_dispatch and max_list_dispatch_from_subscriber.  See https://labs.riseup.net/code/issues/2821 for more info.
diff --git a/README b/README
index e18ecdc77243c9a7e2a9911d5af1c0b862d6a1ba..c65c2151973491b5a80877eae8ea3ff0d06d2a5a 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-This branch contains the patched sympa-6.1.20 source code along with the riseup patches.
+This branch contains the patched sympa-6.1.22 source code along with the riseup patches.
 
-The source code is located in sympa-6.1.20-src/.  It is not compiled, which means that 
-to install or upgrade sympa, the INSTALL and UPGRADE files in the sympa-6.1.20-src/ directory
+The source code is located in sympa-6.1.22-src/.  It is not compiled, which means that 
+to install or upgrade sympa, the INSTALL and UPGRADE files in the sympa-6.1.22-src/ directory
 can be followed. 
 
-The patches are located in 6.1.20/patches/.  These patches have already been applied to the 
-sympa source code in sympa-6.1.20-src/.
+The patches are located in 6.1.22/patches/.  These patches have already been applied to the 
+sympa source code in sympa-6.1.22-src/.