[Dbconfig-common-devel] dbconfig-common/debian changelog,1.35,1.36 dbconfig-common.templates,1.15,1.16

seanius@haydn.debian.org seanius@haydn.debian.org


Update of /cvsroot/dbconfig-common/dbconfig-common/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv5705/debian

Modified Files:
	changelog dbconfig-common.templates 
Log Message:
  * various fixes for postgresql remote connections
  * don't allow empty admin passwords in pgsql, since they don't work anyway.
  * don't repeat asking for the admin password.


Index: changelog
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/changelog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- changelog	1 May 2005 00:17:12 -0000	1.35
+++ changelog	1 May 2005 06:13:04 -0000	1.36
@@ -1,5 +1,8 @@
 dbconfig-common (1.8.1) experimental; urgency=low
 
+  * various fixes for postgresql remote connections
+  * don't allow empty admin passwords in pgsql, since they don't work anyway.
+  * don't repeat asking for the admin password.
   * use the return status of the execute sql/script functions, not the
     value of dbc_status, which is not consistant and probably on its way
     out.  thanks to tobias for pointing this out.

Index: dbconfig-common.templates
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/dbconfig-common.templates,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- dbconfig-common.templates	27 Apr 2005 02:03:20 -0000	1.15
+++ dbconfig-common.templates	1 May 2005 06:13:04 -0000	1.16
@@ -312,3 +312,6 @@
  to edit the configuration of your PostgreSQL server. You may be able to
  find help in the file /usr/share/doc/${pkg}/README.Debian.
 
+Template: dbconfig-common/pgsql/no-empty-passwords
+Type: note
+_Description: PostgreSQL does not support empty passwords.