From 62c85b217a4ca028a04cf23b1a1a4ee88e33fc46 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 28 Apr 2011 18:18:36 +0000 Subject: update version numbers and years git-svn-id: svn://tug.org/texlive/trunk@22233 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 5 +++++ Build/source/texk/kpathsea/NEWS | 5 +++++ Build/source/texk/kpathsea/doc/kpathsea.info | 14 +++++++------- Build/source/texk/kpathsea/doc/kpathsea.texi | 6 +++--- Build/source/texk/kpathsea/kpsewhich.c | 2 +- Build/source/texk/kpathsea/texmf.cnf | 8 ++++---- Build/source/texk/web2c/NEWS | 3 +++ Build/source/texk/web2c/lib/ChangeLog | 4 ++++ Build/source/texk/web2c/lib/printversion.c | 2 +- 9 files changed, 33 insertions(+), 16 deletions(-) (limited to 'Build/source/texk') 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 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 \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 + + * printversion.c (printversionandexit): 2011 + 2011-04-27 Karl Berry * 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; } -- cgit v1.2.3