From f19d88d69e26e68ccfaa2ec80de763cb39338daa Mon Sep 17 00:00:00 2001 From: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date: Tue, 29 May 2018 16:21:23 +0200 Subject: [PATCH] New version --- Changelog | 9 +++++++++ VERSION | 2 +- src/figlatex.dtx | 5 +++-- src/latex-make.dtx | 3 ++- src/pdfswitch.dtx | 2 +- src/texdepends.dtx | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index 9fa44ec..13ca077 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,12 @@ +2018-05-29 2.2.4 + Vincent Danjean (6): + * Force correct permissions on directories + * Add logs, fix missing ifthen package and checksum + * Fix python synxtax to be valid in 2.7 and 3 + * Reorganize pdfswitch + * Check version when building CTAN package + * New version + 2017-01-08 2.2.3 Vincent Danjean (5): * Remove duplicate line diff --git a/VERSION b/VERSION index 5859406..530cdd9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.3 +2.2.4 diff --git a/src/figlatex.dtx b/src/figlatex.dtx index e18acdf..6ced609 100644 --- a/src/figlatex.dtx +++ b/src/figlatex.dtx @@ -28,7 +28,7 @@ %<compat> \ProvidesPackage{texgraphicx}% % \fi % \ProvidesFile{figlatex.dtx} -[2017/01/08 v2.2.3 include fig and svg in LaTeX] +[2018/05/29 v2.2.4 fix python syntax] % \iffalse %<*driver> \documentclass{ltxdoc} @@ -110,7 +110,8 @@ % \changes{v2.2.1}{2016/02/09}{No changes in figlatex.dtx} % \changes{v2.2.2}{2016/02/09}{No changes in figlatex.dtx} % \changes{v2.2.3}{2017/01/08}{No changes in figlatex.dtx} -% \changes{v2.2.4}{2017/06/20}{Add missing required package 'ifthen'} +% \changes{v2.2.4}{2018/05/29}{Add missing required package 'ifthen'} +% \changes{v2.2.4}{2018/05/29}{Fix python syntax for python3} % % \makeatletter % \def\SpecialOptionIndex#1{\@bsphack diff --git a/src/latex-make.dtx b/src/latex-make.dtx index ad6926e..64657bf 100644 --- a/src/latex-make.dtx +++ b/src/latex-make.dtx @@ -2,7 +2,7 @@ % %<*dtx> \ProvidesFile{latex-make.dtx} -[2017/01/08 v2.2.3 Makefile for LaTeX] +[2018/05/29 v2.2.4 fix permissions on directories] %</dtx> % \fi % \iffalse @@ -111,6 +111,7 @@ % \changes{v2.2.1}{2016/02/09}{Improve configure} % \changes{v2.2.2}{2016/02/09}{Fix bugs} % \changes{v2.2.3}{2017/01/08}{Add LuaLaTeX support} +% \changes{v2.2.4}{2018/05/29}{Fix directory permissions on install} % % \makeatletter % \def\SpecialOptionIndex#1{\@bsphack diff --git a/src/pdfswitch.dtx b/src/pdfswitch.dtx index 1a818c1..4a0ce30 100644 --- a/src/pdfswitch.dtx +++ b/src/pdfswitch.dtx @@ -26,7 +26,7 @@ %<package>\ProvidesPackage{pdfswitch}% % \fi % \ProvidesFile{pdfswitch.dtx} -[2017/01/08 v2.2.3 Automatic switch between pdf and ps] +[2018/05/29 v2.2.4 better integration with other packages] %<*package> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % SWITCH FOR PDFLATEX or LATEX diff --git a/src/texdepends.dtx b/src/texdepends.dtx index 8adbfa8..f1e66e1 100644 --- a/src/texdepends.dtx +++ b/src/texdepends.dtx @@ -27,7 +27,7 @@ %<package>\ProvidesPackage{texdepends}% % \fi % \ProvidesFile{texdepends.dtx} -[2017/01/08 v2.2.3 Automatic depends generation] +[2018/05/29 v2.2.4 no change in this version] % \iffalse %<*driver> \documentclass{ltxdoc} -- GitLab