From 3761648c095b781281659504c728f3b86083a406 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 13 Dec 2021 21:23:00 +0100 Subject: [PATCH] Set version to 3.0.0-rc7 --- CHANGELOG.md | 21 ++++++++------------- libtree.c | 2 +- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f72f8..69964fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,15 @@ -# v3.0.0-rc6 -- Support relative includes in /etc/ld.so.conf - -# v3.0.0-rc5 -- Make sure ISA's match -# v3.0.0-rc4 -- Print error messages - -# v3.0.0-rc3 -- Fixes more memory issues - -# v3.0.0-rc2 +# v3.0.0-rc1 ... v3.0.0-rc7 - Fixes a memory issue when running libtree on many files +- Fixes more memory issues +- Print error messages +- Make sure ISA's match +- Support relative includes in /etc/ld.so.conf +- flush stdout/stderr +- squash warnings # v3.0.0-rc1 -- Rewritten in C99 without 0 external dependencies. +- Rewritten in C99 with 0 external dependencies. - Significantly faster & smaller (~50KB statically compiled with musl libc, or even smaller than the source file with diet libc). - Improved search path printing when libraries cannot be located diff --git a/libtree.c b/libtree.c index 9a2ec30..bdb0dfd 100644 --- a/libtree.c +++ b/libtree.c @@ -10,7 +10,7 @@ #include #include -#define VERSION "3.0.0-rc7-dev" +#define VERSION "3.0.0-rc7" #define ET_EXEC 2 #define ET_DYN 3