From 90caa475f0e66908cd2d6916424c2f87e17cdd34 Mon Sep 17 00:00:00 2001 From: Ben Murray Date: Fri, 18 Apr 2014 14:17:42 -0400 Subject: [PATCH] Version and CHANGES for 1.9.11 --- CHANGES | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index fae1c870..de229407 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +duo_unix-1.9.11: + +- Improve compatibility with FreeBSD 10. + duo_unix-1.9.10: - Use the correct timeout when polling. diff --git a/configure.ac b/configure.ac index aab3e8b1..2812168c 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ(2.65) # Package, version, bug report address AC_INIT([duo_unix], - [1.9.10], + [1.9.11], [support@duosecurity.com]) # Tells autoconf where to find necessary build scripts and macros.