diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-24 15:30:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-24 15:30:31 +0000 |
commit | c25ba8d7c635bc3eecc12778f5afc7ab5ad4b5ef (patch) | |
tree | d3c20e0c75710bd04b0a307075a03a793ef4490f /Master/texmf | |
parent | c4f47a6ac81ca9e02b505c007f4cbe443dd90223 (diff) |
20975 news, copyright year
git-svn-id: svn://tug.org/texlive/trunk@21166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/scripts/texlive/NEWS | 8 | ||||
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 | ||||
-rw-r--r-- | Master/texmf/scripts/texlive/uninstall-win32.pl | 5 |
3 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf/scripts/texlive/NEWS b/Master/texmf/scripts/texlive/NEWS index 6d3ae4bfffa..e0d000d122f 100644 --- a/Master/texmf/scripts/texlive/NEWS +++ b/Master/texmf/scripts/texlive/NEWS @@ -1,8 +1,12 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) -<p><b>tlmgr revision NEXT (released DDmon10):</b><br> -<li>actually make usage of persistent connections in tlmgr possible +<p><b>tlmgr revision NEXT (released DDmon11):</b><br> +<li> + +<p><b>tlmgr revision 20975 (released 24jan11):</b><br> +<li>fix usage of persistent connections in tlmgr. +<li>override locale settings when using wget as a subprocess. <p><b>tlmgr revision 20243 (released 1nov10):</b><br> <li>try (again) not to load the remote tlpdb if tlmgr update is called diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 6eb03323264..982a11f4cf2 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl # $Id$ # -# Copyright 2008, 2009, 2010 Norbert Preining +# Copyright 2008, 2009, 2010, 2011 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. diff --git a/Master/texmf/scripts/texlive/uninstall-win32.pl b/Master/texmf/scripts/texlive/uninstall-win32.pl index 2b96b41e29b..0c98b65ddae 100644 --- a/Master/texmf/scripts/texlive/uninstall-win32.pl +++ b/Master/texmf/scripts/texlive/uninstall-win32.pl @@ -1,11 +1,8 @@ #!/usr/bin/env perl -# # $Id$ -# -# Copyright 2008 Norbert Preining +# Copyright 2008, 2010, 2011 Norbert Preining # # GUI for tlmgr -# my $Master; |