NEWS 959 B

12345678910111213141516171819202122232425
  1. -*- org -*-
  2. #+TITLE: Guile-Gcrypt NEWS – history of user-visible changes
  3. #+STARTUP: content hidestars
  4. Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
  5. Copying and distribution of this file, with or without modification,
  6. are permitted in any medium without royalty provided the copyright
  7. notice and this notice are preserved.
  8. Please send Guix bug reports to <https://notabug.org/cwebber/guile-gcrypt>.
  9. * Changes in 0.2.1 (since 0.2.0)
  10. ** libgcrypt is now always properly initialized (https://bugs.gnu.org/37616)
  11. ** (gcrypt base64) no longer imports (rnrs)
  12. * Changes in 0.2.0 (since 0.1.0)
  13. ** (gcrypt hash) now exposes all the algorithms supported by Libgcrypt
  14. ** (guix mac) now exposes all the MAC algorithms, not just HMAC
  15. ** (guix hmac) is deprecated in favor of (guix mac)
  16. ** Guile-Gcrypt can now be compiled with Guile 2.9 (future 3.0)
  17. ** Guile-Gcrypt can now be cross-compiled