From: Francesco M. <fr...@us...> - 2006-12-24 09:56:26
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10645 Modified Files: changelog.txt Log Message: mention Mac improvements; added date for 2.8.0.0 release Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** changelog.txt 20 Dec 2006 16:39:44 -0000 1.21 --- changelog.txt 24 Dec 2006 09:56:23 -0000 1.22 *************** *** 3,7 **** =============== ! version 2.8.0.0 -------------------------------------------------------------------- --- 3,7 ---- =============== ! version 2.8.0.0 (released 24/12/2006) -------------------------------------------------------------------- *************** *** 51,60 **** and what is for making wxLua distributions - Added PCH support ! - Now builds with different configurations are fully supported: both the build directory and the output folders for the libraries and for the binaries are named with the chosen configuration so that there should be no clashes when compiling wxLua with different settings. ! - Now it's possible to build wxLua against a "system" lua using the ! --with-lua-prefix configure's option or LUA_DIR option. --- 51,62 ---- and what is for making wxLua distributions - Added PCH support ! - Builds with different configurations are fully supported: both the build directory and the output folders for the libraries and for the binaries are named with the chosen configuration so that there should be no clashes when compiling wxLua with different settings. ! - Added the --with-lua-prefix configure's option or LUA_DIR option to allow ! to use an external LUA library for building wxLua. ! - Building under wxMac has been greatly improved thanks to Anders F Björklund; ! release 2.8.0.0 also includes a Mac bundle. |