1.1 --- a/docs/CHANGES Sat Oct 04 23:16:54 2008 +0200
1.2 +++ b/docs/CHANGES Sat Nov 01 22:51:15 2008 +0100
1.3 @@ -32,6 +32,22 @@
1.4 editor_default = 'text' # internal default, just for completeness
1.5
1.6
1.7 +Version 1.8.0current:
1.8 + Bug Fixes:
1.9 + * Python 2.3 compatibility fixes
1.10 + * Fixing https detection for servers using HTTPS=1 and also for WSGI
1.11 + servers not using HTTPS/SSL_ environment, but just wsgi.url_scheme.
1.12 + * GUI editor:
1.13 + * Fix crash when editing a page with non-ASCII pagename and inserting
1.14 + a link.
1.15 + * Fix inserting smiley markup that contains a backslash or single-quote.
1.16 + * SyncPages: add workaround for callers calling log_status with encoded
1.17 + bytestrings.
1.18 + Other changes:
1.19 + * moin import irclog: use irssi parser to format logs, mapped .irc
1.20 + extension to text/plain mimetype.
1.21 + * Added sk (slovak) i18n, updated i18n.
1.22 +
1.23 Version 1.8.0rc1:
1.24 Bug Fixes:
1.25 * Search results: link to 'view' rendering of found attachments.