From: Kevin M. Rosenberg Date: Fri, 23 Apr 2004 04:27:08 +0000 (+0000) Subject: r9139: new version X-Git-Tag: v3.8.6~583 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=7a5d4ab46618b9e80662907c852e2324021072aa;ds=sidebyside r9139: new version --- diff --git a/ChangeLog b/ChangeLog index 4c5c6c5..1c0bbf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ -21 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) - * Version 2.9.3 +22 Apr 2004 Kevin Rosenberg (kevin@rosenberg.net) + * Version 2.9.3: All tests now pass on all platforms! + * LATEST-TEST-RESULTS: New file with summary of test results * sql/generics.lisp: New file for generic function definitions. * test/test-init.lisp: Display names of skipped tests. Use unwind-protect to ensure disconnect diff --git a/LATEST-TEST-RESULTS b/LATEST-TEST-RESULTS new file mode 100644 index 0000000..f2e3aca --- /dev/null +++ b/LATEST-TEST-RESULTS @@ -0,0 +1,34 @@ +Version 2.9.3 run on April 22, 2004 on x86 and PowerPC platforms + +POSTGRESQL: All 95 tests passed (x86, Allegro CL Enterprise Edition). +POSTGRESQL-SOCKET: All 95 tests passed (x86, Allegro CL Enterprise Edition). +MYSQL: All 83 tests passed (x86, Allegro CL Enterprise Edition). +SQLITE: All 88 tests passed (x86, Allegro CL Enterprise Edition). +ODBC/MYSQL: All 83 tests passed (x86, Allegro CL Enterprise Edition). +ODBC/POSTGRESQL: All 95 tests passed (x86, Allegro CL Enterprise Edition). +AODBC/UNKNOWN: 21 of 94 tests failed (x86, Allegro CL Enterprise Edition). +AODBC/UNKNOWN: 7 of 94 tests failed (x86, Allegro CL Enterprise Edition). +POSTGRESQL: All 95 tests passed (X86, CMU Common Lisp). +POSTGRESQL-SOCKET: All 95 tests passed (X86, CMU Common Lisp). +MYSQL: All 83 tests passed (X86, CMU Common Lisp). +SQLITE: All 88 tests passed (X86, CMU Common Lisp). +ODBC/MYSQL: All 83 tests passed (X86, CMU Common Lisp). +ODBC/POSTGRESQL: All 95 tests passed (X86, CMU Common Lisp). +POSTGRESQL: All 95 tests passed (X86, SBCL). +POSTGRESQL-SOCKET: All 95 tests passed (X86, SBCL). +MYSQL: All 83 tests passed (X86, SBCL). +SQLITE: All 88 tests passed (X86, SBCL). +ODBC/MYSQL: All 83 tests passed (X86, SBCL). +ODBC/POSTGRESQL: All 95 tests passed (X86, SBCL). +POSTGRESQL: All 95 tests passed (ppc, OpenMCL). +POSTGRESQL-SOCKET: All 95 tests passed (ppc, OpenMCL). +MYSQL: All 83 tests passed (ppc, OpenMCL). +SQLITE: All 88 tests passed (ppc, OpenMCL). +ODBC/MYSQL: All 83 tests passed (ppc, OpenMCL). +ODBC/POSTGRESQL: All 95 tests passed (ppc, OpenMCL). +POSTGRESQL: All 95 tests passed (PowerPC, SBCL). +POSTGRESQL-SOCKET: All 95 tests passed (PowerPC, SBCL). +MYSQL: All 83 tests passed (PowerPC, SBCL). +SQLITE: All 88 tests passed (PowerPC, SBCL). +ODBC/MYSQL: All 83 tests passed (PowerPC, SBCL). +ODBC/POSTGRESQL: All 95 tests passed (PowerPC, SBCL). diff --git a/debian/changelog b/debian/changelog index 1923b77..c9ebc87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cl-sql (2.9.2-1) unstable; urgency=low +cl-sql (2.9.3-1) unstable; urgency=low * New upstream