aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-02 22:58:05 +0000
committerlloyd <[email protected]>2013-03-02 22:58:05 +0000
commit948aa28c73f97dd5f0a64aca92f5fb404a998a26 (patch)
tree974e3824a9b6c02842c8f86bad69dd0a987a075e /doc
parentb3d9dd8572a78cde6cdbe1ba91678f79f28b8b95 (diff)
Mention BIND. Reminder to set distribution info on Windows binaries
Diffstat (limited to 'doc')
-rw-r--r--doc/release_process.rst2
-rw-r--r--doc/users.rst3
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/release_process.rst b/doc/release_process.rst
index 7ad8aa214..89f9b4686 100644
--- a/doc/release_process.rst
+++ b/doc/release_process.rst
@@ -49,7 +49,7 @@ Build The Windows Installer
On Windows, run ``configure.py`` to setup a build::
- $ python ./configure.py --cc=msvc --cpu=$ARCH --enable-ssse3
+ $ python ./configure.py --cc=msvc --cpu=$ARCH --enable-ssse3 --distribution-info=unmodified
The ``--enable-ssse3`` looks unsafe, but in fact under Visual C++ we
do not compile with any special CPU specific flags, so this merely has
diff --git a/doc/users.rst b/doc/users.rst
index fd2a8529b..0a1ff82d8 100644
--- a/doc/users.rst
+++ b/doc/users.rst
@@ -8,6 +8,9 @@ be added to the list, email the development list.
Open Source Software
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+* `BIND 10 <http://www.isc.org/bind10>`_ the new version of the BIND
+ DNS server, uses botan internally.
+
* `SoftHSM <http://trac.opendnssec.org/wiki/SoftHSM>`_ an open sourced
software PKCS #11 implementation, which is used as part of the
`OpenDNSSEC <http://www.opendnssec.org>`_ project.