Change logs for dbconfig-common source package in Gutsy

  • dbconfig-common (1.8.35) unstable; urgency=low
    
      * New Mayalalam debconf translations from Praveen A (closes: #426220).
      * Updated Vietnamese debconf translations from Clytie Siddall 
        (closes: #426841).
      * initial attempt at handling more gracefully situations where a
        database was not installed before the package was installed.  The
        text is not yet marked translatable since i don't think it's final yet.
      * do some more under-the-hood stuff for multi-instance support in the up
        and coming webapps-common package.
      * make sure the _DBC_DBSERVER_ substitution in d-g-i does not result in an 
        empty string, as is done elsewhere.  thanks to Stefano Zacchiroli for
        the patch (closes: #429841).
      * clean up an extra tmpfile that wasn't being deleted by d-g-i, thanks
        again to Stefano for the patch (closes: #429854).
    
     -- Sebastien Bacher <email address hidden>   Thu,  05 Jul 2007 20:05:59 +0100
  • dbconfig-common (1.8.34) unstable; urgency=low
    
      * new support for sqlite3, thanks to the patch from Vincent Bernat!
        (closes: #425262).
      * create leading elements of purge-time data dump, if necessary.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  22 May 2007 08:21:52 +0100
  • dbconfig-common (1.8.33) unstable; urgency=low
    
      * include a long-neglected fix from Adam Lebsack, which seems to fix the
        problems prevents dbconfig-common from working with dash (closes: #406127).
        this was also likely the cause of dbconfig appearing to attempt creating
        the database/user in the wrong order (closes: #418479).
      * remove some extra straggler bashisms, and use printf instead of echo
        for the dbc_log functions.
      * change function names for some internal debugging/logging functions.
      * now dbc defaults to logging to /var/log/dbconfig-common/dbc.log, which
        can perhaps make it a bit easier to get debugging info from folks who
        experience bugs.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  15 May 2007 13:55:13 +0100
  • dbconfig-common (1.8.32) unstable; urgency=low
    
      * incorporated the suggested grammatical corrections to debconf templates,
        doing my best to avoid fuzzying current translations.  thanks to
        Helge Kreutzmann for finding these (closes: #400784).
      * fixed random password generating code so that passwords are always
        12 characters long.  previously a newline character from /dev/urandom
        could cause it to be truncated.
      * correction version number in sample sql script for the db-test-mysql-2.1
        example package.  thanks to Niko Tyni (closes: #421009).
      * fixed typo in french debconf translations, thanks to Frédéric Bothamy
        for pointing this out (closes: #422196).
      * small fix for created nested subdirectories, which will be used by
        the soon-coming webapps-common package.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  14 May 2007 12:22:40 +0100
  • dbconfig-common (1.8.31) unstable; urgency=low
    
      * tons of new/updated translations:
        * Swedish, thanks to Andreas Henriksson and Daniel Nylander
          (closes: #407852, #412012).
        * Galician, thanks to Jacobo Tarrio (closes: #412025).
        * Portuguese, thanks to Miguel Figueiredo (closes: #412177).
        * Norwegian Bokmål, thanks to Bjørn Steensrud (closes: #412308).
        * Italian, thanks to Giuseppe Sacco (closes: #412172).
        * Korean, thanks to Sunjae Park (closes: #412780).
        * Russian, thanks to Yuriy Talakan' (closes: #412788).
        * German, thanks to Helge Kreutzmann (closes: #400799).
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  26 Apr 2007 23:42:02 +0100
  • 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