diff options
author | Karl Berry <karl@freefriends.org> | 2011-04-28 18:18:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-04-28 18:18:36 +0000 |
commit | 62c85b217a4ca028a04cf23b1a1a4ee88e33fc46 (patch) | |
tree | 0f8f7dd91a4fe1564fc54355146e2bc8baf8fa15 | |
parent | bb5c62f33b1749009691a43be1150d71e06e82c5 (diff) |
update version numbers and years
git-svn-id: svn://tug.org/texlive/trunk@22233 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/NEWS | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/doc/kpathsea.info | 14 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/doc/kpathsea.texi | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 8 | ||||
-rw-r--r-- | Build/source/texk/web2c/NEWS | 3 | ||||
-rw-r--r-- | Build/source/texk/web2c/lib/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/lib/printversion.c | 2 | ||||
-rw-r--r-- | Master/tlpkg/doc/packages.txt | 29 |
10 files changed, 61 insertions, 17 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 7ffb475857a..8a653d57d76 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -4,6 +4,11 @@ format names. (TRY_SUFFIX): change macro to just call the fn. Report from Philipp Stephani, tex-live mail 25 Apr 2011 16:38:47. + + * NEWS, + * kpsewhich.c (read_command_line), + * doc/kpathsea.texi, + * texmf.cnf: 2011. 2011-04-14 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS index cb63a2c572c..bee8a418792 100644 --- a/Build/source/texk/kpathsea/NEWS +++ b/Build/source/texk/kpathsea/NEWS @@ -1,5 +1,10 @@ This file records noteworthy changes. (Public domain.) +6.0.1 (for TeX Collection 2011) +* Trailing comments and whitespace omitted from config values. +* Add .tlu to type lua suffixes. +* Prefix program_invocation{,_short}_name with kpse_. + 6.0.0 (for TeX Collection 2010, 4 June 2010) * Change xmalloc and friends to use size_t, unfortunately changing the ABI. diff --git a/Build/source/texk/kpathsea/doc/kpathsea.info b/Build/source/texk/kpathsea/doc/kpathsea.info index 63d3156b855..a699f19f2f6 100644 --- a/Build/source/texk/kpathsea/doc/kpathsea.info +++ b/Build/source/texk/kpathsea/doc/kpathsea.info @@ -4,7 +4,7 @@ makeinfo version 4.13 from ../../../../texk/kpathsea/doc/kpathsea.texi. This file documents the Kpathsea library for path searching. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -2005, 2007, 2008, 2009, 2010 Karl Berry & Olaf Weber. +2005, 2007, 2008, 2009, 2010, 2011 Karl Berry & Olaf Weber. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -39,8 +39,8 @@ Kpathsea library **************** This manual documents how to install and use the Kpathsea library for -filename lookup. It corresponds to version 6.0.0, released in -November 2010. +filename lookup. It corresponds to version 6.0.1, released in +April 2011. * Menu: @@ -60,8 +60,8 @@ File: kpathsea.info, Node: Introduction, Next: Installation, Prev: Top, Up: 1 Introduction ************** -This manual corresponds to version 6.0.0 of the Kpathsea library, -released in November 2010. +This manual corresponds to version 6.0.1 of the Kpathsea library, +released in April 2011. The library's fundamental purpose is to return a filename from a list of directories specified by the user, similar to what shells do @@ -4678,8 +4678,8 @@ Index Tag Table: -Node: Top1615 -Node: Introduction2262 +Node: Top1621 +Node: Introduction2265 Node: History4088 Node: Installation8180 Node: Simple installation8970 diff --git a/Build/source/texk/kpathsea/doc/kpathsea.texi b/Build/source/texk/kpathsea/doc/kpathsea.texi index 2b4f9fb39ad..38a0282b987 100644 --- a/Build/source/texk/kpathsea/doc/kpathsea.texi +++ b/Build/source/texk/kpathsea/doc/kpathsea.texi @@ -2,14 +2,14 @@ @setfilename kpathsea.info @settitle Kpathsea: A library for path searching -@set version 6.0.0 -@set month-year November 2010 +@set version 6.0.1 +@set month-year April 2011 @copying This file documents the Kpathsea library for path searching. Copyright @copyright{} 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -2004, 2005, 2007, 2008, 2009, 2010 Karl Berry & Olaf Weber. +2004, 2005, 2007, 2008, 2009, 2010, 2011 Karl Berry & Olaf Weber. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index d5dbcb38815..ebc8b50967c 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -592,7 +592,7 @@ read_command_line (kpathsea kpse, int argc, string *argv) } else if (ARGUMENT_IS ("version")) { puts (kpathsea_version_string); - puts ("Copyright 2010 Karl Berry & Olaf Weber.\n\ + puts ("Copyright 2011 Karl Berry & Olaf Weber.\n\ License LGPLv2.1+: GNU Lesser GPL version 2.1 or later <http://gnu.org/licenses/lgpl.html>\n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 1cb0ee9b369..0a306347b42 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -4,8 +4,8 @@ % If you modify this original file, YOUR CHANGES WILL BE LOST when it is % updated. Instead, put your changes -- and only your changes, not an % entire copy of the full texmf.cnf! -- in ../../texmf.cnf. That is, if -% this file is installed in /some/path/to/texlive/2010/texmf/web2c/texmf.cnf, -% add your custom settings to /some/path/to/texlive/2010/texmf.cnf. +% this file is installed in /some/path/to/texlive/2011/texmf/web2c/texmf.cnf, +% add your custom settings to /some/path/to/texlive/2011/texmf.cnf. % % What follows is a super-summary of what this .cnf file can % contain. Please read the Kpathsea manual for more information. @@ -74,10 +74,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. -TEXMFVAR = ~/.texlive2010/texmf-var +TEXMFVAR = ~/.texlive2011/texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. -TEXMFCONFIG = ~/.texlive2010/texmf-config +TEXMFCONFIG = ~/.texlive2011/texmf-config % List all the texmf trees. % diff --git a/Build/source/texk/web2c/NEWS b/Build/source/texk/web2c/NEWS index e49520e2bdf..cd4b47d0c37 100644 --- a/Build/source/texk/web2c/NEWS +++ b/Build/source/texk/web2c/NEWS @@ -1,5 +1,8 @@ This file records noteworthy changes. (Public domain.) +2011 (for TeX Collection 2011) +* Doc changes and bug fixes. + 2010 (for TeX Collection 2010, 4 June 2010) * BibTeX line-breaking bug fix in bibtex.web. diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog index feb83010d07..1ab021ec298 100644 --- a/Build/source/texk/web2c/lib/ChangeLog +++ b/Build/source/texk/web2c/lib/ChangeLog @@ -1,3 +1,7 @@ +2011-04-28 Karl Berry <karl@tug.org> + + * printversion.c (printversionandexit): 2011 + 2011-04-27 Karl Berry <karl@tug.org> * texmfmp.c (initscreen): do not mention mfw, which is no more. diff --git a/Build/source/texk/web2c/lib/printversion.c b/Build/source/texk/web2c/lib/printversion.c index 5d44a0f556f..2570cb03c7d 100644 --- a/Build/source/texk/web2c/lib/printversion.c +++ b/Build/source/texk/web2c/lib/printversion.c @@ -51,7 +51,7 @@ printversionandexit (const_string banner, #endif if (copyright_holder) { - printf ("Copyright 2010 %s.\n", copyright_holder); + printf ("Copyright 2011 %s.\n", copyright_holder); if (!author) author = copyright_holder; } diff --git a/Master/tlpkg/doc/packages.txt b/Master/tlpkg/doc/packages.txt index 91080a8c3fa..501e2594bc2 100644 --- a/Master/tlpkg/doc/packages.txt +++ b/Master/tlpkg/doc/packages.txt @@ -26,6 +26,33 @@ To remake tlcritical from scratch: tl-update-tlcritical --recreate +Coordinate schedule with: + engine people, LaTeX people, GUST font people + general lists + +Really test during pretest: + .fmt's sharable across endian-different platforms (including luatex). + interactive mf '\drawdot (50,50); showit;' + +When finalizing sources: + version numbers and years and copyright years in: + top level version.ac + dvips: configure.ac NEWS dvips.c dvips.h afm2tfm.c dvips.texi + kpathsea: configure.ac NEWS kpsewhich.c kpathsea.texi + web2c: NEWS lib/printversion.c web2c.texi + ptexenc: configure.ac + texmf.cnf (both Build and Master), texmfcnf.lua (Master) + +Final release: + fix release-texlive.txt, .mkisofsrc. + in Master: update texinfos, man pages+pdfs. + update web pages, including arch list and doc translation list in doc.html. + also including portable-anchor.html this year. + after: copy bugs.html to historic/YYYY-1/bugs.html, rm tugstyle.css + peb + laurens: no commits + + + When updating the release version (for testing, in advance of the actual release), the default network directory specified in tl-update-tlnet, TLConfig.pm, and release-texlive-txt. Change those. Then make the new @@ -35,7 +62,7 @@ But consider mv-ing the old directory so as not to actually make new containers. Coordinate with CTAN. -Making the big release (still pending for 2010): +Making the big release: - Live unmount: umount /home/ftp/texlive/Contents/live |