You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes an issue causing a “Use of uninitialized value in bitwise and (&)” warning when processing symlinks.
Changes the compression implementation to use a pipe to the specified compressor’s command line tool, rather than using Perl modules, which have been tricky to install and tricky for us to distribute (due to having binary components providing bindings to libz, libbz2, and liblzma).