summaryrefslogtreecommitdiffstats
path: root/libtommath/changes.txt
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-03-14 14:23:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-03-14 14:23:22 (GMT)
commitaf01fe0b35a0b2afccffd2b93104778f54eb3f5b (patch)
tree36b3156067a6b9a0dc5de12048675aa0b7802bc9 /libtommath/changes.txt
parent8f3d2ff6163cce22d1c9b8c00a0051a9164fed0d (diff)
downloadtcl-af01fe0b35a0b2afccffd2b93104778f54eb3f5b.zip
tcl-af01fe0b35a0b2afccffd2b93104778f54eb3f5b.tar.gz
tcl-af01fe0b35a0b2afccffd2b93104778f54eb3f5b.tar.bz2
Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 libtommath_merge_0_42_0
from 0.39.
Diffstat (limited to 'libtommath/changes.txt')
-rw-r--r--libtommath/changes.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/libtommath/changes.txt b/libtommath/changes.txt
index 9498d36..4fc0913 100644
--- a/libtommath/changes.txt
+++ b/libtommath/changes.txt
@@ -1,3 +1,17 @@
+July 23rd, 2010
+v0.42.0
+ -- Fix for mp_prime_next_prime() bug when checking generated prime
+ -- allow mp_shrink to shrink initialized, but empty MPI's
+ -- Added project and solution files for Visual Studio 2005 and Visual Studio 2008.
+
+March 10th, 2007
+v0.41 -- Wolfgang Ehrhardt suggested a quick fix to mp_div_d() which makes the detection of powers of two quicker.
+ -- [CRI] Added libtommath.dsp for Visual C++ users.
+
+December 24th, 2006
+v0.40 -- Updated makefile to properly support LIBNAME
+ -- Fixed bug in fast_s_mp_mul_high_digs() which overflowed (line 83), thanks Valgrind!
+
April 4th, 2006
v0.39 -- Jim Wigginton pointed out my Montgomery examples in figures 6.4 and 6.6 were off by one, k should be 9 not 8
-- Bruce Guenter suggested I use --tag=CC for libtool builds where the compiler may think it's C++.