From 6789d5729c7407f529db9f1c50cbc271f8760c14 Mon Sep 17 00:00:00 2001 From: Christiano Haesbaert Date: Mon, 25 Nov 2024 10:28:31 +0100 Subject: [PATCH] Release 0.3 Notable changes: * A new binary, quark-test(8) for testing the suite. * An initramfs.gz target including init and infrastructure to run quark-test statically built on any kernel via qemu. * Quark now knows about 4 namespaces (uts,ipc,mnt,net) and they're included in quark_process{}. * Fixed pgid in RHEL8 since the enum value changes, also fixed upstream elastic/ebpf. --- quark.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quark.h b/quark.h index 59e368a..c031ffb 100644 --- a/quark.h +++ b/quark.h @@ -5,7 +5,7 @@ #define _QUARK_H_ /* Version is shared between library and utilities */ -#define QUARK_VERSION "0.3a" +#define QUARK_VERSION "0.3" /* Misc types */ #include