administrivia for 0.17 DBIx_DBSchema_0_17
authorivan <ivan>
Sun, 8 Jul 2001 00:57:17 +0000 (00:57 +0000)
committerivan <ivan>
Sun, 8 Jul 2001 00:57:17 +0000 (00:57 +0000)
Changes
README

diff --git a/Changes b/Changes
index ff709d8..99bc7b6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,11 @@
 Revision history for Perl extension DBIx::DBSchema.
 
-0.17  unreleased
+0.17  Sat Jul  7 17:55:33 2001
        - Rework Table->new interface for named params
        - Fixes for Pg blobs, yay!
        - MySQL doesn't need non-standard index syntax anymore (since 3.22).
+       - patch from Mark Ethan Trostler <mark@zzo.com> for generating
+         tables without indices.
 
 0.16  Fri Jan  5 15:55:50 2001
        - Don't overflow index names.
diff --git a/README b/README
index 58090a6..ee9a798 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 DBIx::DBSchema
 
-Copyright (c) 2000 Ivan Kohler
+Copyright (c) 2000, 2001 Ivan Kohler
 Copyright (c) 2000 Mail Abuse Prevention System LLC
 All rights reserved.
 This program is free software; you can redistribute it and/or modify it under
@@ -38,4 +38,4 @@ A mailing list is available.  Send a blank message to
 
 Homepage: <http://www.420.am/dbix-dbschema>
 
-$Id: README,v 1.4 2001-05-13 00:18:06 ivan Exp $
+$Id: README,v 1.5 2001-07-08 00:57:17 ivan Exp $