[lxc-devel] [lxcfs/master] V0.18

hallyn on Github lxc-bot at linuxcontainers.org
Thu Feb 4 08:26:05 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160204/22e098e9/attachment.bin>
-------------- next part --------------
From 6da224e19c41a153359d8ec89f7afffcd368625c Mon Sep 17 00:00:00 2001
From: Serge Hallyn <serge.hallyn at ubuntu.com>
Date: Thu, 4 Feb 2016 00:19:00 -0800
Subject: [PATCH 1/2] drop unused vars in Makefile.am

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
---
 Makefile.am | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 734fa3b..6d2d1f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,10 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = tests share
 DIST_SUBDIRS = tests share
 
-VERSION_CURRENT  = 0
-VERSION_REVISION = 0
-VERSION_AGE      = 0
-
 AM_CFLAGS = -Wall -ggdb -D_GNU_SOURCE -DSBINDIR=\"$(SBINDIR)\" -pthread
 AM_CFLAGS += $(FUSE_CFLAGS)
 AM_LDFLAGS = $(FUSE_LIBS) -pthread

From 58e5aec01ed35fa35c62fbcb3e7d6aaf1f1102d5 Mon Sep 17 00:00:00 2001
From: Serge Hallyn <serge.hallyn at ubuntu.com>
Date: Thu, 4 Feb 2016 00:23:57 -0800
Subject: [PATCH 2/2] configure.ac: release LXCFS 0.18

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7066369..74d4756 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([lxcfs], [0.17], [lxc-devel at lists.linuxcontainers.org])
+AC_INIT([lxcfs], [0.18], [lxc-devel at lists.linuxcontainers.org])
 AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_SUBST([LXCFS_VERSION_ABI], "0.9.1")
+AC_SUBST([LXCFS_VERSION_ABI], "0.18.0")
 
 AM_INIT_AUTOMAKE([subdir-objects -Wno-portability])
 


More information about the lxc-devel mailing list