From: Baptiste Daroussin Date: Mon, 18 Dec 2023 09:09:42 +0000 (+0100) Subject: release: 1.4.2 X-Git-Tag: RELEASE_1_4_2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0adcf3cc9102b38fa6408e5cf801040efbc2f77a;p=thirdparty%2Fmlmmj.git release: 1.4.2 --- diff --git a/ChangeLog b/ChangeLog index 65f11458..6342c452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.4.2 + o fix regression in lastdigest parser 1.4.1 o fix regression in incremental updates 1.4.0-rc3 diff --git a/configure.ac b/configure.ac index b9fd05ec..505e685f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([mlmmj],[1.4.1],[bapt@freebsd.org]) +AC_INIT([mlmmj],[1.4.2],[bapt@nours.eu]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION)