This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
varnish-agent (3.0.1) unstable; urgency=low | ||
|
||
* Fix for a crash in handling of a specific malformed request. | ||
* Fix memory leaks relating to the curl and stats modules. | ||
* Fix a case where we crashed when serving an empty HTML file. | ||
* #120 Fix memory leaks relating to the curl and stats modules. | ||
* #119 Fix a case where we crashed when serving empty files. | ||
* #123 Add appropriate Content-Type headers to responses. | ||
* #130 Add CORS headers to permit cross site requests. | ||
|
||
-- Dag Haavi Finstad <[email protected]> Tue, 3 Mar 2015 15:08:19 +0100 | ||
-- Dag Haavi Finstad <[email protected]> Mon, 16 Mar 2015 15:42:41 +0100 | ||
|
||
varnish-agent (3.0.0) unstable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,10 +88,12 @@ if [ $1 -lt 1 ]; then | |
fi | ||
|
||
%changelog | ||
* Thu Mar 12 2015 Dag Haavi Finstad <[email protected]> - 3.0.1 | ||
* Mon Mar 16 2015 Dag Haavi Finstad <[email protected]> - 3.0.1 | ||
- Fix for a crash in handling of a specific malformed request. | ||
- Fix memory leaks relating to the curl and stats modules. | ||
- Fix a case where we crashed when serving an empty HTML file. | ||
- #120 Fix memory leaks relating to the curl and stats modules. | ||
- #119 Fix a case where we crashed when serving empty files. | ||
- #123 Add appropriate Content-Type headers to responses. | ||
- #130 Add CORS headers to permit cross site requests. | ||
|
||
* Thu Dec 4 2014 Dag Haavi Finstad <[email protected]> - 3.0.0 | ||
- Tag release 3.0.0 | ||
|