[interchange] Update WHATSNEW for 5.7.4 release
David Christensen <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 20976eaabfadaba9c97035f7ed7ce15f4f39667a Author: David Christensen <[email protected]> Date: Tue Dec 8 21:50:01 2009 -0600 Update WHATSNEW for 5.7.4 release WHATSNEW-5.7 | 40 +++++++++++++++++++++++++++++++++++++++- 1 files changed, 39 insertions(+), 1 deletions(-) --- diff --git a/WHATSNEW-5.7 b/WHATSNEW-5.7 index 030eb2c..b316bb9 100644 --- a/WHATSNEW-5.7 +++ b/WHATSNEW-5.7 @@ -8,7 +8,7 @@ See UPGRADE document for a list of incompatible changes. -Interchange 5.7.4 not yet released. +Interchange 5.7.4 released 2009-12-08 Core ---- @@ -19,6 +19,44 @@ Core * Force raw encoding for file uploads (RT #268). +* Overhaul syslog support and offer much faster Sys::Syslog mechanism. + +* Move parsing of CGI input to Vend::Dispatch::open_cat (#268). + +* Fix bug related to [tag pragma name value] semantics being different + than [pragma name value]. + +* Increased performance when using mv_max_matches with searches: + + * Make mv_max_matches stop all further searching once the limit is + hit, rather than loading the entire result set into memory and + then truncating it. + + * Add pragma max_matches, which takes precedence over user-supplied + mv_max_matches unless the user-supplied argument is more restrictive. + +* Provide a default implementation of mime_name for compatibility with + older versions of Encode.pm. + +* Recognize LWP::UserAgent as a robot. + +SystemTag +--------- + +* Avoid encoding binary data in [deliver]. + +Debian packaging +---------------- + +* eliminated commands with absolute paths in maintainer scripts. + +* added Spanish translation of Debconf templates. + + +Admin UI +-------- + +* Multiple cleanups and minor performance enhancements. ------------------------------------------------------------------------------