diff options
Diffstat (limited to 'doc/download.txt')
-rw-r--r-- | doc/download.txt | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/doc/download.txt b/doc/download.txt index 0891adc8c..185126e19 100644 --- a/doc/download.txt +++ b/doc/download.txt @@ -11,14 +11,20 @@ Unsure which release you want? Check the :ref:`FAQ <devel_vs_stable>`. .. note:: If you are viewing this documentation offline, a more recent - release `may be available <http://botan.randombit.net/download.html>`_ + release `may be available <http://botan.randombit.net/download.html>`_. + +Current Development Release (1.11) +---------------------------------------- + +The current development release (from branch ``net.randombit.botan``) is +:doc:`relnotes/1_11_0` + Current Stable Release (1.10) ---------------------------------------- -The current stable release is `1.10.2 -<http://botan.randombit.net/news/releases/1_10_2.html>`_ which was -released on 2012-06-17. +The current stable release (from branch ``net.randombit.botan.1_10``) +is :doc:`relnotes/1_10_2` Sources: @@ -40,9 +46,8 @@ Sources: Previous Stable Release (1.8) ---------------------------------------- -The previous stable release is `1.8.13 -<http://botan.randombit.net/news/releases/1_8_13.html>`_ which was -released on 2011-07-02. +The previous stable release (from branch ``net.randombit.botan.1_8``) +is :doc:`relnotes/1_8_13` Sources: @@ -65,12 +70,9 @@ Accessing Version Control ---------------------------------------- Botan's development occurs using a distributed version control system -called `Monotone <http://www.monotone.ca>`_. - -The main branch of development occurs on the branch named -``net.randombit.botan``; this is probably the branch you want (for -1.8, use ``net.randombit.botan.1_8`` instead). To download that branch -and set up a new workspace, run:: +called `Monotone <http://www.monotone.ca>`_. The main branch of +development occurs on the branch named ``net.randombit.botan``. To +download that branch and set up a new workspace, run:: $ mtn db init --db=botan.mtn $ mtn pull --db=botan.mtn randombit.net 'net.randombit.botan' @@ -78,10 +80,10 @@ and set up a new workspace, run:: $ mtn checkout --db=botan.mtn --branch=net.randombit.botan [...] -By default the ``checkout`` command will place the workspace in a directory -with the same name as the branch you are checking out. If you want a -different directory name, just include it after the ``--branch`` option (you -can also rename this directory at any time). +By default the ``checkout`` command will place the workspace in a +directory with the same name as the branch you are checking out. If +you want a different directory name, just include it after the +``--branch`` option (you can also rename this directory at any time). If this is the first time you've connected to the server, Monotone will print:: @@ -90,14 +92,15 @@ will print:: mtn: I'll assume it's really them, but you might want to double-check mtn: their key's fingerprint: 8c0b868f2247215c63c96983b1c8ca0f0f0cfd9a -The fingerprint shown above was the correct one as of September 21, 2010. +The fingerprint shown above was the correct one as of June 20, 2012. -To pull further changes, from anywhere in the workspace run these commands:: +To pull further changes, from anywhere in the workspace run these +commands:: $ mtn pull [...] $ mtn update [summary of changes] -The ``mtn update`` command will give you a summary of which files changed; -to view the full changelog, run ``mtn log``. +The ``mtn update`` command will give you a summary of which files +changed; to view the full changelog, run ``mtn log``. |