summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-27 17:31:54 +0000
committerKarl Berry <karl@freefriends.org>2010-02-27 17:31:54 +0000
commitcad9c7b7552dabd8248a903fa699d4764cb05723 (patch)
treee3cdc5411e8ffef074304e6e6df84ccf6d90311f /Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog
parentf156b9f9622bbc52d6d48f41cc9e7910cdcd8039 (diff)
new package lua-alt-getopt 0.7.0 (26feb10)
git-svn-id: svn://tug.org/texlive/trunk@17228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog')
-rw-r--r--Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog60
1 files changed, 60 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog b/Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog
new file mode 100644
index 00000000000..caf91e665f8
--- /dev/null
+++ b/Master/texmf-dist/doc/support/lua-alt-getopt/ChangeLog
@@ -0,0 +1,60 @@
+2009-10-18 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile, NEWS:
+ version -> 0.7.0
+ Release notes in NEWS
+
+ * alt_getopt.lua, tests/test.out:
+ Do not use error() for exiting, use os.exit() instead
+
+ * alt_getopt, tests/test.out, tests/test.sh:
+ Additional regression tests/examples
+
+ * alt_getopt.lua, tests/test.out:
+ POSIX getopt("xo:") accepts './app -xoVVV' and './app -xo VVV'
+ treating them as './app -x -o VVV'. Now Lua alt_getopt does the same.
+
+2009-04-26 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile, NEWS, alt_getopt.lua:
+ version -> 0.6.0
+ NEWS: release notes
+ s/2008/2009/
+
+ * alt_getopt.lua:
+ Minor clean-ups and improvements suggested by Leo P.:
+ - package.seeall is removed
+ - gmatch instead of loop
+ - others
+
+2009-01-12 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile:
+ renamed tarball to lua-alt-getopt
+ version -> 0.5.0
+
+2009-01-11 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile:
+ version -> 0.4.0
+
+ * alt_getopt.lua, tests/test.out, tests/test.sh:
+ os.exit --> error
+
+ * README, alt_getopt.lua:
+ README added
+ minor code clean-ups
+
+2009-01-10 Aleksey Cheusov <vle@gmx.net>
+
+ * Makefile: PROJECTNAME is set
+
+ * tests/_test.res:
+ removed
+
+ * Makefile, alt_getopt, alt_getopt.lua, tests/_test.res, tests/test.out, tests/test.sh:
+ Imported sources
+
+ * Makefile, alt_getopt, alt_getopt.lua, tests/_test.res, tests/test.out, tests/test.sh:
+ New file.
+