aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/relnotes.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-07-10 16:29:50 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-07-10 16:29:50 -0500
commitd3b1fd2e606f549c5ecc2a31c94d90aa93794005 (patch)
tree92d95d51d046d0e8a785501a39bc50c0b8181ec8 /docs/source/siteadmin/relnotes.rst
parent20e4e6c140f852e5142f930dd15684497fb9468a (diff)
downloadmediagoblin-d3b1fd2e606f549c5ecc2a31c94d90aa93794005.tar.lz
mediagoblin-d3b1fd2e606f549c5ecc2a31c94d90aa93794005.tar.xz
mediagoblin-d3b1fd2e606f549c5ecc2a31c94d90aa93794005.zip
Updating docs regarding pulling in and fetching git submodules
We use this for PDF.js now... we should reference that. This commit sponsored by Bonnie King. Thanks!
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r--docs/source/siteadmin/relnotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst
index e8c9477e..2666b0a8 100644
--- a/docs/source/siteadmin/relnotes.rst
+++ b/docs/source/siteadmin/relnotes.rst
@@ -31,6 +31,8 @@ fix in the newly released document support which prevented the
If you were running 0.4.0 you can upgrade to v0.4.1 via a simple
switch and restarting mediagoblin/celery with no other actions.
+Otherwise, follow 0.4.0 instructions.
+
0.4.0
=====
@@ -56,6 +58,9 @@ switch and restarting mediagoblin/celery with no other actions.
5. We now use itsdangerous for sessions; if you had any references to
beaker in your paste config you can remove them. Again, see the
default paste.ini config
+6. We also now use git submodules. Please do:
+ ``git submodule init && git submodule fetch``
+ You will need to do this to use the new PDF support.
**For theme authors**