From 18c48aa951b901efca67b4f16d3bbe2f7975fd87 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 10 Aug 2002 02:08:41 +0200 Subject: [PATCH] Moved a News entry from the 3.23.53 section into the 3.23.52 section and removed the 3.23.53 News section for now until 3.23.52 is officially tagged. Docs/manual.texi: Moved this changelog entry into the 3.23.52 section and removed the 3.23.53 News section for now until 3.23.52 is officially tagged. --- Docs/manual.texi | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index d91738bf953..321a5f0770e 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46924,18 +46924,12 @@ not yet 100% confident in this code. * News-3.23.0:: Changes in release 3.23.0 @end menu -@node News-3.23.53, News-3.23.52, News-3.23.x, News-3.23.x -@appendixsubsec Changes in release 3.23.53 -@itemize @bullet -@item -Changed behaviour that IF(condition,column,NULL) returns column type -@end itemize - - @node News-3.23.52, News-3.23.51, News-3.23.x, News-3.23.x @appendixsubsec Changes in release 3.23.52 @itemize @bullet @item +Changed behaviour that @code{IF(condition,column,NULL)} returns column type +@item Fixed a security bug with empty db column in db table @item Changed initialisation of @code{RND()} to make it less predicatable.