1.0.0-rc6 MIR_1_0_0_RC6
authormh <mh>
Fri, 20 Dec 2002 03:08:17 +0000 (03:08 +0000)
committermh <mh>
Fri, 20 Dec 2002 03:08:17 +0000 (03:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 58d372f..13de4b1 100755 (executable)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,31 @@
-[last changed: $Date: 2002/12/13 06:28:37 $]  2002 mir-coders group
+[last changed: $Date: 2002/12/20 03:08:17 $]  2002 mir-coders group
 -------------------------------------------------------------------------------
 
 =============================
+1.0.0-rc6 released 2002/12/20
+=============================
+
+[New features/Improvements]
+* 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 (&#39; 
+  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]
+* remove some unused methods in the StringUtil class.
+
+[Notes]
+
+=============================
 1.0.0-rc5 released 2002/12/13
 =============================