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

Commit

Permalink
Bumping up the version. Editing the changelog for 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Cruz authored and Dridi committed Sep 12, 2016
1 parent ab370a6 commit 51fa623
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.61)
AC_COPYRIGHT([Copyright (c) 2012-2014 Varnish Software])
AC_INIT([varnish-agent], [4.0.1])
AC_INIT([varnish-agent], [4.0.2])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -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 <hugo.software.developer@gmail.com> 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.
Expand Down
8 changes: 7 additions & 1 deletion redhat/varnish-agent.spec
@@ -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
Expand Down Expand Up @@ -102,6 +102,12 @@ if [ $1 -lt 1 ]; then
fi

%changelog

* Mon Sep 12 2016 Hugo Cruz <hugocruz.software.developer@gmail.com> - 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 <daghf@varnish-software.com> - 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.
Expand Down

0 comments on commit 51fa623

Please sign in to comment.