From 64d6405cbb480e204fcb4151ea0e3807e3a03829 Mon Sep 17 00:00:00 2001 From: rbt Date: Wed, 12 Mar 2008 18:24:12 +0000 Subject: [PATCH] Tag for 1.31 release. After additional testing to ensure Foriegn Keys work again this is what will go out. --- ChangeLog | 14 ++++++++++++++ postgresql_autodoc.pl | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8267289..7486c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-03-12 14:21 rbt + + * postgresql_autodoc.pl: New versions of DBD::Pg like to return an + array reference instead of the special text string that + PostgreSQL returns. + + This might take care of the issue, although only partially tested + (FreeBSD ports doesn't have the newer version yet as it breaks a + number of applications). + +2007-01-02 09:44 rbt + + * ChangeLog: Release 1.30 + 2007-01-02 08:53 rbt * configure.ac, postgresql_autodoc.pl: Toshio Kuratomi wrote a diff --git a/postgresql_autodoc.pl b/postgresql_autodoc.pl index 64e35eb..0ab2603 100755 --- a/postgresql_autodoc.pl +++ b/postgresql_autodoc.pl @@ -1,9 +1,9 @@ #!/usr/bin/env perl # -- # -*- Perl -*-w -# $Header: /cvsroot/autodoc/autodoc/postgresql_autodoc.pl,v 1.16 2008/03/12 18:21:52 rbt Exp $ +# $Header: /cvsroot/autodoc/autodoc/postgresql_autodoc.pl,v 1.17 2008/03/12 18:24:12 rbt Exp $ # Imported 1.22 2002/02/08 17:09:48 into sourceforge -# Postgres Auto-Doc Version 1.30 +# Postgres Auto-Doc Version 1.31 # License # ------- -- 2.40.0