Fix #2887254 and #2946032 - SWIG_Lua_typename using wrong stack index.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11984 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-04-09 22:02:09 +00:00
commit 9dd763d4d3
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
Version 2.0.0 (in progress)
============================
2010-04-09: wsfulton
[Lua] Fix #2887254 and #2946032 - SWIG_Lua_typename using wrong stack index.
2010-04-03: wsfulton
[Python] Fix exceptions being thrown with the -threads option based on patch from Arto Vuori.
Fixes bug #2818499.