aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_5_5.rst
blob: e4ab22fb52b3710e6ad5357c03d2c57731af5bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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