aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-05 06:23:21 +0000
committerlloyd <[email protected]>2014-01-05 06:23:21 +0000
commitc431fb65b883a0a5fa060ea7caace0aca3628ec6 (patch)
tree09898d2307801bffa7e1aeee9251d57ed4837870 /doc
parent052345203b67eb5cacacd5659ec9837eeb59af35 (diff)
Split up public key tests and data, use new test framework
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_7.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_7.rst b/doc/relnotes/1_11_7.rst
new file mode 100644
index 000000000..ffe10b3d6
--- /dev/null
+++ b/doc/relnotes/1_11_7.rst
@@ -0,0 +1,17 @@
+Version 1.11.7, Not Yet Released
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+* The test program is now named `botan` and is also used as a driver
+ to call into various subcommands which can also act as examples of
+ library useful, much in the manner of the `openssl` command. It
+ understands commands such as `version`, `asn1`, `x509`, `bcrypt`,
+ `keygen`, `speed`, `test`, and various others. As part of this
+ change many obsolete, duplicated, or one-off test examples were
+ removed, while others were extended with new functionality.
+ Contributions of new subcommands or new functions in exising ones
+ are welcome.
+
+* The internal directory structure has changed. Now all sources that
+ are built into libbotan are in the new directory `lib`, with `src`
+ containing all other sources such as the command line tool and build
+ scripts.