From fef4f63dbaecc7e6809d27393a51b80e944f77c0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 19 May 2016 22:10:31 +0000 Subject: TL16 release date, final sync git-svn-id: svn://tug.org/texlive/trunk@41268 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipdfm-x/ChangeLog | 4 + Build/source/texk/dvipsk/ChangeLog | 4 + Build/source/texk/kpathsea/ChangeLog | 4 + Build/source/texk/kpathsea/NEWS | 2 +- .../texlive/linked_scripts/oberdiek/pdfatfi.pl | 4 +- .../texk/texlive/linked_scripts/texlive/tlmgr.pl | 238 +++++++++++---------- Build/source/texk/web2c/ChangeLog | 4 + Build/source/texk/web2c/NEWS | 2 +- 8 files changed, 146 insertions(+), 116 deletions(-) diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog index cb10d0e3ecc..7a2ed0f9849 100644 --- a/Build/source/texk/dvipdfm-x/ChangeLog +++ b/Build/source/texk/dvipdfm-x/ChangeLog @@ -1,3 +1,7 @@ +2016-05-20 Karl Berry + + * Version 20160307 for TeX Live 2016. + 2016-05-10 Hironori Kitagawa * cidtype2.c: Fix bugs in horizontal-vertical mixed scripts by diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index 75f023c4875..5bd3504bc22 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,7 @@ +2016-05-20 Karl Berry + + * Version 5.996 for TeX Live 2016. + 2016-05-06 Akira Kakuto * output.c: Avoid to crash for too large a value of SOURCE_DATE_EPOCH diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 8dbdea03a61..59de2f05a72 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2016-05-20 Karl Berry + + * Version 6.2.2 for TeX Live 2016. + 2016-05-13 Karl Berry * texmf.cnf (RISINPUTS, BLTXMLINPUTS): $TEXMF/biber diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS index 0fb062beac3..91dd56bb568 100644 --- a/Build/source/texk/kpathsea/NEWS +++ b/Build/source/texk/kpathsea/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. (Public domain.) -6.2.2 (for TeX Live 2016) +6.2.2 (for TeX Live 2016, 21 May 2016) * gregorio added to default shell_escape_commands. 6.2.1 (for TeX Live 2015, 21 May 2015) diff --git a/Build/source/texk/texlive/linked_scripts/oberdiek/pdfatfi.pl b/Build/source/texk/texlive/linked_scripts/oberdiek/pdfatfi.pl index d2d2c284692..0b832a32010 100755 --- a/Build/source/texk/texlive/linked_scripts/oberdiek/pdfatfi.pl +++ b/Build/source/texk/texlive/linked_scripts/oberdiek/pdfatfi.pl @@ -30,7 +30,7 @@ my $prj = 'pdfatfi'; my $file = "$prj.pl"; my $program = uc($&) if $file =~ /^\w+/; my $version = "2.7"; -my $date = "2012/04/18"; +my $date = "2016/05/16"; my $author = "Heiko Oberdiek"; my $copyright = "Copyright (c) 2005-2010, 2012 by $author."; # @@ -38,7 +38,7 @@ my $copyright = "Copyright (c) 2005-2010, 2012 by $author."; # 2005/05/21 v1.0: First release. # 2006/08/16 v2.2: Included in DTX file of attachfile2.dtx. # 2010/09/27 v2.6: Keys ModDateTZ and CreationDateTZ added. -# 2012/04/18 v2.7: Option --version added. +# 2016/05/16 v2.8: Option --version added. # use POSIX qw(strftime); # %z is used (GNU) diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index cf85ba1c053..0da5610969e 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,13 +1,13 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 41187 2016-05-16 14:04:50Z preining $ +# $Id: tlmgr.pl 41258 2016-05-19 15:23:37Z karl $ # # Copyright 2008-2016 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # -my $svnrev = '$Revision: 41187 $'; -my $datrev = '$Date: 2016-05-16 16:04:50 +0200 (Mon, 16 May 2016) $'; +my $svnrev = '$Revision: 41258 $'; +my $datrev = '$Date: 2016-05-19 17:23:37 +0200 (Thu, 19 May 2016) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { @@ -143,9 +143,9 @@ my %action_specification = ( }, "backup" => { "options" => { + "all" => 1, "backupdir" => "=s", "clean" => ":-99", - "all" => 1, "dry-run|n" => 1 }, "run-post" => 1, @@ -175,8 +175,8 @@ my %action_specification = ( }, "generate" => { "options" => { - "localcfg" => "=s", "dest" => "=s", + "localcfg" => "=s", "rebuild-sys" => 1 }, "run-post" => 1, @@ -190,19 +190,19 @@ my %action_specification = ( "options" => { "load" => 1, # Tk::CmdLine options - "font" => "=s", "background" => "=s", "class" => "=s", "display" => "=s", - "screen" => "=s", + "font" => "=s", "foreground" => "=s", "geometry" => "=s", - "name" => "=s", - "title" => "=s", - "xrm" => "=s", "iconic" => 1, "motif" => 1, + "name" => "=s", + "screen" => "=s", "synchronous" => 1, + "title" => "=s", + "xrm" => "=s", }, "run-post" => 1, "function" => \&action_gui @@ -218,12 +218,12 @@ my %action_specification = ( }, "install" => { "options" => { + "dry-run|n" => 1, + "file" => 1, + "force" => 1, "no-depends" => 1, "no-depends-at-all" => 1, - "file" => 1, "reinstall" => 1, - "force" => 1, - "dry-run|n" => 1, "with-doc" => 1, "with-src" => 1, }, @@ -260,9 +260,9 @@ my %action_specification = ( }, "postaction" => { "options" => { - "w32mode" => "=s", "all" => 1, - "fileassocmode" => "=i" + "fileassocmode" => "=i", + "w32mode" => "=s", }, "run-post" => 0, "function" => \&action_postaction @@ -274,10 +274,10 @@ my %action_specification = ( }, "remove" => { "options" => { + "dry-run|n" => 1, + "force" => 1, "no-depends" => 1, "no-depends-at-all" => 1, - "force" => 1, - "dry-run|n" => 1 }, "run-post" => 1, "function" => \&action_remove @@ -289,9 +289,9 @@ my %action_specification = ( }, "restore" => { "options" => { + "all" => 1, "backupdir" => "=s", "dry-run|n" => 1, - "all" => 1, "force" => 1 }, "run-post" => 1, @@ -299,10 +299,10 @@ my %action_specification = ( }, "search" => { "options" => { + "all" => 1, + "file" => 1, "global" => 1, "word" => 1, - "file" => 1, - "all" => 1, }, "run-post" => 1, "function" => \&action_search @@ -314,19 +314,19 @@ my %action_specification = ( }, "update" => { "options" => { - "no-depends" => 1, - "no-depends-at-all" => 1, "all" => 1, - "self" => 1, + "backup" => 1, + "backupdir" => "=s", + "dry-run|n" => 1, + "exclude" => "=s@", + "force" => 1, "list" => 1, - "no-auto-remove" => 1, "no-auto-install" => 1, + "no-auto-remove" => 1, + "no-depends" => 1, + "no-depends-at-all" => 1, "reinstall-forcibly-removed" => 1, - "force" => 1, - "backupdir" => "=s", - "backup" => 1, - "exclude" => "=s@", - "dry-run|n" => 1 + "self" => 1, }, "run-post" => 1, "function" => \&action_update @@ -2099,6 +2099,9 @@ sub write_w32_updater { foreach my $pkg (@w32_updated) { my $repo; my $mediatlp; + # need to update the media type to the original, as it is + # reset below + $media = $remotetlpdb->media; if ($media eq "virtual") { my $maxtlpdb; (undef, undef, $mediatlp, $maxtlpdb) = @@ -2130,7 +2133,7 @@ sub write_w32_updater { push (@rst_info, "$pkg ^($oldrev^)"); next if ($opts{"dry-run"}); # create backup; make_container expects file name in a format: some-name.r[0-9]+ - my ($size, $checksum, $fullname) = $localtlp->make_container("tar", $root, $temp, "__BACKUP_$pkg.r$oldrev"); + my ($size, undef, $fullname) = $localtlp->make_container("tar", $root, $temp, "__BACKUP_$pkg.r$oldrev"); if ($size <= 0) { tlwarn("$prg: Creation of backup container of $pkg failed.\n"); return 1; # backup failed? abort @@ -3128,7 +3131,7 @@ sub action_update { # no backup was made, so let us create a temporary .tar file # of the package my $tlp = $localtlpdb->get_package($pkg); - my ($s, $m, $fullname) = $tlp->make_container("tar", $root, $temp, + my ($s, undef, $fullname) = $tlp->make_container("tar", $root, $temp, "__BACKUP_${pkg}.r" . $tlp->revision, $tlp->relocated); if ($s <= 0) { @@ -5633,6 +5636,7 @@ sub texconfig_conf_mimic { } } + # Action key # @@ -6497,7 +6501,7 @@ __END__ =head1 NAME -tlmgr - the TeX Live Manager +tlmgr - the native TeX Live Manager =head1 SYNOPSIS @@ -6582,7 +6586,6 @@ L action). For backward compatibility and convenience, C<--location> and C<--repo> are accepted as aliases for this option. - =item B<--gui> [I] C has a graphical interface as well as the command line @@ -6666,7 +6669,6 @@ Instructs C to only accept signed and verified remotes. In any other case C will quit operation. See L below for details. - =item B<--usermode> Activates user mode for this run of C; see L below. @@ -6683,7 +6685,6 @@ Enables or disables cryptographic verification of downloaded database files. A working GnuPG (C) binary needs to be present in the path, otherwise this option has no effect. See L below for details. - =back The standard options for TeX Live programs are also accepted: @@ -6695,7 +6696,6 @@ The C<--version> option shows version information about the TeX Live release and about the C script itself. If C<-v> is also given, revision number for the loaded TeX Live Perl modules are shown, too. - =head1 ACTIONS =head2 help @@ -6759,7 +6759,6 @@ performed are written to the terminal. =back - =head2 candidates I =over 4 @@ -6769,7 +6768,6 @@ performed are written to the terminal. Shows the available candidate repositories for package I. See L below. - =back =head2 check [I