Skip to content

0.9.32

Compare
Choose a tag to compare
@gboudreau gboudreau released this 20 Jul 12:46
· 576 commits to master since this release
  • Samba restart for systems with systemd service manager (e.g. Fedora 17 and up).
  • Merge pull request #86 from ebinans/master
  • 64bit binary built with --disable-symbol-versions to avoid vfs module linking against specific version of Samba.
  • 32 bit binary built with --disable-symbol-versions to avoid vfs module linking against specific version of Samba.
  • Merge pull request #87 from ebinans/master
  • Fixing issue with TreeMap data in web-app (du visualizer)
  • Safeguard against negative $num_copies_required during fsck
  • Bugfix: Stop Greyhole from trying to trash your files on shares that are not in your greyhole.conf anymore, during fsck.
  • php-cli is required, not php, on rpm-based systems
  • updated diff to work with all current Samba 4.0.x versions
  • Merge pull request #90 from panthar/master
  • Added support for #G in memory_limit
  • Update USAGE
  • New timezone config option to prevent Greyhole from having to use date_default_timezone_get() to get the system timezone.
  • Now using PDO instead of php-mysql extension
  • New feature: new greyhole_error_log_file option for greyhole.conf, to separate INFO/DEBUG log lines from WARN/ERROR logs.
  • Bugfix: file copying can now use NFC UTF-8 form for filenames, both during file writes, and during fsck
  • Better greyhole --logs output, especially when using greyhole_error_log_file
  • Quiet warnings
  • Bugfix: more NFC UTF-8 encoding fixes for fsck
  • Fixed typo in compilation instructions for Samba4
  • Updated .so for Samba 4. Those should work on default Fedora 19 installs.