[interchange-cvs] interchange - racke modified WHATSNEW

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sat Nov 17 10:01:00 2001


User:      racke
Date:      2001-11-17 15:00:59 GMT
Modified:  .        Tag: STABLE_4_8-branch WHATSNEW
Log:
page server crash fix documented

Revision  Changes    Path
No                   revision



No                   revision



2.6.2.16  +6 -0      interchange/WHATSNEW


rev 2.6.2.16, prev_rev 2.6.2.15
Index: WHATSNEW
===================================================================
RCS file: /anon_cvs/repository/interchange/WHATSNEW,v
retrieving revision 2.6.2.15
retrieving revision 2.6.2.16
diff -u -r2.6.2.15 -r2.6.2.16
--- WHATSNEW	2001/11/17 14:52:17	2.6.2.15
+++ WHATSNEW	2001/11/17 15:00:59	2.6.2.16
@@ -40,6 +40,12 @@
 
   which prevents the <SCRIPT> from executing.
 
+* Fixed crash of page servers in PreFork mode due to phantom
+  database entries created by unwanted auto-vivification in
+  $Vend::Cfg->{Database}. Much thanks to Chris Ochs who researched 
+  this problem which was plaguing a lot of people and wouldn't have 
+  found without his fine help.
+
 * Fixed Vend::Util::round_to_frac_digits() to work if frac_digits are
   zero. Thanks to Shozo Murahashi <murahashi@ayayu.com> who
   investigated and detailed this problem.