[Dbconfig-common-devel] dbconfig-common/debian TODO,1.7,1.8 changelog,1.9,1.10 dbconfig-common.templates,1.8,1.9

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-serv26326/debian

Modified Files:
	TODO changelog dbconfig-common.templates 
Log Message:
the next version is underway.  i there's a bit more that needs to be
done, but there's been enough done that i want to get it into cvs
before i accidentally rm -rf something important.

as soon as i finish the support for include file generation, and give
everything a final go-through with testing, i'll make another upload
to experimental and an announcement to d-d.


Index: TODO
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/TODO,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- TODO	4 Feb 2005 06:26:06 -0000	1.7
+++ TODO	23 Feb 2005 05:39:57 -0000	1.8
@@ -20,6 +20,11 @@
 - general
   - some debconf responses could be shared globally
   - oliver elphick's suggestion of storing previously used configurations
+    - i believe i have both of these taken care of.  when config runs,
+      it sources all the configs and adds them to a list of config
+      choices.
+  - how we handle admin passwords should differ based on remote/local.
+  - permissions should be more restrictive on the generated conf files
 
 - dbconfig-generate-include
   - source config file, and if something is needed that's not in there

Index: changelog
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/changelog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- changelog	4 Feb 2005 06:26:06 -0000	1.9
+++ changelog	23 Feb 2005 05:39:57 -0000	1.10
@@ -1,3 +1,18 @@
+dbconfig-common (1.3) experimental; urgency=low
+
+  * pgsql now supports ssl, modified README.pgsql to reflect this.
+  * random incoherent updates to TODO.
+  * updated german translation from andreas tille.
+  * dbconfig-generate-include is now a functional script, complete
+    with ucf support.
+  * dbconfig-generate-include support now included in maintainer
+    hook scripts.
+  * updates to documentation, though parts are still incomplete.
+  * simplified some error checking in postinst hook.
+
+
+ -- sean finney <seanius@debian.org>  Wed, 09 Feb 2005 22:17:29 -0500
+
 dbconfig-common (1.2) experimental; urgency=low
 
   * config file / debconf interaction fixes

Index: dbconfig-common.templates
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/dbconfig-common.templates,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dbconfig-common.templates	4 Feb 2005 06:26:06 -0000	1.8
+++ dbconfig-common.templates	23 Feb 2005 05:39:57 -0000	1.9
@@ -235,7 +235,7 @@
 
 Template: dbconfig-common/pgsql/method
 Type: select
-Choices: unix socket, tcp/ip
+Choices: unix socket, tcp/ip, tcp/ip + ssl
 Default: unix socket
 _Description: How should ${pkg} connect to its PostgreSQL database?
  By default, ${pkg} will be configured to use a PostgreSQL server
@@ -336,7 +336,7 @@
  With "password" authentication, a password will be passed to the server
  for use with some authentication backend (such as "md5" or "pam").  Note
  that the password is still passed in the clear across network-based
- connections if your server is not configured to use SSL.
+ connections if your connection is not configured to use SSL.
  .
  For a default debian PostgreSQL installation running on the same host,
  you probably want "ident". 
@@ -359,7 +359,7 @@
  With "password" authentication, a password will be passed to the server
  for use with some authentication backend (such as "md5" or "pam").  Note
  that the password is still passed in the clear across network-based
- connections if your server is not configured to use SSL.
+ connections if your connection is not configured to use SSL.
  .
  For a default debian PostgreSQL installation running on the same host,
  you probably want "ident".