From d7b9e30d47cef46c82af7e75dc3e985d80bf80e0 Mon Sep 17 00:00:00 2001 From: Hans Beckerus Date: Thu, 12 Mar 2020 21:44:40 +0100 Subject: [PATCH] Release v1.29.0 Signed-off-by: Hans Beckerus --- ChangeLog | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/version.h | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 701532a..adcaa15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,57 @@ rar2fs ChangeLog file. +2020-03-08 Hans Beckerus + + * Release v1.29.0 + + * Improve error reporting (#133) + + * Simplify some directory cache logic + + * Restart warmup at manual cache invalidation + + * Fix a problem with corrupt/invalid size field + + * Fix a crash issue in readdir callback + + * Shutdown cache warmup before fs terminates + + * Fix regression for issue #114 + + * Fix SIGUSR1 crash + + * Fix a mutex problem in readdir callback + + * Improve speed when listing archives with many directories + + * Rename mutex for file/directory cache access + + * Fix cache invalidation for child entries + + * Add optional cache warmup + + * Replace cache mutexes with rwlocks + + * Reduce memory footprint during archive scan + + * Add locale mount option + + * Add 'unrar' to .gitignore (#126) + + * Reduce memory footprint during archive scan + + * Fix minor argument parsing bug + + * Add missing call to closedir() in one error branch + + * Remove unused iconv support + + * Fix building with libc++. (#123) + + * Accept pre-mounted FUSE descriptor (#121) + + * Fix broken install of compressed man-page + 2019-11-06 Hans Beckerus * Release v1.28.0 diff --git a/src/version.h b/src/version.h index 4264dbf..9e6ca09 100644 --- a/src/version.h +++ b/src/version.h @@ -30,7 +30,7 @@ #define VERSION_H_ #define RAR2FS_MAJOR_VER 1 -#define RAR2FS_MINOR_VER 28 +#define RAR2FS_MINOR_VER 29 #define RAR2FS_PATCH_LVL 0 #endif