From acfe582553d3d694e27764f4c6d2546e22f2938c Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Fri, 5 May 2017 20:15:27 +0000 Subject: [PATCH] release: 2.1.7 - Added shim debug logs when runtime debug option is used #878 - Fixed Kernel panic using swarm #581 - Added Metrics to measure memory running network test #865 9911475 shim: Do not print to stderr as well while logging 95369ca logging: When invoked with debug flag, pass that to the shim 539b082 CI: Add script to perform basic checks on commits. 9c92a15 Metrics: Remove iperf2 tests 001e264 networking: Disable multicast snooping on the bridge we create ab3d6e4 Metrics: Measure PSS memory while running network Fixes #881 Signed-off-by: Carlos Venegas --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 67c0ea3b..be27b3e0 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # AC_PREREQ([2.69]) -AC_INIT([cc-oci-runtime], [2.1.6]) +AC_INIT([cc-oci-runtime], [2.1.7]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign -Wall -Werror -Wno-portability silent-rules subdir-objects color-tests no-dist-gzip dist-xz]) AM_SILENT_RULES([yes])