aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-06-19 03:47:13 +0000
committerlloyd <[email protected]>2015-06-19 03:47:13 +0000
commit0bac9f292b133439311dddb2642bff1041becbd7 (patch)
tree9c1580fc55190f93f63fee2930f0d39d41442278
parentbef0bbc5ca4dbcf819693e6f534a61a048667d29 (diff)
Update for 1.11.17 release1.11.17
-rw-r--r--doc/relnotes/1_11_17.rst2
-rw-r--r--doc/website/download.rst32
2 files changed, 9 insertions, 25 deletions
diff --git a/doc/relnotes/1_11_17.rst b/doc/relnotes/1_11_17.rst
index 116573293..646bbf34c 100644
--- a/doc/relnotes/1_11_17.rst
+++ b/doc/relnotes/1_11_17.rst
@@ -1,4 +1,4 @@
-Version 1.11.17, Not Yet Released
+Version 1.11.17, 2015-06-18
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* All support for the insecure RC4 stream cipher has been removed
diff --git a/doc/website/download.rst b/doc/website/download.rst
index e123feebd..b605bddfc 100644
--- a/doc/website/download.rst
+++ b/doc/website/download.rst
@@ -4,8 +4,6 @@ Download
All releases are signed with a :doc:`PGP key <pgpkey>`.
-Unsure which release you want? Check the :ref:`FAQ <devel_vs_stable>`.
-
.. note::
All users, especially for new applications, are encouraged to use
@@ -15,17 +13,13 @@ Unsure which release you want? Check the :ref:`FAQ <devel_vs_stable>`.
Current Development Series (1.11)
----------------------------------------
-The latest development release is :doc:`relnotes/1_11_16`:
-:tgz:`1.11.16` (:tgz_sig:`sig <1.11.16>`)
-
-To access the latest unreleased sources, see :doc:`vcs`. A script also
-creates regular snapshots of trunk, which are available `here
-<https://files.randombit.net/botan/snapshots/>`_.
+The latest development release is :doc:`relnotes/1_11_17`:
+:tgz:`1.11.17` (:tgz_sig:`sig <1.11.17>`)
.. note::
- Versions 1.11.0 and later require a mostly-compliant C++11 compiler
- such as Clang 3.1 or GCC 4.7.
+ Botan 1.11 requires a working C++11 compiler; GCC 4.8 and later,
+ Clang 3.4 and later, and MSVC 2013 are regularly tested.
Current Stable Series (1.10)
----------------------------------------
@@ -33,21 +27,13 @@ Current Stable Series (1.10)
The latest stable branch release is :doc:`relnotes/1_10_9`:
:tgz:`1.10.9` (:tgz_sig:`sig <1.10.9>`)
-..
- Windows Installer
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
- Windows installers for use with Visual C++ 2010
- :installer_x86_32:`1.10.5` (:installer_sig_x86_32:`sig <1.10.5>`)
- and
- :installer_x86_64:`1.10.5` (:installer_sig_x86_64:`sig <1.10.5>`)
- are also available.
-
From Your Favorite Distribution
----------------------------------------
-Botan is already included in many package distributions,
-including `Fedora <https://admin.fedoraproject.org/pkgdb/acls/name/botan>`_,
+Botan is already included in many package distributions though often
+the included version lags behind the latest release. Distributions
+providing botan include
+`Fedora <https://admin.fedoraproject.org/pkgdb/acls/name/botan>`_,
`EPEL <http://dl.fedoraproject.org/pub/epel/6/SRPMS/repoview/botan.html>`_ (for RHEL/CentOS),
`Debian <http://packages.debian.org/search?keywords=libbotan>`_,
`Ubuntu <http://packages.ubuntu.com/search?keywords=botan>`_,
@@ -60,5 +46,3 @@ including `Fedora <https://admin.fedoraproject.org/pkgdb/acls/name/botan>`_,
`MacPorts <http://www.macports.org/ports.php?by=name&substr=botan>`_,
`OpenPKG <http://www.openpkg.org/product/packages/?package=botan>`_, and
`T2 SDE <http://www.t2-project.org/packages/botan.html>`_
-though in some cases the included version lags behind the latest
-release.