diff options
author | lloyd <[email protected]> | 2013-03-21 14:13:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-21 14:13:05 +0000 |
commit | aa8cc88d0019a8c863339685536e83f1c776f930 (patch) | |
tree | ba316ebbc5e725c7cf2f0eb393d5f7c9ab6aa592 /doc/relnotes | |
parent | 8a664104ab7d712783223fa4a2abb9ac675243be (diff) |
Move Monotone info to vcs.rst
Fix some syntax errors in misc docs.
Use mtn.randombit.net hostname
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_2.rst | 2 | ||||
-rw-r--r-- | doc/relnotes/1_11_3.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/relnotes/1_11_2.rst b/doc/relnotes/1_11_2.rst index 714091d8f..767fbf624 100644 --- a/doc/relnotes/1_11_2.rst +++ b/doc/relnotes/1_11_2.rst @@ -21,7 +21,7 @@ New Parallel Filter """""""""""""""""""""""""""""""""""""""" * The new filter :cpp:class:`Threaded_Fork` acts like a normal - :cpp:class:`Fork,` sending its input to a number of different + :cpp:class:`Fork`, sending its input to a number of different filters, but each subchain of filters in the fork runs in its own thread. Contributed by Joel Low. diff --git a/doc/relnotes/1_11_3.rst b/doc/relnotes/1_11_3.rst index ac4de76aa..4d814b0ad 100644 --- a/doc/relnotes/1_11_3.rst +++ b/doc/relnotes/1_11_3.rst @@ -12,8 +12,8 @@ Version 1.11.3, Not Yet Released now included * New functions for symmetric encryption are included in cryptobox.h + though interfaces and formats are subject to change. * A new function :cpp:func:`algorithm_kat_detailed` returns a string providing information about failures, instead of just a pass/fail indicator as in :cpp:func:`algorithm_kat`. - |