summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 14 insertions, 13 deletions
diff --git a/NEWS b/NEWS
index 1d30c1cd..e4bbad4f 100644
--- a/NEWS
+++ b/NEWS
@@ -13,19 +13,20 @@ Noteworthy changes in version 1.3.0 (unreleased)
* Support for SHA-224 and HMAC using SHA-384 and SHA-512.
* Interface changes relative to the 1.2.0 release:
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-gcry_fast_random_poll NEW
-gcry_pk_algo_name CHANGED (minor change in respect to return value)
-gcry_cipher_algo_name CHANGED (minor change in respect to return value)
-GCRY_MD_SHA224 NEW
-GCRY_PK_USAGE_CERT NEW
-GCRY_PK_USAGE_AUTH NEW
-GCRY_PK_USAGE_UNKN NEW
-
-FIXME: Please add API changes immediatley so that we don't
- forget about them.
-
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ gcry_fast_random_poll NEW
+ gcry_pk_algo_name CHANGED (minor change in respect to return value)
+ gcry_cipher_algo_name CHANGED (minor change in respect to return value)
+ GCRY_MD_SHA224 NEW
+ GCRY_PK_USAGE_CERT NEW
+ GCRY_PK_USAGE_AUTH NEW
+ GCRY_PK_USAGE_UNKN NEW
+ gcry_mpi_scan CHANGED: Argument BUFFER is now void*.
+
+ FIXME: Please add API changes immediatley so that we don't
+ forget about them.
+
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 1.2.0 (2004-04-15)