r9275: new debian release, update README file location in docs
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 6 May 2004 19:42:39 +0000 (19:42 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 6 May 2004 19:42:39 +0000 (19:42 +0000)
ChangeLog
debian/changelog
doc/intro.xml

index 8fb459efc2d5cf0904d1d481086a920ae25f8f2e..cbdd85769c24532c8797ca15092e322c172e2f3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 7 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
+       * docs/intro.xml: Upload location of a README file
        * sql/metaclass.lisp: Work-around openmcl's CHANGE-CLASS
        changing the type-specifier. Use a lisp type of (OR NULL FOO)
        for a specified-type of FOO unless :db-constraints :not-null.
index be870dfeb548461911e3540bc67bda4a79ba6efa..10d29c0c7a399f0e5094bb2ab8f91d861795e109 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (2.10.12-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  6 May 2004 13:42:19 -0600
+
 cl-sql (2.10.11-1) unstable; urgency=low
 
   * New upstream
index 57666effbc57eb68eac54356f0f6796a8cb0bf0e..09879461efe9581d89d5a7185b2fc030b88dd581 100644 (file)
        configuration file named
        <filename>.clsql-test.config</filename> must be created in
        your home directory. There are instructures on the format of
-       that file in the <filename>tests/tests.lisp</filename> file in
-       the &clsql; source directory. After creating that file, you
-       can run the test suite with &asdf;:
+       that file in the <filename>tests/README</filename>. After
+       creating <filename>.clsql-test.config</filename>, you can run
+       the test suite with &asdf;:
        <screen>
          (asdf:operate 'asdf:test-op 'clsql)
         </screen>