r9139: new version
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 23 Apr 2004 04:27:08 +0000 (04:27 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 23 Apr 2004 04:27:08 +0000 (04:27 +0000)
ChangeLog
LATEST-TEST-RESULTS [new file with mode: 0644]
debian/changelog

index 4c5c6c56ee58a7146ecf28b54b4a144223726ed2..1c0bbf947f45b49b75cc3584b0cf1e58e117d5f4 100644 (file)
--- 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 (file)
index 0000000..f2e3aca
--- /dev/null
@@ -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).
index 1923b775ab1735d2d4fc97d6758dbfb93d7fc133..c9ebc87bdffb1d609d572fc2342c0fbb0c5a7798 100644 (file)
@@ -1,4 +1,4 @@
-cl-sql (2.9.2-1) unstable; urgency=low
+cl-sql (2.9.3-1) unstable; urgency=low
 
   * New upstream