diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-21 15:52:37 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-09-21 15:52:37 -0500 |
commit | b95d06f6d08f3a11db4467488c1fa2517d98d96c (patch) | |
tree | 20958f619f23eb9327f4f0306ca192a847324431 | |
parent | 12fac853a4489a9d10cf365de0f71e1404d4d9fe (diff) | |
download | mediagoblin-b95d06f6d08f3a11db4467488c1fa2517d98d96c.tar.lz mediagoblin-b95d06f6d08f3a11db4467488c1fa2517d98d96c.tar.xz mediagoblin-b95d06f6d08f3a11db4467488c1fa2517d98d96c.zip |
Fixing bullet points, sigh
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 3d6f7126..16899a0b 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -44,14 +44,16 @@ That's it, probably! If you run into problems, don't hesitate to **Bugfixes/improvements:** - The *MOST IMPORTANT* change in this release: - Commenting out a couple of non-critical features that were causing + Disabling a couple of non-critical features that were causing database transaction issues. (These should be back by 0.8.0.) - - Disabled the "checking if the database is up to date at + + + Disabled the "checking if the database is up to date at mediagoblin startup" feature - - Disabled the garbage collection stuff by default for now + + Disabled the garbage collection stuff by default for now (You can set garbage_collection under the config mediagoblin header to something other than 0 to turn it back on for now, but it's potentially risky for the moment.) + - Some fixes to the 0.7.0 docs - Fixed Sandy 70s speedboat navbar by updating git submodule - Added support for cr2 files in raw_image media type @@ -59,8 +61,10 @@ That's it, probably! If you run into problems, don't hesitate to - Collection and CollectionItem objects now have nicer in-python representations - Fixed unicode error with raw image mediatype logging - Fixed #945 "Host metadata does not confirm to spec (/.well-known/meta-data)" - - Add XRD+XML formatting for /.well-known/host-meta - - Add /.well-known/webfinger API to lookup user hrefs + + + Add XRD+XML formatting for /.well-known/host-meta + + Add /.well-known/webfinger API to lookup user hrefs + - deleteuser gmg subcommand now fails gracefully - Removed a false download link from setup.py |