Mercurial > moin > 1.9
changeset 1117:d25b3f1b25f3
updated CHANGES
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Tue, 01 Aug 2006 11:48:53 +0200 |
parents | 4aae51ce0172 |
children | 72a208bfe579 |
files | docs/CHANGES |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Tue Aug 01 10:21:06 2006 +0200 +++ b/docs/CHANGES Tue Aug 01 11:48:53 2006 +0200 @@ -184,6 +184,8 @@ and caches the results (farm wide cache/i18n/*). * added the diff parser from ParserMarket, thanks to Emilio Lopes, Fabien Ninoles and Jrgen Hermann. + * Added support for "304 not modified" response header for AttachFile get + and rss_rc actions - faster, less traffic, less load. Bugfixes: * on action "info" page, "revert" link will not be displayed for empty page @@ -205,6 +207,7 @@ * BadContent and LocalBadContent now get noindex,nofollow robots header, same as POSTs. * Fixed handling of anchors in wiki links for the Restructured text parser. + * Fixed http header output. Other changes: * we use (again) the same browser compatibility check as FCKeditor uses