diff --git a/texk/texlive/linked_scripts/glossaries/makeglossaries b/texk/texlive/linked_scripts/glossaries/makeglossaries index 76ab02a07d..301d53c7c7 100755 --- a/texk/texlive/linked_scripts/glossaries/makeglossaries +++ b/texk/texlive/linked_scripts/glossaries/makeglossaries @@ -2,13 +2,13 @@ # File : makeglossaries # Author : Nicola Talbot -# Version : 4.54 +# Version : 4.55 # Description: simple Perl script that calls makeindex or xindy. # Intended for use with "glossaries.sty" (saves having to remember # all the various switches) # This file is distributed as part of the glossaries LaTeX package. -# Copyright 2007-2023 Nicola L.C. Talbot +# Copyright 2007-2024 Nicola L.C. Talbot # This work may be distributed and/or modified under the # conditions of the LaTeX Project Public License, either version 1.3 # of this license or any later version. @@ -31,10 +31,10 @@ # glossaries-babel.sty, glossaries-polyglossia.sty, glossaries.l2h. # Also makeglossaries and makeglossaries-lite.lua. -my $version="4.54 (2024-04-03)"; +my $version="4.55 (2024-11-01)"; # History: -# v4.51 - v4.54: +# v4.51 - v4.55: # * No change. (Version number updated in line with glossaries.sty) # v4.50: # * Added -e (don't fix encap clashes) @@ -119,14 +119,14 @@ my $version="4.54 (2024-04-03)"; # * Create an empty output file if the input file is empty # without calling xindy/makeindex # v1.7 (2009-09-23) : -# * Issue warning rather than error when empty/non existant file +# * Issue warning rather than error when empty/non existent file # checks fail # v1.6 (2009-05-24) : # * main glossary no longer automatically added # (only added if information in aux file) # * if file extension is specified, check added to ensure it # corresponds to a known glossary extension. -# * added file existance test and file empty test +# * added file existence test and file empty test # v1.5 (2008-12-26) : # * added support for xindy # * picks up ordering information from aux file diff --git a/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua b/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua index 86f10a948e..c4ae9e5e44 100755 --- a/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua +++ b/texk/texlive/linked_scripts/glossaries/makeglossaries-lite.lua @@ -14,7 +14,7 @@ use the Perl makeglossaries script. This file is distributed as part of the glossaries LaTeX package. - Copyright 2015-2023 Nicola L.C. Talbot + Copyright 2015-2024 Nicola L.C. Talbot This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or any later version. @@ -36,7 +36,7 @@ Also makeglossaries and makeglossaries-lite.lua. History: - * 4.48 - 4.54: + * 4.48 - 4.55: - no change. * 4.47: - Added hybrid instructions if record option detected but not \makeglossaries @@ -70,7 +70,7 @@ - changed first line from lua to texlua --]] -thisversion = "4.54 (2024-04-03)" +thisversion = "4.55 (2024-11-01)" quiet = false dryrun = false