You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
* mod_authmemcookie/1.02
9
9
* bug fix of Auth_memCookie_SessionTableSize to 8 any time...
10
10
* complete rewrite of match ip option to make possible to use it behind reverse proxy and to check x-forwarded or via http header in place of apache remote_ip.
11
+
11
12
2014-11-10 mcarbonneaux
12
13
* mod_authmemcookie/1.1.0
13
14
* Correct handling of "=" in value of the memcache session (E. Dumas).
@@ -17,3 +18,12 @@
17
18
* apache 2.4 partial support (no use the new security model)
18
19
* some portability issue (apr_strtok in place of strtok, and variable definition in front of function)
19
20
21
+
2016-06-18 mcarbonneaux
22
+
* mod_authmemcookie/1.2.0
23
+
* migration from old libmemcache (https://people.freebsd.org/~seanc/libmemcache/) to modern libmemcached(http://libmemcached.org/)
24
+
25
+
2016-06-19 mcarbonneaux
26
+
* mod_authmemcookie/2.0.0
27
+
* Full support for apache 2.3/2.4 authz/authn model support
28
+
* Fix in http header sending
29
+
* Add support for setting prefix http header other than "MCAC_"
0 commit comments