[Dbconfig-common-changes] dbconfig-common/debian changelog, 1.79, 1.80 dbconfig-common.templates, 1.24, 1.25

seanius at haydn.debian.org seanius at haydn.debian.org
Mon Nov 7 19:21:30 UTC 2005


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

Modified Files:
	changelog dbconfig-common.templates 
Log Message:
1.8.7 ready. see changelog for details.


Index: changelog
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/changelog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- changelog	2 Nov 2005 09:25:18 -0000	1.79
+++ changelog	7 Nov 2005 19:21:25 -0000	1.80
@@ -1,9 +1,20 @@
-dbconfig-common (1.8.7) UNRELEASED; urgency=low
+dbconfig-common (1.8.7) unstable; urgency=low
 
   * Tobias Grimm noticed that internal/mysql/dbc_mysql_exec_file()
     didn't properly catch/return error values.  fixed.
+  * dbconfig-generate-include and dbconfig-load-include didn't actually 
+    implement --dbname.  fixed.
+  * don't flash the message about importing old settings if a
+    program is being installed for the first time.
+  * initial support for an "ignore" option during installation, to
+    give the admin a way to bludgeon us into submission if we cause
+    the package to get into some kind of uninstallable/unremovable wedge
+    state, or if the admin tries to install the same version twice.  
+    thanks to craig small for the suggestion (closes: #333611).
+  * an "improvement" to the upgrade logic, so dbc won't get clever and
+    try and do stuff it shouldn't during an upgrade.
 
- -- sean finney <seanius at debian.org>  Wed, 02 Nov 2005 10:23:12 +0100
+ -- sean finney <seanius at debian.org>  Mon, 07 Nov 2005 20:17:40 +0100
 
 dbconfig-common (1.8.6) unstable; urgency=low
 

Index: dbconfig-common.templates
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/dbconfig-common.templates,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- dbconfig-common.templates	27 Sep 2005 09:50:54 -0000	1.24
+++ dbconfig-common.templates	7 Nov 2005 19:21:25 -0000	1.25
@@ -46,6 +46,10 @@
  /var/cache/dbconfig-common/backups, from which which the database can
  be restored in the case of problems.
 
+Template: dbconfig-common/performing_upgrade
+Type: boolean
+Default: false
+
 Template: dbconfig-common/dbconfig-remove
 Type: boolean
 Default: true
@@ -125,7 +129,7 @@
 
 Template: dbconfig-common/install-error
 Type: select
-Choices: abort, retry, retry (skip questions)
+Choices: abort, retry, retry (skip questions), ignore
 Default: abort
 _Description: Error installing database for ${pkg}.  Retry?
  An error seems to have occurred while installing the database.
@@ -139,7 +143,9 @@
  operation. "retry (skip questions)" will immediately attempt the operation
  again, skipping all questions.  If you choose "abort", the operation will
  fail and you will need to downgrade, reinstall, reconfigure this package,
- or otherwise manually intervene to continue using it.
+ or otherwise manually intervene to continue using it.  If you choose
+ "ignore", the operation will continue, ignoring further errors from
+ dbconfig-common.
 
 Template: dbconfig-common/remove-error
 Type: select




More information about the Dbconfig-common-changes mailing list