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
1 parent
292ef72
commit a19675b
Showing
2 changed files
with
15 additions
and
1 deletion.
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,3 +1,12 @@ | ||
varnish-agent (4.1.4) unstable; urgency=low | ||
|
||
* Fixed uploading large VCL files | ||
* Added an option to set the host for running the agent | ||
* Various other small fixes | ||
|
||
-- Marius Magureanu <[email protected]> Wed, 03 Oct 2018 14:06:59 +0200 | ||
|
||
|
||
varnish-agent (4.1.3) unstable; urgency=low | ||
|
||
* Fixed regression in backend handling | ||
|
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.1.3 | ||
Version: 4.1.4 | ||
Release: %{vrelease}%{?dist} | ||
License: BSD | ||
Group: System Environment/Daemons | ||
|
@@ -93,6 +93,11 @@ if [ $1 -lt 1 ]; then | |
fi | ||
|
||
%changelog | ||
* Wed Oct 03 2018 Marius Magureanu <[email protected]> - 4.1.4 | ||
- Fixed uploading larger VCL files | ||
- Added the option to set a host for running the agent | ||
- Various other small fixes | ||
|
||
* Tue Oct 10 2017 Hugo Cruz <[email protected]> - 4.1.3 | ||
- fixed regression in backend handling | ||
- Test coverage | ||
|