summaryrefslogtreecommitdiffstats
path: root/libtommath/changes.txt
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 11:51:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-14 11:51:58 (GMT)
commitb5c43fbc876f3a372f5d83509d70f648ae9d6b88 (patch)
tree90a0ce4df4ed3e6506fd6f8f12b113dee8cb81fc /libtommath/changes.txt
parent3bb9dc0307966417a84b0a63e2e7323a5da6bdbd (diff)
downloadtcl-b5c43fbc876f3a372f5d83509d70f648ae9d6b88.zip
tcl-b5c43fbc876f3a372f5d83509d70f648ae9d6b88.tar.gz
tcl-b5c43fbc876f3a372f5d83509d70f648ae9d6b88.tar.bz2
Import of libtommath 0.40
Diffstat (limited to 'libtommath/changes.txt')
-rw-r--r--libtommath/changes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/libtommath/changes.txt b/libtommath/changes.txt
index 9498d36..aaaf69f 100644
--- a/libtommath/changes.txt
+++ b/libtommath/changes.txt
@@ -1,3 +1,7 @@
+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++.