Skip to content

Commit

Permalink
Release v1.29.1
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 Aug 23, 2020
1 parent 1091bd7 commit 505cb53
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
rar2fs ChangeLog file.

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

* Release v1.29.1

* Fix a problem with the #info function on Cygwin

* Improve detection of volume extraction errors

* Fix resolution of first volume name

* Make sure a bad password is detected for RAR4

* Require password for encrypted archive mounts

* Fix a regression with .NNN style volumes

* Change FUSE library search order

* Fix invalid library search path

* Fix compilation errors for some libunrar versions

* Correct ifdef check for VER_UNKNOWN (#137)

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

* Release v1.29.0
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 0
#define RAR2FS_PATCH_LVL 1

#endif

0 comments on commit 505cb53

Please sign in to comment.