--- rpl/ChangeLog 2010/03/04 10:09:30 1.11 +++ rpl/ChangeLog 2010/03/06 18:29:04 1.12 @@ -1,3 +1,14 @@ +* Thu Mar 03 2010 BERTRAND Joël rpl-4.0.12 (RPL/2) +- all formatted files are now converted into UTF-8; +- all file and unix socket names created by RPL/2 are now UTF8 compliant; +- RPL/2 tools (rpliconv, rplfile, rplpp and rplconvert) are now checked before +each execution (md5 and sha1 sums) to enhance security. If one of these tools +have been modified between RPL/2 compilation and current execution, RPL/2 aborts +on a non recoverable system error; +- openssl and sqlite3 libraries are added; +- RPL_HOME env variable is added. When RPL/2 is called from librpl, this +variable indicates RPL/2 root directory. If it is not set, root path +is given by configure script (d_exec_path); * Thu Mar 03 2010 BERTRAND Joël rpl-4.0.11 (RPL/2) - configure.in and makefile.am's are modified to add Cygwin support. Interix support is broken;