Skip to content
This repository was archived by the owner on Mar 28, 2018. It is now read-only.

Commit 4f01935

Browse files
committed
Release 2.1.10
release: version 2.1.10 - Removed old dockerfiles, clear containers dockerfiles live in github.com/clearcontainers/dockerfiles - Installation Documentation updated for Centos 7 - Prevented race condition in proxy client ID assignment - Added metrics to measure RSS memory for 1Gb transfer - OBS packaging scripts support set user's OBS HOME Short log: a923745 Changes to installation documentation for Centos 06ea638 build: Add extra variable for OBS builds 41a405c #927 from GabyCT/topic/rssmemory 87ca55a Metrics: Measure RSS memory for 1Gb transfer 197e8d4 Copy client ID locally to prevent race condition a923745 Changes to installation documentation for Centos 3c54712 Tests: Common file for networking tests ac90d7d remove unused files 06ea638 build: Add extra variable for OBS builds ac90d7d remove unused files 3c54712 Tests: Common file for networking tests Fixes #940 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
1 parent 593ad19 commit 4f01935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222

2323
AC_PREREQ([2.69])
24-
AC_INIT([cc-oci-runtime], [2.1.9])
24+
AC_INIT([cc-oci-runtime], [2.1.10])
2525
AC_CONFIG_MACRO_DIR([m4])
2626
AM_INIT_AUTOMAKE([foreign -Wall -Werror -Wno-portability silent-rules subdir-objects color-tests no-dist-gzip dist-xz])
2727
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)