Mercurial > moin > 1.9
changeset 6015:8441db884779
bump version number to 1.9.8
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 05 Jan 2014 04:21:00 +0100 |
parents | dae8ba3c646b |
children | 8ab046023ff1 |
files | MoinMoin/script/migration/1090700.py MoinMoin/script/migration/1090800.py MoinMoin/version.py docs/CHANGES moin.spec wiki/data/meta |
diffstat | 6 files changed, 22 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/script/migration/1090700.py Sun Jan 05 04:15:51 2014 +0100 +++ b/MoinMoin/script/migration/1090700.py Sun Jan 05 04:21:00 2014 +0100 @@ -1,13 +1,13 @@ # -*- coding: iso-8859-1 -*- """ - MoinMoin - dummy migration terminator script + MoinMoin - migration from base rev 1090700 - This must be the last migration script. + Nothing to do, we just return the new data dir revision. - @copyright: 2008 by Thomas Waldmann + @copyright: 2014 by Thomas Waldmann @license: GNU GPL, see COPYING for details. """ def execute(script, data_dir, rev): - return None + return 1090800
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MoinMoin/script/migration/1090800.py Sun Jan 05 04:21:00 2014 +0100 @@ -0,0 +1,13 @@ +# -*- coding: iso-8859-1 -*- +""" + MoinMoin - dummy migration terminator script + + This must be the last migration script. + + @copyright: 2008 by Thomas Waldmann + @license: GNU GPL, see COPYING for details. +""" + +def execute(script, data_dir, rev): + return None +
--- a/MoinMoin/version.py Sun Jan 05 04:15:51 2014 +0100 +++ b/MoinMoin/version.py Sun Jan 05 04:21:00 2014 +0100 @@ -15,8 +15,8 @@ patchlevel = 'release' project = "MoinMoin" -release = '1.9.7' -release_short = '197' # used for url_prefix_static +release = '1.9.8' +release_short = '198' # used for url_prefix_static revision = patchlevel def update():
--- a/docs/CHANGES Sun Jan 05 04:15:51 2014 +0100 +++ b/docs/CHANGES Sun Jan 05 04:21:00 2014 +0100 @@ -16,7 +16,7 @@ editor_force = True editor_default = 'text' # internal default, just for completeness -Version 1.9.current: +Version 1.9.8: SECURITY HINT: make sure you have allow_xslt = False (or just do not use allow_xslt at all in your wiki configs, False is the internal default). Allowing XSLT/4suite is very dangerous, see HelpOnConfiguration wiki page.