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, 0 insertions, 19 deletions
diff --git a/doc/relnotes/1_5_4.rst b/doc/relnotes/1_5_4.rst
deleted file mode 100644
index 44eae0598..000000000
--- a/doc/relnotes/1_5_4.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-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
-