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.
Bumping up the version. Editing the changelog for 4.0.2
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 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
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,3 +1,10 @@ | ||
varnish-agent (4.0.2) unstable; urgency=low | ||
* Backend endpoint | ||
* Ability to add a CA certificate for use by the cURL module. | ||
* Memory leak fixes. | ||
|
||
-- Hugo Cruz <[email protected]> Mon, 12 Sep 2016 14:23:10 +0100 | ||
|
||
varnish-agent (4.0.1) unstable; urgency=low | ||
* Fix for a crash in handling of a specific malformed request. | ||
* #120 Fix memory leaks relating to the curl and stats modules. | ||
|
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,6 +1,6 @@ | ||
Summary: varnish-agent | ||
Name: varnish-agent | ||
Version: 4.0.1 | ||
Version: 4.0.2 | ||
Release: 1%{?dist} | ||
License: BSD | ||
Group: System Environment/Daemons | ||
|
@@ -102,6 +102,12 @@ if [ $1 -lt 1 ]; then | |
fi | ||
|
||
%changelog | ||
|
||
* Mon Sep 12 2016 Hugo Cruz <[email protected]> - 4.0.2 | ||
- Backend endpoint | ||
- Ability to add a CA certificate for use by the Curl module. | ||
- Memory leak fixes. | ||
|
||
* Mon Mar 16 2015 Dag Haavi Finstad <[email protected]> - 4.0.1 | ||
- Fix for a crash in handling of a specific malformed request. | ||
- #120 Fix memory leaks relating to the curl and stats modules. | ||
|