Change logs for dbconfig-common source package in Feisty

  • dbconfig-common (1.8.30) unstable; urgency=medium
    
      * remove some "-a" and "-o" bashisms.
      * dbconfig-load-include now returns the exit status of the "exec"
        format (where the output is based on running a script), if appropriate.
        thanks to Matt Brown for the patch (closes: #397089).
      * single-quote settings in /etc/dbconfig-common/package.conf instead
        of double-quoting them, and make sure any single quotes in the
        settings are properly escaped when written.
      * escape SQL-sensitive character sequences in passwords for user 
        creation SQL snippits.
      * escape shell/sed sensitive character sequences that are used in 
        dbconfig-generate-include (closes: #405598).
      * another dpkg order-of-operations corner case: if unpacked but not
        (pre-)configured, our debconf templates aren't registered yet, so
        if some dependant package tries to use us in such a state (i.e. its
        config is run before ours), fail gracefully and let its postinst
        script pick up the work with a second config run.
    
     -- Andrew Mitchell <email address hidden>   Fri,  02 Feb 2007 15:51:20 +0000
  • dbconfig-common (1.8.29) unstable; urgency=medium
    
      * Fabio Tranchitella discovered that in some environments passwords
        could be generated with illegal UTF8 characters.  the fix was simple
        enough, anyway, thanks.  Closes: #397288.
    
    dbconfig-common (1.8.28) unstable; urgency=low
    
      * update package decscription to include mention of sqlite support.
      * preseeding values were still being dropped if debconf priority
        was set to >= high.  should be fixed now.  thanks to Finn Smith
        for his continued vigilance :)
    
    dbconfig-common (1.8.27) unstable; urgency=high
    
      * the "patch to fix the patch to fix the patch to fix the bug" release
      * unregistered pgsql questions were being asked even in mysql packages,
        causing confusion, breakage, chaos, riots, etc.  fixed.
        closes: #393124.
    
    dbconfig-common (1.8.26) unstable; urgency=high
    
      * the previous upload included a changelog entry that closed the
        wrong bug.  it should have read "(closes: #391960)".
      * preseeding for apt-preconfigured packages was broken, at the very
        least for multidbtype packages but i suspect it was completely
        broken.  should be fixed now.  (closes: #392681).
      * previous version hasn't made it to testing, and these are all nasty
        bugs we want out of etch <=> urgency stays high.
      * Updated Catalan debconf template
    
     -- Kees Cook <email address hidden>   Fri,  08 Dec 2006 10:30:42 +0000
  • dbconfig-common (1.8.25ubuntu1) edgy; urgency=low
    
      * dpkg/common: move pgsql/authmethod-admin and pgsql/authmethod-user
        into dbc_standard_templates so that they are known about for later use
        in dbc_preseed_package_debconf for all database types.
        (Closes Malone #65616)  See Debian #391997.
    
     -- Kees Cook <email address hidden>   Thu, 19 Oct 2006 15:03:27 -0700