diff options
author | Ronan Amicel <ronan.amicel@gmail.com> | 2012-09-21 02:35:12 +0200 |
---|---|---|
committer | Ronan Amicel <ronan.amicel@gmail.com> | 2012-09-21 02:35:12 +0200 |
commit | 7b7f338bd98b57f8302bf95bf21e7951dd6cd1c6 (patch) | |
tree | 33beffd2daefe57580f23a4891da1b8b9a65b53c | |
parent | Improve documentation (diff) | |
download | fabtools-7b7f338bd98b57f8302bf95bf21e7951dd6cd1c6.tar.xz |
Update docs for release of version 0.5
-rw-r--r-- | README.rst | 10 | ||||
-rw-r--r-- | docs/CHANGELOG.rst | 5 | ||||
-rw-r--r-- | docs/index.rst | 4 |
3 files changed, 10 insertions, 9 deletions
@@ -71,8 +71,8 @@ Supported targets ``fabtools`` currently supports the following target operating systems: -* Ubuntu 10.04 LTS -* Ubuntu 10.10 -* Ubuntu 11.04 -* Ubuntu 11.10 -* Ubuntu 12.04 LTS +* Ubuntu 10.04 (lucid) +* Ubuntu 12.04 (precise) +* Debian 6.0 (squeeze) + +Contributions to help support other Linux distributions are welcome! diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index bf5f728..d3655ed 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -Version 0.5 (unreleased) +Version 0.5 (2012-09-21) ------------------------ * The ``watch`` context manager now allows you to either provide @@ -20,7 +20,8 @@ Version 0.5 (unreleased) * ``pip`` can now use a download cache * Upgrade Redis version to 2.4.17 * Misc bug fixes and improvements -* Support for Ubuntu 12.04 LTS +* Support for Ubuntu 12.04 LTS and Debian 6.0 +* Documentation improvements Version 0.4 (2012-05-30) ------------------------ diff --git a/docs/index.rst b/docs/index.rst index 0500072..3228135 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,8 +15,8 @@ API Documentation api/require/index -Changelog -========= +History +======= .. toctree:: :maxdepth: 1 |