SHA256
1
0
forked from pool/sqlite3
OBS User unknown
2008-09-13 10:16:31 +00:00
committed by Git OBS Bridge
parent 332517d986
commit e68f6f6283
6 changed files with 35 additions and 170 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 10 14:32:18 CEST 2008 - max@suse.de
- Update to version 3.6.2.
- This version contains rewrites of the page-cache subsystem and
the procedures for matching identifiers to table columns in SQL
statements. These changes are designed to better modularize the
code and make it more maintainable and reliable moving forward.
Nearly 5000 non-comment lines of core code (about 11.3%) have
changed from the previous release. Nevertheless, there should
be no application-visible changes, other than bug fixes.
-------------------------------------------------------------------
Fri Jul 25 13:30:50 CEST 2008 - max@suse.de