|
From: Dmitry Y. <di...@us...> - 2003-08-04 08:12:42
|
Build Version : T2.0.0.4073 Firebird 2.0 Alpha 1
(writeBuildNum.sh,v 1.4072 2003/08/04 08:12:39 dimitr Exp $ )
Update of /cvsroot/firebird/firebird2/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv15639
Modified Files:
WhatsNew
Log Message:
Added RC5 changes
Index: WhatsNew
===================================================================
RCS file: /cvsroot/firebird/firebird2/doc/WhatsNew,v
retrieving revision 1.36
retrieving revision 1.37
diff -b -U3 -r1.36 -r1.37
--- WhatsNew 8 Jul 2003 11:19:09 -0000 1.36
+++ WhatsNew 4 Aug 2003 08:12:38 -0000 1.37
@@ -1,4 +1,50 @@
**************
+ * v1.5 RC 5
+ **************
+
+ * Fixed RC4 bug.
+ Incorrect GDSCODE evaluation in the case of user-defined exceptions.
+ Contributor(s):
+ Dmitry Yemanov <ye...@ya...>
+
+ * Fixed bugs SF #774987, #775003.
+ 1) ltrim('') and rtrim('') return NULL; rtrim forgets 1st char
+ 2) log(x, y) in fact returns log(y, x)
+ Contributor(s):
+ Paul Vinkenoog <pa...@vi...>
+ Nickolay Samofatov <sk...@bs...>
+
+ * Fixed RC4 bug.
+ Incorrect nested aggregates tracking.
+ Contributor(s):
+ Arno Brinkman <fir...@ab...>
+
+ * Fixed RC4 bug.
+ Various lockups in win32 CS.
+ Contributor(s):
+ Nickolay Samofatov <sk...@bs...>
+
+ * Fixed unregistered bug.
+ Server crash caused by lost transaction context.
+ Contributor(s):
+ Alexander Peshkoff <pes...@ho...>
+
+ * Explicit locking change.
+ Make FOR UPDATE and WITH LOCK independent subclauses.
+ Contributor(s):
+ Nickolay Samofatov <sk...@bs...>
+
+ * Fixed unregistered bug.
+ Server crash for any combination of sub-select & between.
+ Contributor(s):
+ Alexander Peshkoff <pes...@ho...>
+
+ * Fixed unregistered bug.
+ Occasional server crash on plan generation.
+ Contributor(s):
+ Dmitry Yemanov <ye...@ya...>
+
+ **************
* v1.5 RC 4
**************
|