aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2012-08-22 17:47:15 -0400
committerWill Kahn-Greene <willg@bluesock.org>2012-08-22 17:47:15 -0400
commit9e579cde816397be5a680725f86f7c3a0d603810 (patch)
treea5fdfcaf626a6e10de608af45c4180c3acf54845 /docs/source
parent0346518e35e76b56ac1effcfdea7f8d9596b3333 (diff)
downloadmediagoblin-9e579cde816397be5a680725f86f7c3a0d603810.tar.lz
mediagoblin-9e579cde816397be5a680725f86f7c3a0d603810.tar.xz
mediagoblin-9e579cde816397be5a680725f86f7c3a0d603810.zip
Fix relnotes for 0.3.1.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/index.rst2
-rw-r--r--docs/source/siteadmin/relnotes.rst36
2 files changed, 27 insertions, 11 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index fa637e95..6671a6e3 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -47,6 +47,8 @@ MediaGoblin website. It is written for site administrators.
siteadmin/codebase
+.. _core-plugin-section:
+
Part 2: Core plugin documentation
=================================
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst
index e0d28656..1b70b31c 100644
--- a/docs/source/siteadmin/relnotes.rst
+++ b/docs/source/siteadmin/relnotes.rst
@@ -23,17 +23,31 @@ carefully, or at least skim over it.
0.3.1
=====
-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.
+**Do this to upgrade**
+
+1. Make sure to run ``bin/gmg dbuptdate`` after upgrading.
+
+2. 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.
+
+
+
+**New features**
+
+* **theming support**
+
+ MediaGoblin now also includes theming support, which you can
+ read about in the section :ref:`theming-chapter`.
+
+* **flatpages**
+
+ MediaGoblin has a flatpages plugin allowing you to add pages that
+ are aren't media-related like "About this site...", "Terms of
+ service...", etc.
+
+ See :ref:`core-plugin-section` for plugin documentation
0.3.0