diff options
author | lloyd <[email protected]> | 2014-01-10 23:07:16 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-10 23:07:16 +0000 |
commit | ad6555f522ae16f6284e8dafa02f630b88bcf289 (patch) | |
tree | bd63c51dbeab75eb0f90c72589bc922141237056 /doc/relnotes/1_9_17.rst | |
parent | 6894dca64c04936d07048c0e8cbf7e25858548c3 (diff) |
Split up docs into the reference manual, the website, and everything else.
Add `website` target to makefile.
Some progress towards fixing minimized builds.
TLS now hard requires ECDSA and GCM since otherwise a minimized build
has only insecure options.
Remove boost_thread dependency in command line tool
Diffstat (limited to 'doc/relnotes/1_9_17.rst')
-rw-r--r-- | doc/relnotes/1_9_17.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/relnotes/1_9_17.rst b/doc/relnotes/1_9_17.rst index fbf9b3dee..794120be3 100644 --- a/doc/relnotes/1_9_17.rst +++ b/doc/relnotes/1_9_17.rst @@ -8,7 +8,7 @@ Version 1.9.17, 2011-04-29 and ``fpe_decrypt``. These were renamed as it is likely that other FPE schemes will be included in the future. The header is now ``fpe_fe1.h``, and the functions are named ``fe1_encrypt`` and - ``fe1_decrypt``. See :doc:`../fpe` for more information. + ``fe1_decrypt``. * New options to ``configure.py`` control what tools are used for documentation generation. The ``--with-sphinx`` option enables using |