From 3ba899d8127fbc2de0008cae974771be70ea0009 Mon Sep 17 00:00:00 2001 From: pgray Date: Thu, 29 Aug 2019 12:14:12 -0700 Subject: [PATCH] bump release version --- src/Makefile | 2 +- src/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 79911b3..dc60f83 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,7 +16,7 @@ endif VERSION = 0 PATCHLEVEL = 9 SUBLEVEL = 1 -EXTRAVERSION = -r1 +EXTRAVERSION = -r2 NAME = Cilonen TOOLS ?= $(CONFIG_TOOLS) diff --git a/src/debian/changelog b/src/debian/changelog index 8dcfd84..74713ed 100644 --- a/src/debian/changelog +++ b/src/debian/changelog @@ -1,3 +1,9 @@ +pktvisor (0.9.1-r2-1) precise; urgency=low + + * Add -x|--nomemlock arg to prevent locking memory + + -- Patrick Gray Thu, 29 Aug 2019 13:12:03 -0500 + pktvisor (0.9.1-r1-1) precise; urgency=low * Support for Maxmind's GeoIP2 library