Finished v3.11.0_1 release

This commit is contained in:
Lenard Hess 2023-10-15 13:23:22 +02:00
parent 33a5c1b07d
commit d4f9816a6a
2 changed files with 3 additions and 3 deletions

View file

@ -3,11 +3,11 @@
This document describes notable changes. For details, see the [source code This document describes notable changes. For details, see the [source code
repository history](https://github.com/ddclient/ddclient/commits/master). repository history](https://github.com/ddclient/ddclient/commits/master).
## 2023-XX-XX v3.11.0_1 ## 2023-10-15 v3.11.0_1
### Breaking changes ### Breaking changes
* ddclient now requires curl. * ddclient now requires curl. The Perl modules IO::Socket::IP and IO::Socket::SSL are no longer used.
* ddclient no longer ships any example files for init systems that use `/etc/init.d`. * ddclient no longer ships any example files for init systems that use `/etc/init.d`.
This was done because those files where effectively unmaintained, untested by the developers and only updated by downstream distros. This was done because those files where effectively unmaintained, untested by the developers and only updated by downstream distros.
If you where relying on those files, please copy them into your packaging. If you where relying on those files, please copy them into your packaging.

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.63]) AC_PREREQ([2.63])
AC_INIT([ddclient], [3.11.0]) AC_INIT([ddclient], [3.11.0_1])
AC_CONFIG_SRCDIR([ddclient.in]) AC_CONFIG_SRCDIR([ddclient.in])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])