You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2012/09/21 19:50:23 UTC

svn commit: r1388585 - /httpd/httpd/branches/2.4.x/STATUS

Author: jim
Date: Fri Sep 21 17:50:23 2012
New Revision: 1388585

URL: http://svn.apache.org/viewvc?rev=1388585&view=rev
Log:
propose sync-up of mod_slotmem* from trunk

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1388585&r1=1388584&r2=1388585&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Sep 21 17:50:23 2012
@@ -227,6 +227,36 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works
      +1: jorton
 
+   * mod_slotmem_shm: Add debugging output during persist
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1386726
+     2.4.x patch: trunk patch works (minus next-number)
+     +1: jim
+
+   * mod_slotmem_shm: Consistent and logical return errors
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1386822
+      2.4.x patch: trunk patch works
+     +1: jim
+   
+   * mod_slotmem_*: Add in new fgrab() function which forces a grab and
+     slot allocation on a specified slot. Allow for clearing of inuse
+     array.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1386880
+                  http://svn.apache.org/viewvc?view=revision&revision=1387389
+                  http://svn.apache.org/viewvc?view=revision&revision=1388445
+      2.4.x patch: trunk patch works
+     +1: jim
+
+   * mod_slotmem_shm: Fix handling of persist shm data file naming
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1387085
+      2.4.x patch: trunk patch works
+     +1: jim
+
+   * mod_slotmem_shm: New slotmem_shm type CLEARINUSE which clears this
+     table before persisting:
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1387088
+      2.4.x patch: trunk patch works
+     +1: jim
+
 A list of further possible backports can be found at:
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.