diff options
Diffstat (limited to 'doc/relnotes/1_5_5.rst')
-rw-r--r-- | doc/relnotes/1_5_5.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/relnotes/1_5_5.rst b/doc/relnotes/1_5_5.rst new file mode 100644 index 000000000..e4ab22fb5 --- /dev/null +++ b/doc/relnotes/1_5_5.rst @@ -0,0 +1,13 @@ +Version 1.5.5, 2006-02-04 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Fixed a potential infinite loop in the memory pool code (Matt Johnston) +* Made Pooling_Allocator::Memory_Block an actual class of sorts +* Some small optimizations to the division and modulo computations +* Cleaned up the implementation of some of the BigInt operators +* Reduced use of dynamic memory allocation in low-level BigInt functions +* A few simplifications in the Randpool mixing function +* Removed power(), as it was not particularly useful (or fast) +* Fixed some annoying bugs in the benchmark code +* Added a real credits file + |