1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Forgot to add getcookie/setcookie to CHANGES. Hereby done.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1521796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2013-09-11 11:01:48 +00:00
parent aa4d5d525d
commit 2e94f4403d

View File

@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
*) mod_lua: Add getcookie/setcookie for reading/writing HTTP cookies
[Daniel Gruno]
*) mod_headers: Add 'Header note header-name note-name' for copying a response
headers value into a note. [Eric Covener]