summaryrefslogtreecommitdiffstats
path: root/libtommath/changes.txt
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 12:08:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 12:08:07 (GMT)
commitfac003f85aeba679d1cc6bea4eb8a84fc0ebd9f0 (patch)
tree9a4dfb92b8e6611111c7e8fe06f7767b18b9e695 /libtommath/changes.txt
parentb7a189417b38e35bb825490a1b9a15fc8d138333 (diff)
downloadtcl-fac003f85aeba679d1cc6bea4eb8a84fc0ebd9f0.zip
tcl-fac003f85aeba679d1cc6bea4eb8a84fc0ebd9f0.tar.gz
tcl-fac003f85aeba679d1cc6bea4eb8a84fc0ebd9f0.tar.bz2
Import of tommath 0.42.0
Diffstat (limited to 'libtommath/changes.txt')
-rw-r--r--libtommath/changes.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/libtommath/changes.txt b/libtommath/changes.txt
index b0da4da..4fc0913 100644
--- a/libtommath/changes.txt
+++ b/libtommath/changes.txt
@@ -1,3 +1,9 @@
+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.