Releases: gboudreau/Greyhole
Releases · gboudreau/Greyhole
0.15.15
0.15.14 (3)
- Fix for PHP 8.1
0.15.13
- Typo in build_vfs log when installing com_err & heimdal-devel
- Don't use "--with-system-heimdalkrb5" when building the Samba module on Alpine Linux (Docker image)
- Improved log (stdout) for build_vfs script
- Fixed build_vfs for Alpine Linux 3.15 (Samba 4.15)
- Bugfix: build_vfs might be missing perl-CPAN on yum-based OS
- Bugfix: log about running build_vfs should mention sudo, since it's required
- Bugfix: modifying a file could result in a broken symlink in the LZ
0.15.12
0.15.11
0.15.10
0.15.9
- Comment out sticky-files suggestions
- When building a new version, create Docker images for all platforms (x86_64 & armv6/v7/v8)
- build_vfs script: when compiling Samba fail, tail (100 lines) the build log
- tail of build log might not be sufficient to see the actual error; will cat the log instead
- build_vfs script: tail of build log might not be sufficient to see the actual error; will cat the log instead; waiting 15s after ./configure starts before starting to show progress
- Fix for building VFS module on ARM, in Docker (Alpine 3.13)
- Improved caching of PHP loaded modules, when using greyhole-php wrapper script
- Small code improvements here and there
- Balancing: try using 100MB+ files first; if none are found, look for 10MB+ files, then 5MB+, 1MB+ and then any files. Allows balancing a share/storage pool drive that only contains small files.
- New
greyhole --cp
(aliascpgh
) command: Copy a file or folder onto your storage pool without going through Samba
0.15.8
- New VFS module for Samba 4.14; now using Docker to build VFS modules (was using VirtualBox VMs & homelab server before)
- WebUI: crashfix in DataTables AJAX call, when search field is empty
- Bugfix: Samba VFS module for Samba 4.13+ would sometimes log "open for writing" operation incorrectly; that would leave a bunch of spam in the tasks table in MySQL
- Bugfix: Skip trying to process files with emojis in their name Fixes #272