diff --git a/ChangeLog.md b/ChangeLog.md index 1a24aad..57058de 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,11 +3,11 @@ This document describes notable changes. For details, see the [source code 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 - * 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`. 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. diff --git a/configure.ac b/configure.ac index 53dc3b8..9c1fe25 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([ddclient], [3.11.0]) +AC_INIT([ddclient], [3.11.0_1]) AC_CONFIG_SRCDIR([ddclient.in]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])