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

Commit

Permalink
Merge pull request #657 from 01org/topic/releases
Browse files Browse the repository at this point in the history
configure: Move to 2.1.0-rc.6
  • Loading branch information
Samuel Ortiz authored Feb 8, 2017
2 parents 001c9ff + 630bff1 commit 6ae1ebf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
2.1.0.rc.5:
2.1.0-rc.6:
Added additional groups and user related tests
Added docker attach functional tests
Added back popular containers tests
Added memory consumption tool
Fixed invalid file descriptor Glib warning
Fixed removing stale docker instances after docker rm
Fixed distcheck, functional and unit tests

2.1.0-rc.5:
Added SELinux configuration for proxy
Added environment and image docker tests
Added virtualization support check
Expand All @@ -9,7 +18,7 @@
Fixed support for latest Docker streams
Fixed a proxy fd leak

2.1.0.rc.4:
2.1.0-rc.4:
Added mount namespace creation
Added functional test tap output
Added remaining exec tests
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#

AC_PREREQ([2.69])
AC_INIT([cc-oci-runtime], [2.1.0-rc.5])
AC_INIT([cc-oci-runtime], [2.1.0-rc.6])
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])
Expand Down

0 comments on commit 6ae1ebf

Please sign in to comment.