From lmb at stackedboxes.org Thu Jul 22 10:59:29 2010 From: lmb at stackedboxes.org (Leandro Motta Barros) Date: Thu, 22 Jul 2010 14:59:29 -0300 Subject: [Diluculum] Diluculum 0.5.3 is out Message-ID: <20100722145929.4341d0e6@stackedboxes.org> Hi there, Just to let you know that Diluculum 0.5.3 was just released. From HISTORY.txt: Two small changes in this release: - Strings with embedded zeros going from C++ to Lua are properly handled (this is the inverse case as the one in the previous release). - A LuaFunction can now be constructed from a chunk of Lua source code. A LuaFunction can also now be "default constructed" (by default, it is constructed from an empty chunk, so it returns nothing). Thanks again to Christof Warlich for reporting both of these points and suggesting fixes for them. (But in case of any problem with the second point, I (Leandro Motta Barros) am the one to blame, since I went through a different path than the one he suggested). Direct download link: http://www.stackedboxes.org/~lmb/files/diluculum/releases/Diluculum-0.5.3.tar.gz Cheers, LMB