summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-11-27 13:36:24 +0100
committerAlexander Larsson <alexl@redhat.com>2019-11-27 13:36:24 +0100
commit320c0a442cddeee26cec78619992c641c7029a56 (patch)
tree1dd84b97422e56f458839633e82497566c5ad1db
parentff533b84d056f2c22633a84b34323dd085bd977a (diff)
downloadbubblewrap-320c0a442cddeee26cec78619992c641c7029a56.tar.gz
Bump 0.4.0v0.4.0
Release 0.4.0 - Add support for reusing existing namespaces with --userns and --pidns - Stores namespace info in status json - In setuid mode pid 1 is now marked dumpable - Now builds with musl libc
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4f055b4..c8c0560 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([bubblewrap], [0.3.4], [atomic-devel@projectatomic.io])
+AC_INIT([bubblewrap], [0.4.0], [atomic-devel@projectatomic.io])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])