diff options
-rw-r--r-- | doc/build_log.rst | 16 | ||||
-rw-r--r-- | doc/contents.rst | 1 | ||||
-rw-r--r-- | doc/index.rst | 3 | ||||
-rw-r--r-- | doc/support.rst | 19 |
4 files changed, 15 insertions, 24 deletions
diff --git a/doc/build_log.rst b/doc/build_log.rst index 2e92a6f90..0db803394 100644 --- a/doc/build_log.rst +++ b/doc/build_log.rst @@ -14,8 +14,20 @@ Debian reports the build results for 1.8 on `a number of platforms =========== ======= =================== ======================== ============================ ======== Date Version OS CPU Compiler Results =========== ======= =================== ======================== ============================ ======== -2011-05-09 1.9.17 Debian 6.0 Intel Atom D510 GCC 4.4.5 OK -2010-05-09 1.9.17 Gentoo 10.0 PowerPC G5 GCC 4.4.5 OK +2012-07-09 1.11.0 Gentoo Intel Core i7-860 GCC 4.7.0 OK +2012-07-09 1.11.0 Gentoo Intel Core i7-860 Clang 3.1 OK + +2012-07-09 1.10.2 Gentoo Intel Core i7-860 GCC 4.7.0 OK +2012-07-09 1.10.2 Gentoo Intel Core i7-860 GCC 4.6.3 OK +2012-07-09 1.10.2 Gentoo Intel Core i7-860 GCC 4.5.3 OK +2012-07-09 1.10.2 Gentoo Intel Core i7-860 GCC 4.4.7 OK +2012-07-09 1.10.2 Gentoo Intel Core i7-860 GCC 4.3.6 OK +2012-07-09 1.10.2 Gentoo Intel Core i7-860 GCC 4.1.2 OK +2012-07-09 1.10.2 Gentoo Intel Core i7-860 GCC 3.4.6 OK +2012-07-09 1.10.2 Gentoo Intel Core i7-860 Clang 3.1 OK +2012-07-09 1.10.2 Gentoo Intel Core i7-860 Intel C++ 12.1 OK + +2011-05-09 1.9.17 Gentoo 10.0 PowerPC G5 GCC 4.4.5 OK 2011-05-02 1.9.17 FreeBSD 8.2 x86-64 GCC 4.2.1 OK 2011-04-25 1.9.16 Gentoo 10.0 Intel Core i7-860 Clang 2.9 Miscompiles SSE2 IDEA 2011-04-23 1.9.16 Gentoo 10.0 Intel Core i7-860 Sun C++ 5.10 OK diff --git a/doc/contents.rst b/doc/contents.rst index 9116f9157..2367069e5 100644 --- a/doc/contents.rst +++ b/doc/contents.rst @@ -35,7 +35,6 @@ Contents license credits users - support pgpkey algos build_log diff --git a/doc/index.rst b/doc/index.rst index 7434b9840..318880ab0 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -60,8 +60,7 @@ If you need help or have questions, send a mail to the `development mailing list <http://lists.randombit.net/mailman/listinfo/botan-devel/>`_. Patches, "philosophical" bug reports, announcements of programs using -the library, and related topics are also welcome. :doc:`Commercial -support options <support>` are also available. If you find what you +the library, and related topics are also welcome. If you find what you believe to be a bug, please file a ticket in `Bugzilla <http://bugs.randombit.net/>`_. diff --git a/doc/support.rst b/doc/support.rst deleted file mode 100644 index 288ed8aa0..000000000 --- a/doc/support.rst +++ /dev/null @@ -1,19 +0,0 @@ - -Commercial Support Options -======================================== - -Commercial support is currently available for Botan from a couple of -sources. If you provide services related to Botan, email the -development list and your information can be added here. - -* `FlexSecure GmbH <http://www.flexsecure.de>`_ offers support for - both Botan and `InSiTo <http://www.flexsecure.eu/insito/>`_ - libraries. Developers from FlexSecure have done extensive work - with Botan in the past, and many new features to Botan have been - implemented and contributed by them. More information at - http://www.flexsecure.eu/insito/support.html - -* `Jack Lloyd <http://www.randombit.net>`_ can provide services - relating to Botan including performance analysis of application - code using Botan, review of cryptographic use and designs for - security flaws, and implementing new features. |