Make sure all filehandles are closed at the end of a trasaction. See #464 and #465.

Fixes a few typos in some error messages when we are over the limits.
This commit is contained in:
brectanus
2008-03-28 20:00:37 +00:00
parent 8beaef9fd8
commit e13d3dab8b
6 changed files with 33 additions and 7 deletions

View File

@@ -1,8 +1,10 @@
19 Mar 2008 - 2.5.1-breach1
---------------------------
28 Mar 2008 - 2.5.2-rc1
-----------------------
* Allow HTTP_* targets as an alias for REQUEST_HEADERS:*.
* Make sure temporary filehandles are closed after a transaction.
14 Mar 2008 - 2.5.1
-------------------