[Dbconfig-common-devel] dbconfig-common/debian TODO,1.11,1.12 changelog,1.39,1.40

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

Modified Files:
	TODO changelog 
Log Message:
1.8.1 to experimental

Index: TODO
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- TODO	27 Apr 2005 02:03:20 -0000	1.11
+++ TODO	7 May 2005 23:05:52 -0000	1.12
@@ -2,6 +2,9 @@
 
 this is the general state of things:
 
+- bugs
+  - the "back" functionality doesn't quite work
+
 - database support
   - general
     - some kind of support for multi-db applications
@@ -9,7 +12,10 @@
 
 - general
   - how we handle admin passwords should differ based on remote/local.
-  - even better error handling (a 'try again' maybe?)
+  - a "try again" functionality for install failures.
+  - ask if the user is to be completely deleted or only have privileges
+    revoked in mysql.  this is the default in pgsql, but in pgsql the drop
+    will fail if the user owns other databases (not so in mysql).
 
 - unresolved issues
   - mysql does not support ssl for the time being (see bug #291945)

Index: changelog
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/changelog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- changelog	4 May 2005 18:06:58 -0000	1.39
+++ changelog	7 May 2005 23:05:52 -0000	1.40
@@ -1,5 +1,7 @@
 dbconfig-common (1.8.1) experimental; urgency=low
 
+  * the mysql verify user/db functions were broken in 1.8 thanks to my "better
+    error notification" fix.
   * changed a couple references of upgrade_error to dbc_upgraded error,
     as pointed out by tobias.  there was also an remove_error that should
     be dbc_remove_error