summaryrefslogtreecommitdiff
path: root/support/bibtexperllibs/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-12-15 03:01:41 +0000
committerNorbert Preining <norbert@preining.info>2020-12-15 03:01:41 +0000
commit2e0b1124510825b03d99a6bfbf50dc2a8391a635 (patch)
tree6ebb25de75664b553d91d7335dec42590ba22002 /support/bibtexperllibs/README
parent5fc9e4626c1b64fd01838f967954fc43a268398e (diff)
CTAN sync 202012150301
Diffstat (limited to 'support/bibtexperllibs/README')
-rw-r--r--support/bibtexperllibs/README15
1 files changed, 12 insertions, 3 deletions
diff --git a/support/bibtexperllibs/README b/support/bibtexperllibs/README
index c84191b77f..4a09e6dd2e 100644
--- a/support/bibtexperllibs/README
+++ b/support/bibtexperllibs/README
@@ -1,17 +1,23 @@
BibTeX Perl Libs
- Version 1.5
- Gerhard Gossen and Boris Veytsman
+ Version 1.6
+ Gerhard Gossen, Boris Veytsman and Karl Berry
This package provides BibTeX related Perl libraries by Gerhard Gossen,
-maintained and repackaged by Boris Veytsman for TeXLive and other
+maintained and repackaged by Boris Veytsman for TeX Live and other
TDS-compliant distributions. The libraries are written in pure Perl,
so shoud work out of the box on any architecture.
To use them in your scripts, add to the @INC variable the directory
scripts/bibtexperllibs inside your TeX distribution.
+Bug reports, source code: https://github.com/borisveytsman/bibtexperllibs
+Releases: https://ctan.org/pkg/bibtexperllibs
+
Changes:
+ Version 1.6 2020-12-10 LaTeX::ToUnicode 0.11 for more ltx2crossrefxml support.
+ (No changes to BibTeX::Parser.)
+
version 1.5 Upgraded BibTeX::Parser to 1.02 (bugfixes)
version 1.4 Upgraded BibTeX::Parser to 1.01
@@ -25,3 +31,6 @@ Changes:
version 1.0 Upgraded BibTeX::Parser to v0.68 and LaTeX::ToUnicode to 0.04
version 0.2 New upstream version for BibTeX::Parser (0.66)
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.