diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-12-03 12:17:02 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-12-03 12:17:02 -0600 |
commit | 29166813ff27375973eae45aae73511b54698681 (patch) | |
tree | 8c06b98fa92832efb68b00a0c77a40a10c304b85 | |
parent | 732ebe0cad8b53bed6399fb7d30c351c2a502c3d (diff) | |
download | mediagoblin-29166813ff27375973eae45aae73511b54698681.tar.lz mediagoblin-29166813ff27375973eae45aae73511b54698681.tar.xz mediagoblin-29166813ff27375973eae45aae73511b54698681.zip |
Release notes for v0.6.1, also instructions to check out a specific tag
The instructions to check out a specific tag comes at the recommendation
of Mike Linksvayer.
It's only appropriate then that this sponsored commit go to Mike
Linksvayer then. Thanks, Mike! :)
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 8d0792d3..3542bdcb 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -21,16 +21,36 @@ This chapter has important information for releases in it. If you're upgrading from a previous release, please read it carefully, or at least skim over it. +0.6.1 +===== + +This is a short, bugfix release. + +**Do this to upgrade** + +1. Update to the latest release. If checked out from git, run: + ``git fetch && git checkout -q v0.6.1`` +2. Make sure to run + ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate`` + +This release switches the default terms of service to be off by +default and corrects some mistakes in the default terms of service. + +Turning the terms of service on is very easy, just set ``show_tos`` in +the ``[mediagoblin]`` section of your config to ``true``. + + 0.6.0 ===== **Do this to upgrade** -1. Make sure to run +1. Update to the latest release. If checked out from git, run: + ``git fetch && git checkout -q v0.6.0`` +2. Make sure to run ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate`` - after upgrading. -That's it, probably!If you run into problems, don't hesitate to +That's it, probably! If you run into problems, don't hesitate to `contact us <http://mediagoblin.org/pages/join.html>`_ (IRC is often best). |