--- rpl/ChangeLog 2013/02/23 15:02:20 1.147 +++ rpl/ChangeLog 2013/02/27 14:28:29 1.153 @@ -1,4 +1,12 @@ * Tue Dec 18 2012 BERTRAND Joël rpl-4.1.12 (RPL/2) +- bug is fixed in recherche_type(). { "\"" } was not evaluated as expected +as inner quote was not escaped; +- CIPHER new intrinsic is added to perform key generation, decryption and +encryption; +- CBC-CMAC digest is added; +- HMAC digest is added; +- DIGEST intrinsic is added; +- signal management is fixed to be usable on NetBSD; - RPL/CAS autoconfiguration is upgraded; - sqlite, openssl, giac, gmp ave been upgraded; - SQLITE support is added in SQLQUERY, SQLCONNECT and SQLDISCONNECT.