Skip to content
Snippets Groups Projects
Commit 5c28e8e7 authored by Niels Möller's avatar Niels Möller
Browse files

Update ChangeLog.

parent 61460b2e
No related branches found
No related tags found
No related merge requests found
2017-10-23 Niels Möller <nisse@lysator.liu.se> 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> 2017-04-09 Niels Möller <nisse@lysator.liu.se>
...@@ -15,17 +15,11 @@ ...@@ -15,17 +15,11 @@
* nettle-meta.h (nettle_ciphers, nettle_aeads, nettle_armors): New * nettle-meta.h (nettle_ciphers, nettle_aeads, nettle_armors): New
macros, analogous to below change to nettle_hashes. macros, analogous to below change to nettle_hashes.
* nettle-meta-ciphers.c (_nettle_ciphers): Renamed array, from... * nettle-meta-ciphers.c (nettle_get_ciphers): New function.
(nettle_ciphers: ... old name.
(nettle_get_ciphers): New function.
* nettle-meta-aeads.c (_nettle_aeads): Renamed array, from... * nettle-meta-aeads.c (nettle_get_aeads): New function.
(nettle_aeads: ... old name.
(nettle_get_aeads): New function.
* nettle-meta-armors.c (_nettle_armors): Renamed array, from... * nettle-meta-armors.c (nettle_get_armors): New function.
(nettle_armors: ... old name.
(nettle_get_armors): New function.
2017-01-12 Niels Möller <nisse@lysator.liu.se> 2017-01-12 Niels Möller <nisse@lysator.liu.se>
...@@ -40,9 +34,7 @@ ...@@ -40,9 +34,7 @@
linking with libnettle.so gets copy relocations for any referenced linking with libnettle.so gets copy relocations for any referenced
data items in the shared library. data items in the shared library.
* nettle-meta-hashes.c (_nettle_hashes): Renamed array, from... * nettle-meta-hashes.c (nettle_get_hashes): New function.
(nettle_hashes): ... old name.
(nettle_get_hashes): New function.
2017-10-16 Niels Möller <nisse@lysator.liu.se> 2017-10-16 Niels Möller <nisse@lysator.liu.se>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment