Release Notes
- Turned off support for block special device mounts other
than for Linux platforms. It does not make much sense trying
to support it any where else due to possible read alignment
restrictions. - Fixed a problem with old style archives split into more
than 101 files. - Now returning "No such file or directory" instead of
"Input/output error" when trying to read information
for a file outside an archive or which does not exist
at all (libunrar5 only). - Fixed an issue when retrieving file information (#info)
that could have resulted in an infinite loop. - Fixed an issue with resolving symbolic links for
legacy archives in combination with libunrar5. - Corrected some issues that caused compilation failures
for UnRAR source 4.1.x. - Corrected a problem seen on e.g. FreeBSD for which closedir()
was called with a NULL pointer resulting in a crash. - Corrected some compilation errors on FreeBSD (and also other
platforms that sets HAVE_SETXATTR). - Mounting block special files on Linux can now benefit from
fmemopen() when supported. - Enabled syslog support.
- Added support for presenting high-resolution time stamp in
RAR5 archives. - Fixed problem with mounting a block special file that
resulted in a crash due to incorrect use of mmap() and
fmemopen(). - Added a missing check for errors from fmemopen().
- Fixed a minor calculation error in the file time stamp
'seconds' part as provided by libunrar (MS-DOS time format).