Skip to content

Commit

Permalink
Version 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
graygnuorg committed Jan 3, 2024
1 parent a586ddd commit a6ac043
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions NEWS
@@ -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
Expand All @@ -7,7 +7,7 @@ on 2022-09-19. See the README file for details.

Please send pound bug reports to <gray@gnu.org>

Version 4.10.90 (git)
Version 4.11, 2024-01-03

* Combining multi-value headers

Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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],[gray@gnu.org],
AC_INIT([pound],[4.11],[gray@gnu.org],
[pound],[https://github.com/graygnuorg/pound])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/pound.c])
Expand Down

0 comments on commit a6ac043

Please sign in to comment.