Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
Changelog updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
daghf committed Mar 16, 2015
1 parent d37f54b commit 599f5e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 5 additions & 4 deletions debian/changelog
@@ -1,10 +1,11 @@
varnish-agent (4.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 <daghf@varnish-software.com> Tue, 3 Mar 2015 15:08:19 +0100
-- Dag Haavi Finstad <daghf@varnish-software.com> Mon, 16 Mar 2015 15:46:20 +0100

varnish-agent (4.0.0) unstable; urgency=low

Expand Down
8 changes: 5 additions & 3 deletions redhat/varnish-agent.spec
Expand Up @@ -90,10 +90,12 @@ if [ $1 -lt 1 ]; then
fi

%changelog
* Thu Mar 12 2015 Dag Haavi Finstad <daghf@varnish-software.com> - 4.0.1
* Mon Mar 16 2015 Dag Haavi Finstad <daghf@varnish-software.com> - 4.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.

* Mon May 19 2014 Yves Hwang <yveshwang@gmail.com> - 4.0.0
- Compatible with varnish >= 4.0.0
Expand Down

0 comments on commit 599f5e3

Please sign in to comment.