aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_5_4.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/relnotes/1_5_4.rst')
-rw-r--r--doc/relnotes/1_5_4.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/relnotes/1_5_4.rst b/doc/relnotes/1_5_4.rst
new file mode 100644
index 000000000..44eae0598
--- /dev/null
+++ b/doc/relnotes/1_5_4.rst
@@ -0,0 +1,19 @@
+Version 1.5.4, 2006-01-29
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* Integrated x86 and amd64 assembly code, contributed by Luca Piccarreta
+* Fixed a memory access off-by-one in the Karatsuba code
+* Changed Pooling_Allocator's free list search to a log(N) algorithm
+* Merged ModularReducer with its only subclass, Barrett_Reducer
+* Fixed sign-handling bugs in some of the division and modulo code
+* Renamed the module description files to modinfo.txt
+* Further cleanups in the initialization code
+* Removed BigInt::add and BigInt::sub
+* Merged all the division-related functions into just divide()
+* Modified the <mp_asmi.h> functions to allow for better optimizations
+* Made the number of bits polled from an EntropySource user configurable
+* Avoid including <algorithm> in <botan/secmem.h>
+* Fixed some build problems with Sun Forte
+* Removed some dead code from bigint_modop
+* Fix the definition of same_mem
+