Skip to content

Commit

Permalink
Release v1.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Beckerus <hans.beckerus at gmail.com>
  • Loading branch information
Hans Beckerus committed Mar 12, 2020
1 parent 0c7c151 commit d7b9e30
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
rar2fs ChangeLog file.

2020-03-08 Hans Beckerus <hans.beckerus#AT#gmail.com>

* 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 <hans.beckerus#AT#gmail.com>

* Release v1.28.0
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d7b9e30

Please sign in to comment.