-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a586ddd
commit a6ac043
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Pound -- history of user-visible changes. 2023-11-06 | ||
Pound -- history of user-visible changes. 2024-01-03 | ||
See the end of file for copying conditions. | ||
|
||
Pound is a continuation of the software originally developed by | ||
|
@@ -7,7 +7,7 @@ on 2022-09-19. See the README file for details. | |
|
||
Please send pound bug reports to <[email protected]> | ||
|
||
Version 4.10.90 (git) | ||
Version 4.11, 2024-01-03 | ||
|
||
* Combining multi-value headers | ||
|
||
|
@@ -18,8 +18,8 @@ list. The standard specifies that such fields can be combined in | |
a single "header: value" pair, by appending each subsequent field | ||
value to the previous one, each separated by a comma. | ||
|
||
Pound is able to perform such combining both on incoming requests as | ||
well as on responses. To enable this feature, declare names of headers | ||
Pound is able to perform such combining on incoming requests as well | ||
as on responses. To enable this feature, declare names of headers | ||
that can be combined using the CombineHeader statement, e.g.: | ||
|
||
CombineHeaders | ||
|
@@ -51,7 +51,7 @@ accordingly. Example usage: | |
|
||
* "Cert" statement in "ListenHTTPS" section | ||
|
||
The argument to the "Cert" statement in "ListenHTTPS" section can be | ||
Argument to the "Cert" statement in "ListenHTTPS" section can be | ||
the name of a directory containing certificate files. All files from | ||
that directory will be loaded. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with pound. If not, see <http://www.gnu.org/licenses/>. | ||
AC_PREREQ([2.71]) | ||
AC_INIT([pound],[4.10.90],[[email protected]], | ||
AC_INIT([pound],[4.11],[[email protected]], | ||
[pound],[https://github.com/graygnuorg/pound]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AC_CONFIG_SRCDIR([src/pound.c]) | ||
|