Skip to content

Commit

Permalink
Release v1.29.6
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 Jan 7, 2023
1 parent f2e7893 commit 5ae3177
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
rar2fs ChangeLog file.

2023-01-07 Hans Beckerus <hans.beckerus#AT#gmail.com>

* Release v1.29.6

* Change to a per session mutex in I/O buffer

* Make sure reader thread is terminated properly

* Handle potential race condition at directory scan

* Fix crash in collect files

* Fix directory cache invalidation

2021-04-25 Hans Beckerus <hans.beckerus#AT#gmail.com>

* Release v1.29.5
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@

#define RAR2FS_MAJOR_VER 1
#define RAR2FS_MINOR_VER 29
#define RAR2FS_PATCH_LVL 5
#define RAR2FS_PATCH_LVL 6

#endif

0 comments on commit 5ae3177

Please sign in to comment.