Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5d2d7d36 authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Release version 0.3.

parent 8323f427
No related branches found
No related tags found
No related merge requests found
AUTOMAKE_OPTIONS = foreign subdir-objects
AUTOMAKE_OPTIONS = foreign subdir-objects no-dependencies
EXTRA_DIST = COPYING.md COPYING.GPLv3.md NEWS.md README.md
......
Version 0.3
-----------
- fixed memory leak in `wmpz_mul`
- added `wmpz_get_set`, `wmpz_get_str`, `wmpz_tdiv_qr`
- added `wmpz_cmpabs`, `wmpz_abs`, `wmpz_sgn`
Version 0.2
-----------
- early support for mpz layer
- added wmpn_powm
- added `wmpn_powm`
- added header `wmp-gmp.h` to substitute GMP functions with WhyMP ones
Version 0.1
-----------
......
AC_INIT([libwmp], [0.2], [Raphaël Rieu-Helft <raphael.rieu-helft@trust-in-soft.com>])
AC_INIT([libwmp], [0.3], [Raphaël Rieu-Helft <raphael.rieu-helft@trust-in-soft.com>])
AM_INIT_AUTOMAKE
AC_PROG_CC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment