diff options
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 328c42ac8ec..c19a926b8d2 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,11 @@ +2010-03-29 Peter Breitenlohner <peb@mppmu.mpg.de> + + * lib.h, xcalloc.c, xmalloc.c, xrealloc.c: Change type of size + arguments of xcalloc(), xmalloc, and xrealloc() from unsigned + to size_t (incompatible change of ABI). + + Update version numbers to 6.0.0. + 2010-03-24 Peter Breitenlohner <peb@mppmu.mpg.de> * texmf.cnf (TEXMF_RESTRICTED_SCRIPTS): The make rules used to @@ -21,7 +29,7 @@ * texmf.cnf (BIBTEX_CSFILE): Default codepage and sort order file for BibTeX8. - (max_strings): Also for BibTeX8 and BibTeX8U. + (max_strings): Also for BibTeX8 and BibTeXU. 2010-03-18 Karl Berry <karl@tug.org> |