Skip to content

Commit

Permalink
Update WHATSNEW for 5.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christensen committed Dec 9, 2009
1 parent 50089cc commit 20976ea
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion WHATSNEW-5.7
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand All @@ -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.

------------------------------------------------------------------------------

Expand Down

0 comments on commit 20976ea

Please sign in to comment.