summaryrefslogtreecommitdiffstats
path: root/libtommath/changes.txt
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-01-28 21:53:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-01-28 21:53:18 (GMT)
commit7cb32717a995bee029ee18710b3e25e8e73f7377 (patch)
tree1aa971c51b8cf9a725f274d0a1041ca88be267d8 /libtommath/changes.txt
parent3cf1eb2c2370405ae05a7740dfdfdb206883b522 (diff)
downloadtcl-7cb32717a995bee029ee18710b3e25e8e73f7377.zip
tcl-7cb32717a995bee029ee18710b3e25e8e73f7377.tar.gz
tcl-7cb32717a995bee029ee18710b3e25e8e73f7377.tar.bz2
Update to libtommath v1.1.0
Diffstat (limited to 'libtommath/changes.txt')
-rw-r--r--libtommath/changes.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/libtommath/changes.txt b/libtommath/changes.txt
index 51da801..aa0c64c 100644
--- a/libtommath/changes.txt
+++ b/libtommath/changes.txt
@@ -1,3 +1,25 @@
+Jan 28th, 2019
+v1.1.0
+ -- Christoph Zurnieden contributed FIPS 186.4 compliant
+ prime-checking (PR #113), several other fixes and a load of documentation
+ -- Daniel Mendler provided two's-complement functions (PR #124)
+ and mp_{set,get}_double() (PR #123)
+ -- Francois Perrad took care of linting the sources, provided all fixes and
+ a astylerc to auto-format the sources.
+ -- A bunch of patches by Kevin B Kenny have been back-ported from TCL
+ -- Jan Nijtmans provided the patches to `const`ify all API
+ function arguments (also from TCL)
+ -- mp_rand() has now several native random provider implementations
+ and doesn't rely on `rand()` anymore
+ -- Karel Miko provided fixes when building for MS Windows
+ and re-worked the makefile generating process
+ -- The entire environment and build logic has been extended and improved
+ regarding auto-detection of platforms, libtool and a lot more
+ -- Prevent some potential BOF cases
+ -- Improved/fixed mp_lshd() and mp_invmod()
+ -- A load more bugs were fixed by various contributors
+
+
Aug 29th, 2017
v1.0.1
-- Dmitry Kovalenko provided fixes to mp_add_d() and mp_init_copy()