texlive[66404] branches/branch2022.final/Master: biber 2.19 (6mar23)
commits+karl at tug.org
commits+karl at tug.org
Mon Mar 6 23:35:52 CET 2023
Revision: 66404
http://tug.org/svn/texlive?view=revision&revision=66404
Author: karl
Date: 2023-03-06 23:35:48 +0100 (Mon, 06 Mar 2023)
Log Message:
-----------
biber 2.19 (6mar23) (branch)
Modified Paths:
--------------
branches/branch2022.final/Master/bin/i386-linux/biber
branches/branch2022.final/Master/bin/universal-darwin/biber
branches/branch2022.final/Master/bin/win32/biber.exe
branches/branch2022.final/Master/bin/x86_64-cygwin/biber.exe
branches/branch2022.final/Master/bin/x86_64-darwinlegacy/biber
branches/branch2022.final/Master/bin/x86_64-linux/biber
branches/branch2022.final/Master/texmf-dist/doc/bibtex/biber/biber.pdf
branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/Changes
branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/README.biber-macos
branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/README.biber-windows
branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/biblatex-biber.tar.gz
branches/branch2022.final/Master/tlpkg/libexec/ctan2tds
branches/branch2022.final/Master/tlpkg/tlpsrc/biber.tlpsrc
Removed Paths:
-------------
branches/branch2022.final/Master/bin/i386-cygwin/biber.exe
Deleted: branches/branch2022.final/Master/bin/i386-cygwin/biber.exe
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/bin/i386-linux/biber
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/bin/universal-darwin/biber
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/bin/win32/biber.exe
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/bin/x86_64-cygwin/biber.exe
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/bin/x86_64-darwinlegacy/biber
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/bin/x86_64-linux/biber
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/texmf-dist/doc/bibtex/biber/biber.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/Changes
===================================================================
--- branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/Changes 2023-03-06 22:30:46 UTC (rev 66403)
+++ branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/Changes 2023-03-06 22:35:48 UTC (rev 66404)
@@ -1,8 +1,10 @@
Revision history for Biber
+2.19 (2023-03)
+ * Misc bug fixes
2.18 (2022-06)
* Added support for biblatex "pluralothers" option which allows "et
- al" to be forced to replace more than one name.
+ al" to be forced to replace more than one name.
* Universal x86_64/ARM64 binary
* Support for citation-only rules for name templates in sorting (see
\visibility macro in sorting name key templates in biblatex)
Modified: branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/README.biber-macos
===================================================================
--- branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/README.biber-macos 2023-03-06 22:30:46 UTC (rev 66403)
+++ branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/README.biber-macos 2023-03-06 22:35:48 UTC (rev 66404)
@@ -1,2 +1,4 @@
-These are biber binaries for the darwin_universal platform(s).
+These are biber binaries for the macos platform(s), released under:
+Perl Artistic License, version 2
+
See https://ctan.org/pkg/biber for documentation, sources, and all else.
Modified: branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/README.biber-windows
===================================================================
--- branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/README.biber-windows 2023-03-06 22:30:46 UTC (rev 66403)
+++ branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/README.biber-windows 2023-03-06 22:35:48 UTC (rev 66404)
@@ -1,2 +1,4 @@
-These are biber binaries for the MSWIN32 platform(s).
+These are biber binaries for the windows platform(s), released under:
+Perl Artistic License, version 2
+
See https://ctan.org/pkg/biber for documentation, sources, and all else.
Modified: branches/branch2022.final/Master/texmf-dist/source/bibtex/biber/biblatex-biber.tar.gz
===================================================================
(Binary files differ)
Modified: branches/branch2022.final/Master/tlpkg/libexec/ctan2tds
===================================================================
--- branches/branch2022.final/Master/tlpkg/libexec/ctan2tds 2023-03-06 22:30:46 UTC (rev 66403)
+++ branches/branch2022.final/Master/tlpkg/libexec/ctan2tds 2023-03-06 22:35:48 UTC (rev 66404)
@@ -6410,12 +6410,10 @@
# move doc pdf.
&mv_with_mkdir ("$package.pdf", $DOCDIR);
- # we don't do 64-bit Windows, etc.
- &SYSTEM ("$RM biber-MSWIN64* biber-darwin_arm*");
-
# biber uses different platform names.
my %tl_platform = (
"MSWIN32" => "win32",
+ "MSWIN64" => "windows",
"amd64-freebsd" => "amd64-freebsd",
"cygwin_i386" => "i386-cygwin",
"cygwin_x86_64" => "x86_64-cygwin",
@@ -6436,7 +6434,6 @@
# handle the prebuilt binaries, which are zipped or tarred.
for my $archive (sort (<$package-*>)) {
next if $archive =~ /MSWIN64/; # only 32-bit windows
- next if $archive =~ /freebsd[^7]\./; # we only want freebsd7
# Put the executable in the Master bin directory.
# biber-2.18-1-MSWIN64.zip -> MSWIN64
Modified: branches/branch2022.final/Master/tlpkg/tlpsrc/biber.tlpsrc
===================================================================
--- branches/branch2022.final/Master/tlpkg/tlpsrc/biber.tlpsrc 2023-03-06 22:30:46 UTC (rev 66403)
+++ branches/branch2022.final/Master/tlpkg/tlpsrc/biber.tlpsrc 2023-03-06 22:35:48 UTC (rev 66404)
@@ -5,6 +5,7 @@
aarch64-linux,\
amd64-netbsd,\
armhf-linux,\
+i386-cygwin,\
i386-netbsd,\
i386-solaris,\
bin/${ARCH}/biber
More information about the tex-live-commits
mailing list.