]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update ChangeLog.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 23 Oct 2017 20:35:58 +0000 (22:35 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 23 Oct 2017 20:35:58 +0000 (22:35 +0200)
ChangeLog

index 0b98d74190030fe03ba812e6c4609357eb164032..da614f69bc6b792c89f1afc7f45def3ae8d27346 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2017-10-23  Niels Möller  <nisse@lysator.liu.se>
 
-       Undo added underscores on public symbols.
+       Merge API fixes, starting at 2017-01-12.
 
 2017-04-09  Niels Möller  <nisse@lysator.liu.se>
 
        * nettle-meta.h (nettle_ciphers, nettle_aeads, nettle_armors): New
        macros, analogous to below change to nettle_hashes.
 
-       * nettle-meta-ciphers.c (_nettle_ciphers): Renamed array, from...
-       (nettle_ciphers: ... old name.
-       (nettle_get_ciphers): New function.
+       * nettle-meta-ciphers.c (nettle_get_ciphers): New function.
 
-       * nettle-meta-aeads.c (_nettle_aeads): Renamed array, from...
-       (nettle_aeads: ... old name.
-       (nettle_get_aeads): New function.
+       * nettle-meta-aeads.c (nettle_get_aeads): New function.
 
-       * nettle-meta-armors.c (_nettle_armors): Renamed array, from...
-       (nettle_armors: ... old name.
-       (nettle_get_armors): New function.
+       * nettle-meta-armors.c (nettle_get_armors): New function.
 
 2017-01-12  Niels Möller  <nisse@lysator.liu.se>
 
@@ -40,9 +34,7 @@
        linking with libnettle.so gets copy relocations for any referenced
        data items in the shared library.
 
-       * nettle-meta-hashes.c (_nettle_hashes): Renamed array, from...
-       (nettle_hashes): ... old name.
-       (nettle_get_hashes): New function.
+       * nettle-meta-hashes.c (nettle_get_hashes): New function.
 
 2017-10-16  Niels Möller  <nisse@lysator.liu.se>