aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_3_8.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-07-02 07:23:29 -0400
committerJack Lloyd <[email protected]>2015-07-02 07:23:29 -0400
commitf3180d6ef7025146ff8ea8c9fed2d0b40cab96f9 (patch)
tree21c280b7b448f88a42f3cedebf28b4488f4af479 /doc/relnotes/1_3_8.rst
parent2c4a8aa78a3cb40a3a5ab7a902db2a55e4d33388 (diff)
Combine all release notes into a single file, just easier to read.
Which when you think about it is the main criteria on which to judge release notes, right? No text changes beyond removing Sphinx interdoc links and the :pr: extlinks to Bugzilla. Remove combine_relnotes.py as this was its last run. The setup for the website is very broken as a result of this change, that comes next.
Diffstat (limited to 'doc/relnotes/1_3_8.rst')
-rw-r--r--doc/relnotes/1_3_8.rst26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/relnotes/1_3_8.rst b/doc/relnotes/1_3_8.rst
deleted file mode 100644
index 7fac2566a..000000000
--- a/doc/relnotes/1_3_8.rst
+++ /dev/null
@@ -1,26 +0,0 @@
-Version 1.3.8, 2003-12-30
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-* Initial introduction of engine support, which separates PK keys from
- the underlying operations. An engine using GNU MP was added.
-
-* DSA, DH, NR, and ElGamal constructors accept taking just the private
- key again since the public key is easily derived from it.
-
-* Montgomery reduction support was added.
-* ElGamal keys now support being imported/exported as ASN.1 objects
-* Added Montgomery reductions
-* Added an engine that uses GNU MP (requires 4.1 or later)
-* Removed the obsolete mp_gmp module
-* Moved several initialization/shutdown functions to init.h
-* Major refactoring of the memory containers
-* New non-locking container, MemoryVector
-* Fixed 64-bit problems in BigInt::set_bit/clear_bit
-* Renamed PK_Key::check_params() to check_key()
-* Some incompatible changes to OctetString
-* Added version checking macros in version.h
-* Removed the fips140 module pending rewrite
-* Added some functions and hooks to help GUIs
-* Moved more shared code into MDx_HashFunction
-* Added a policy hook for specifying the encoding of X.509 strings
-