From cf6d126421b29d1b15ef67b248203d8f012047e0 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 13 Dec 2023 12:37:40 +0100 Subject: [PATCH] Bump version to 1.0.2 Changes since 1.0.1: * Dropped composefs-from-json in tests in favour of using the composefs-info dump format. * libyajl dependency dropped * libcomposefs now limits the number of xattrs per file to 64k * Fixed build against libc without reallocarray * Performance fixes * go-md2man is used instead of pandoc for manpages * Minor fixes to spec file Signed-off-by: Alexander Larsson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0e54d17..25ab5c74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([composefs], [1.0.1], [giuseppe@scrivano.org]) +AC_INIT([composefs], [1.0.2], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([tools/mkcomposefs.c]) AC_CONFIG_HEADERS([config.h]) AC_SYS_LARGEFILE