On 2019-12-13 Heiko Schlittermann via Exim-announce <[email protected]> 
wrote:
> Hi,

> today we published a maintenance release 4.93.0.3.
> A short list of changes since 4.93 please is attached.
[...]

Thank you.

When I tried regenerating the docs from GIT website/script/gen did not
like[1] the 4-part version number and I needed to patch it.

cu Andreas


[1]
/tmp/EXIMDOC4/eximdoc4-4.93.0.3/website/script/gen.pl --verbose \
        --spec /tmp/EXIMDOC4/eximdoc4-4.93.0.3/build-tree/spec.xml \
        --filter /tmp/EXIMDOC4/eximdoc4-4.93.0.3/build-tree/filter.xml \
        --latest 4.93.0.3 --tmpl 
/tmp/EXIMDOC4/eximdoc4-4.93.0.3/website/templates \
        --docroot /tmp/EXIMDOC4/eximdoc4-4.93.0.3/build-tree/html
Unable to get version number
Description: accept 4 part version number
Author: Andreas Metzler <[email protected]>
Origin: vendor
Forwarded: no
Last-Update: 2019-12-14

--- a/website/script/gen
+++ b/website/script/gen
@@ -140,7 +140,7 @@ sub do_doc {
 	    unless defined $version and $version =~ /^
 		(?<version>
 		    \d+			    # major
-		    (?:\.\d+(?:\.\d+)?)?    # (minor(.patch))
+		    (?:\.\d+(?:\.\d+(?:\.\d+)?)?)?    # (minor(.patch.(fixes)))
 		)
 		(?:-RC\d+)?$/x;		    # -RCX
 	$+{version};
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to