From 3e664782d71112324bad6a684cf696a5e84b0646 Mon Sep 17 00:00:00 2001 From: Frederik Tilmann Date: Sat, 13 Jun 2020 19:29:42 +0200 Subject: [PATCH] Prepare for release 1.3.1.1 --- Makefile | 2 +- latexdiff | 6 ++++-- latexdiff-vc | 2 +- latexrevise | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 4f7f4ef..a5868fe 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for preparing files for distribution -VERSION=1.3.1 +VERSION=1.3.1.1 .PHONY: distribution release test mkdirs clean cleanall cleantest webmanual diff --git a/latexdiff b/latexdiff index 110ca3b..1b40e5e 100755 --- a/latexdiff +++ b/latexdiff @@ -31,7 +31,9 @@ ### - move --show-xxx options so that they are also capable of showing preamble (and commands) after all modificationsbased on source file packages ### - change meaning of --packages option such that this packages are used in addition of automatically detected packages (possibly introduce option --only-packages that overrides automatic choices completely - +# Version 1.3.1.1 +# - remove spurious \n to fix error: Unknown regexp modifier "/n" at .../latexdiff line 1974, near "=~ " (see github issue #201) +# # Version 1.3.1 # Bug fixes: # - remove some uninitialised variable $2 warnings in string substitution in flatten function in case included file is not found @@ -210,7 +212,7 @@ my ($algodiffversion)=split(/ /,$Algorithm::Diff::VERSION); my ($versionstring)=<