summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luatexbase/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luatexbase/Changes')
-rw-r--r--Master/texmf-dist/doc/luatex/luatexbase/Changes30
1 files changed, 27 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/luatex/luatexbase/Changes b/Master/texmf-dist/doc/luatex/luatexbase/Changes
index d9e2a0ee286..76894008bcf 100644
--- a/Master/texmf-dist/doc/luatex/luatexbase/Changes
+++ b/Master/texmf-dist/doc/luatex/luatexbase/Changes
@@ -1,14 +1,38 @@
Changes in the luatexbase package/bundle
-The [BI] tag signals backward-incompatible changes.
-Starting with v0.3, the only possible source of such changes is the upcoming
-merge with luatex.sty. Afterwards, no other BI change is to be expected.
+2013/04/13 v0.5
+ all
+ - input luatex.sty before doing anything, as luatex.sty
+ breaks if loaded after luatexbase
+ mcb and loader
+ - compatibility with Lua 5.2 (LuaTeX >= 0.74)
+ loader
+ - fix an important bug making the kpse lua loader never used,
+ it should make package searching a bit faster.
+ - dropping support for LuaTeX < 0.45.
+ - small improvement to make x.y.lua look for x/y.lua, not
+ x/y/lua.
+ modutils
+ - fixing a bug printing "luatexbase-attr" in all documents
+ in plain TeX
+
+2011/00/24 v0.4
+ cctb
+ - implement catcode table stacks à la luatex.sty
+ - fix \CatcodeTableLaTeX(Package): 10 (newline aka ^^J) was catcoded
+ 15 instead of 12
+ - rename \setcatcoderange to \SetCatcodeRange (the old name remains
+ for compatibility but will be removed in the next version)
+ luatex 0.5
+ - new package replacing luatex.sty from the oberdiek bundle
+ (see luatex.pdf for details)
2011/05/21 v0.31
attr
- Bugfix: \unsetluatexattribute didn't work (reported by Dohyun Kim)
2010/10/10 v0.3
+ [BI] marks backward-incompatible changes
all not using LuaTeX results in an error (formerly a warning)
modutils
- [BI] \luatexUseModule and \luatexRequireModule replaced by