Author: wyoung
Date: Mon Nov 28 22:50:30 2005
New Revision: 1148
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1148&view=rev
Log:
Removed "bug noticed" comments.
Modified:
trunk/ChangeLog
Modified: trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/ChangeLog?rev=1148&r1=1147&r2=1148&view=diff
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Mon Nov 28 22:50:30 2005
@@ -15,16 +15,15 @@
o Fixed Query ostream initialization bug affecting SunPro CC (at
least). While this bug violates the Standard, it doesn't affect
- many real compilers because they don't enforce this rule. Bug
- noticed by Kristofer Spinka, and fixed by Chris Frey.
+ many real compilers because they don't enforce this rule. Fixed
+ by Chris Frey.
o Previously, we only used the C99 style "long long" support when
building under GNU CC. This is now the default. This should
allow the code to work under SunPro CC.
o Added another dynamic cast needed for proper Query ostream
- subclass overloading under VC++. (7.1 at least...) Bug noticed
- by Mark Merendino.
+ subclass overloading under VC++. (7.1 at least...)
o Detecting whether MySQL is built with SSL support on platforms
using autotools. Needed on some old Sun systems, for instance.