diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-08-21 15:37:16 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-08-21 15:37:16 -0500 |
commit | 0346518e35e76b56ac1effcfdea7f8d9596b3333 (patch) | |
tree | 51c52ae35de4e54f2f2afe732b3f3e9aac6ff6b4 /docs/source | |
parent | c15017240aab71ab2cf813312989ae02dde78f4e (diff) | |
download | mediagoblin-0346518e35e76b56ac1effcfdea7f8d9596b3333.tar.lz mediagoblin-0346518e35e76b56ac1effcfdea7f8d9596b3333.tar.xz mediagoblin-0346518e35e76b56ac1effcfdea7f8d9596b3333.zip |
Release notes for 0.3.1
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 025008fd..e0d28656 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -23,7 +23,17 @@ carefully, or at least skim over it. 0.3.1 ===== -FIXME: Needs to be written +As usual in this release you should be sure to run `bin/gmg dbupdate` +to upgrade the database to the latest schema. There are not major +changes other than this that you need to do to make your present +MediaGoblin instance continue to work. + +However, MediaGoblin now also includes theming support, which you can +read about in the section :ref:`_theming_chapter`. If you set up your +server config with an older version of mediagoblin and the mediagoblin +docs, it's possible you don't have the "theme static files" alias, so +double check to make sure that section is there if you are having +problems. 0.3.0 |