From fe9f97ecaa25c605b8192c97b3946c038b6fed57 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 6 Apr 2017 09:41:55 +0300 Subject: Improve AM_GNU_MAILUTILS autoconf macro * mu-aux/mailutils.m4: Don't use packed version representation, because of eventual numerical overflows. Compare versions number by number. Define the following additional constants: MAILUTILS_VERSION_MAJOR, MAILUTILS_VERSION_MINOR, and MAILUTILS_VERSION_PATCH. * NEWS: Document changes. --- NEWS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 746061aa9..a686b37d3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU mailutils NEWS -- history of user-visible changes. 2017-03-18 +GNU mailutils NEWS -- history of user-visible changes. 2017-04-06 Copyright (C) 2002-2017 Free Software Foundation, Inc. See the end of file for copying conditions. @@ -75,6 +75,17 @@ value is anything but "no", the settings from the global "tls" section will be used. In this case, it is an error if the global "tls" section is not defined. +* AM_GNU_MAILUTILS autoconf macro + +Required version must be literal string. + +The packed version number (MAILUTILS_VERSION_NUMBER) is no longer +defined. Instead, the following constants are defined in config.h: + + MAILUTILS_VERSION_MAJOR Major version number + MAILUTILS_VERSION_MINOR Minor version number + MAILUTILS_VERSION_PATCH Patchlevel number (or 0, for stable releases). + Version 3.2 - 2017-03-11 -- cgit v1.2.1