Skip to content

Commit

Permalink
Version 4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
graygnuorg committed Jan 13, 2025
1 parent 0fffc07 commit 9803081
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pound -- history of user-visible changes. 2024-11-17
Pound -- history of user-visible changes. 2025-01-13
See the end of file for copying conditions.

Pound is a continuation of the software originally developed by
Expand All @@ -7,6 +7,14 @@ on 2022-09-19. See the README file for details.

Please send pound bug reports to <[email protected]>

Version 4.16, 2025-01-13

* Fix backend probing when compiled without support for dynamic backends.

* Reject requests with oversized chunk bodies.

* Handle errors that occur during evaluation of conditionals.

Version 4.15, 2024-11-17

* New configuration statement: IgnoreSRVWeight
Expand Down
1 change: 1 addition & 0 deletions THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Simon Matter packages and makes available RPMs for various Pound versions.
suggesting various improvements or submitting actual code. Here is a
list of these people. Help me keep it complete and exempt of errors.

Alessandro Baldoni (https://github.com/abaldoni)
Ben Kallus (https://github.com/kenballus)
Carsten Leonhardt <[email protected]>
Jakob Bohm <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
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.15],[[email protected]],
AC_INIT([pound],[4.16],[[email protected]],
[pound],[https://github.com/graygnuorg/pound])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/pound.c])
Expand Down

0 comments on commit 9803081

Please sign in to comment.