#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 30th May 2011 === ==== Local Packages ==== * Updated `libidn` to byte-compile the Emacs lisp files and require `emacs-filesystem` for directory ownership (Fedora 15 onwards only, since `emacs-filesystem` doesn't exist in earlier distributions) * Updated `perl-DBD-SQLite` to 1.33: * Made `util/getsqlite.pl` work with the amalgamated distro filename changes introduced by SQLite 3.7.4, and still with older ones too * Resolved [[CPAN:61355|CPAN RT#61355]]: Fails testing in parallel * Resolved [[CPAN:61361|CPAN RT#61361]]: Problems building 1.31 with system SQLite * Resolved [[CPAN:61117|CPAN RT#61117]]: Supporting `database` as an alias for `dbname` in DSN * Resolved [[CPAN:62370|CPAN RT#62370]]: Segfaults during operations on disconnected handles * Resolved [[CPAN:61958|CPAN RT#61958]]: `REGEXP` should return `NULL` when one of its arguments is `NULL` * Removed `PrintWarn` tweak introduced in 1.19_09 * Resolved [[CPAN:65267|CPAN RT#65267]]: Skip `fts3/metadata` tests if those features are disabled * Resolved [[CPAN:65267|CPAN RT#65267]]: Add `RTree` support option * Added `sqlite_see_if_its_a_number` database handle attribute to deal with issues caused by (quoted) bind values against numbers such as return values from a function etc. * Resolved [[CPAN:|CPAN RT#67843]]: `savepoint` rollback alters AC state * Updated to SQLite 3.7.6.3 * Made `util/getsqlite.pl` state that it needs fixing to work for SQLite 3.7.5+ when it dies at the last step, and outline what the user needs to do manually instead, until `getsqlite` is fixed ----