Skip to content

Commit

Permalink
Version 4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
graygnuorg committed Nov 17, 2024
1 parent 3c82158 commit a10ab29
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pound -- history of user-visible changes. 2024-10-30
Pound -- history of user-visible changes. 2024-11-17
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 <[email protected]>

Version 4.14.91 (git)
Version 4.15, 2024-11-17

* New configuration statement: IgnoreSRVWeight

Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,26 @@ generic configure options, refer to [Autoconf documentation](https://www.gnu.org
Apart from the generic ones, there are also several *pound-specific*
configuration options:

* `--enable-dns-tests`

Enable tests of DNS-based [dynamic backends](#user-content-dynamic-backends).
The dynamic backends are enabled using the `--enable-dynamic-backends`
option (see below). The corresponding tests involve the use of an
experimental pre-loaded library and are by default disabled. Use this
option to enable them. These tests also require a specific version of
`Net::DNS::Nameserver` module. [See below](#user-content-testing), for
details.

* `--enable-dynamic-backends` or `--disable-dynamic-backends`

Enable or disable support for DNS-based dynamic backends. You will
Enable or disable support for DNS-based [dynamic backends](#user-content-dynamic-backends). You will
need the [GNU adns](http://www.gnu.org/software/adns) library to be able
to use it. On debian-based systems, it can be installed by

```sh
apt-get install libadns1-dev
```

By default, dynamic backends are enabled whenever this library is
present.

Expand Down Expand Up @@ -253,7 +263,7 @@ something like that (ellipsis indicating output omitted for brevity):
## -------------------------- ##
## pound 4.14 test suite. ##
## -------------------------- ##
1: Configuration file syntax ok
1: Configuration file syntax ok
2: Traditional log levels (compilation) ok
3: Basic request processing ok
4: Traditional log levels (output) ok
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.14.91],[[email protected]],
AC_INIT([pound],[4.15],[[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 a10ab29

Please sign in to comment.