summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-30 22:44:49 +0000
committerKarl Berry <karl@freefriends.org>2018-04-30 22:44:49 +0000
commit3769a3e704759d87832efcd18bb9d1cfc8067f5f (patch)
tree444e905c29f8d64d452e2f230226eb8901f79a75 /Master/texmf-dist/source/support
parent154decbde20261c8e3c8bf4cc885d45dc19be63b (diff)
bibtexperllibs (30apr18)
git-svn-id: svn://tug.org/texlive/trunk@47520 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/support')
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes3
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml2
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL2
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README2
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini2
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/english.bib2
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/README4
7 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes
index cdcb9b93984..addfd59900c 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes
+++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Changes
@@ -1,5 +1,8 @@
Revision history for BibTeX-Parser
+1.02 2018-04-29 03:19:56 +0000
+ Corrected the bug when Jr is not accompanied by von.
+
1.01 2017-11-19 03:12:34 +0000
New options for to_string:
- print_pre - whether to print text preceding the entry
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml
index 1196376ffbc..ea5508c50b6 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml
+++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/META.yml
@@ -20,4 +20,4 @@ requires:
IO::String: 0
LaTeX::ToUnicode: 0.02
Test::More: 0
-version: 1.01
+version: 1.02
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL
index 41a067a8b34..1deb311e4bd 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL
+++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/Makefile.PL
@@ -29,7 +29,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => "0.88"
},
- "VERSION" => "1.01",
+ "VERSION" => "1.02",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README
index dd5a193c2e6..bbaac1e9db5 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README
+++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/README
@@ -1,5 +1,5 @@
This archive contains the distribution BibTeX-Parser,
-version 1.01:
+version 1.02:
A pure perl BibTeX parser
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini
index 5aee4c846fb..b615101f91c 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini
+++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/dist.ini
@@ -1,5 +1,5 @@
name = BibTeX-Parser
-version = 1.01
+version = 1.02
author = Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman <boris@varphi.com>
license = Perl_5
copyright_holder = Gerhard Gossen and Boris Veytsman
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/english.bib b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/english.bib
index 34c3e67a794..be62f921046 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/english.bib
+++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/english.bib
@@ -1,4 +1,4 @@
-$Id: english.bib,v 1.6 2017/12/10 02:43:44 boris Exp $
+$Id: english.bib,v 1.7 2018/04/29 19:39:51 boris Exp $
Please notify Adrian F Clark <alien@uk.ac.essex.ese> of any additions
or corrections to this list.
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/README b/Master/texmf-dist/source/support/bibtexperllibs/README
index feb8c4cd682..c84191b77f4 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/README
+++ b/Master/texmf-dist/source/support/bibtexperllibs/README
@@ -1,5 +1,5 @@
BibTeX Perl Libs
- Version 1.4
+ Version 1.5
Gerhard Gossen and Boris Veytsman
This package provides BibTeX related Perl libraries by Gerhard Gossen,
@@ -12,6 +12,8 @@ scripts/bibtexperllibs inside your TeX distribution.
Changes:
+ version 1.5 Upgraded BibTeX::Parser to 1.02 (bugfixes)
+
version 1.4 Upgraded BibTeX::Parser to 1.01
version 1.3 Upgraded BibTeX::Parser to 1.00