commit | 7857650833b68664f879edfc33bf8dc183bbc4a2 | [log] [tgz] |
---|---|---|
author | Gerhard Häring <gh@ghaering.de> | Fri Mar 05 15:55:55 2010 +0000 |
committer | Gerhard Häring <gh@ghaering.de> | Fri Mar 05 15:55:55 2010 +0000 |
tree | 276ef452e337fceee85cc854a2e0cfbac61b2307 | |
parent | 9482032761244da95a14f917b92ce068139b0779 [diff] [blame] |
Issue #7670: sqlite3: Fixed crashes when operating on closed connections.
diff --git a/Misc/NEWS b/Misc/NEWS index 87a47b8..be7a534 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -356,6 +356,8 @@ Extension Modules ----------------- +- Issue #7670: sqlite3: Fixed crashes when operating on closed connections. + - Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as msvcr100.dll is not a platform assembly anymore.