From: Willem Toorop Date: Fri, 12 Aug 2022 09:42:43 +0000 (+0200) Subject: Set release date and bumb version X-Git-Tag: 1.8.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faea07e4735a927039bd6d2e47ce18f207ed0eb7;p=thirdparty%2Fldns.git Set release date and bumb version --- diff --git a/Changelog b/Changelog index 034619b1..ca301b88 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -1.8.2 2022-??-?? +1.8.2 2022-08-12 * bugfix #147: Allow for tabs in whitespace before quoted rdata fields. Thanks Felipe Gasper * bugfix #149: Add some missing [out] annotations to doxygen diff --git a/configure.ac b/configure.ac index 99b5e3ea..1045536d 100644 --- a/configure.ac +++ b/configure.ac @@ -29,10 +29,11 @@ AC_SUBST(LDNS_VERSION_MICRO, [VERSION_MICRO]) # ldns-1.7.0 had libversion 2:0:0 # ldns-1.7.1 had libversion 3:0:0 (though it should have had 3:0:1) # ldns-1.8.0 had libversion 4:0:2 (though it should have had 4:0:1) -# ldns-1.8.1 has libversion 5:0:2 -# ldns-1.8.1 has libversion 6:0:3 +# ldns-1.8.1 had libversion 5:0:2 +# ldns-1.8.1 had libversion 6:0:3 +# ldns-1.8.2 has libversion 7:0:4 # -AC_SUBST(VERSION_INFO, [6:0:3]) +AC_SUBST(VERSION_INFO, [7:0:4]) AC_AIX if test "$ac_cv_header_minix_config_h" = "yes"; then