#acl PaulHowarth:read,write,admin,revert,delete All:read === Thursday 10th January 2013 === ==== Local Packages ==== * Updated `perl-DBD-CSV` to 0.38: * Fixed [[CPAN:80078|CPAN RT#80078]], resulting in `getline` calls on `undef` * Require latest `DBI` and `SQL::Statement` * Updated copyright to 2013 * Fixes for `DBI` ≥ 1.623 * Updated `perl-Net-Server` to 2.007: * Update `run_dequeue` to clear out signals after `fork` * Add `serialize none` for `PreFork` and `PreForkSimple` servers that are not multi-port * Allow for auto-assigned port to be the same when `hostname` resolves to multiple ips/ipvs ([[CPAN:78024|CPAN RT#78024]]) * Fix bug in header parsing ([[CPAN:82125|CPAN RT#82125]]) * Fix warning bug ([[CPAN:78828|CPAN RT#78828]]) * Fix wrong `wantarray` context in `Proto::TCP` ([[CPAN:31437|CPAN RT#31437]]) * Simplify `_get_commandline` to just use `$0` - no fishing in `proc` ([[CPAN:80260|CPAN RT#80260]]) * Fix uninitialized `begin` ([[CPAN:78830|CPAN RT#78830]]) * Fix misplaced `+2` ([[CPAN:78827|CPAN RT#78827]]) * Fix various spelling errors and pod nits ([[CPAN:77994|CPAN RT#77994]]) * Allow for `log` calls from the `MUX` object ([[CPAN:78514|CPAN RT#78514]]) * Give an error at `begin` time of `SSLEAY` if the needed `Fcntl` function is not available on this platform ([[CPAN:82542|CPAN RT#82542]]) * Make all of the tests self cancel much earlier if there is an error handling the request * Add a stronger timeout to `PreFork` tests - ideally we'd like to find a real way to test these on windows ([[CPAN:81141|CPAN RT#81141]], [[CPAN:81993|CPAN RT#81993]]) - still broken - but shouldn't hang * Superficial changes to help packagers not list `Log4perl` as dependency (it is optional) ----