X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=NEWS;h=8170ea919d62f00e1c2cc0a7ce42dc4dd008199c;hb=refs%2Fheads%2Fmaster;hp=cb7b5a4d23d86312d03e938f611cc4be181e2c0c;hpb=0b21359d177a6b7653b57a8da606416fdd0ba0c3;p=mir.git diff --git a/NEWS b/NEWS index cb7b5a4d..8170ea91 100755 --- a/NEWS +++ b/NEWS @@ -1,9 +1,8 @@ -test^A -[last changed: $Date: 2003/11/26 18:13:03 $] 2002 mir-coders group +[last changed: $Date: 2008/07/13 19:54:35 $] 2002 mir-coders group ------------------------------------------------------------------------------- ================================ -1.1 (as of yet unreleased) +1.1-rc1 (as of yet unreleased) ================================ [New features/Improvements] @@ -11,15 +10,11 @@ test^A incrementally when they are produced, uses standard internationalized template scheme to display results of queries, which can be sorted by real publication date and include things like image thumbnails - -[Bugfixes] [Build process] [Maintenance] -[Notes] - =============================== 1.0.0 final released 2002/12/24 =============================== @@ -29,7 +24,7 @@ test^A [Bugfixes] * minor: in source/mir/misc/HTMLTemplateProcessor.java, use Video.Host config option not the non-existant VideoHost option. - + [Build process] [Maintenance] @@ -42,18 +37,18 @@ test^A ============================= [New features/Improvements] -* throw a RuntimeException in MirConfig.getProp(..) if the property is not +* throw a RuntimeException in MirConfig.getProp(..) if the property is not found. This should ease upgrading between versions when a new Config property is added. [Bugfixes] * Add a new method to escape characters that are special characters in SQL. It - does a better job than the old hack in StringUtil.quote(..) which replaced - single quotes with the HTML representation of a single quote (' + does a better job than the old hack in StringUtil.quote(..) which replaced + single quotes with the HTML representation of a single quote (' I believe). The hack papered over a bug in the postgres JDBC driver which makes it not recognize escaping w/ a backslash (it uses double single quotes instead). - + [Build process] [Maintenance] @@ -85,7 +80,7 @@ test^A posting.template that prevented the chossing of a topic in openposting from working. luckily this bug didn't affect most sites since most installations customize the template. - + [Build process] @@ -103,8 +98,8 @@ test^A * set a "Cache-control", "Pragma" and "Expires" header to the http response in the Mir and OpenMir servlets to insure that nothing gets cached by a client browser. -* Add a new config parameter: Mir.DefaultHTMLCharset to set the HTML - content-type charset in one place and re-use it in templates as +* Add a new config parameter: Mir.DefaultHTMLCharset to set the HTML + content-type charset in one place and re-use it in templates as ${config.defEncoding}. * Allow some HTML tags in the abstract (description field) during an openposting. strip out the dangerous ones like , and