Skip to content

Commit

Permalink
Set version to 3.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Dec 13, 2021
1 parent 7959c66 commit 3761648
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
21 changes: 8 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <sys/utsname.h>
#include <unistd.h>

#define VERSION "3.0.0-rc7-dev"
#define VERSION "3.0.0-rc7"

#define ET_EXEC 2
#define ET_DYN 3
Expand Down

0 comments on commit 3761648

Please sign in to comment.