Commit:    099b295646b108ad56d1ec3b37dfcb5812fd378c
Author:    Michael Wallner <m...@php.net>         Thu, 3 Oct 2013 16:23:59 +0200
Parents:   05f847da453fd14440df908d7bfca877142ed8fa
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=099b295646b108ad56d1ec3b37dfcb5812fd378c

Log:
add NEWS and UPGRADING about gost-crypto

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index e1a191f..8113514 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ PHP                                                           
             NEWS
     improvements based on this.
     (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
 
+- Hash:
+  . Added gost-crypto (CryptoPro S-box) GOST hash algo. (Manuel Mausz)
+
 - mysqlnd:
   . Disabled flag for SP OUT variables for 5.5+ servers as they are not 
natively
     supported by the overlying APIs. (Andrey)
diff --git a/UPGRADING b/UPGRADING
index f413887..fb8daab 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -40,6 +40,8 @@ PHP X.Y UPGRADE NOTES
 - The php://input stream is now re-usable and can be used concurrently with 
   enable_post_data_reading=0.
 
+- Added gost-crypto (CryptoPro S-box) hash algo.
+
 ========================================
 2. Changes in SAPI modules
 ========================================


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to