Skip to content

Releases: gboudreau/Greyhole

0.10.14

01 Oct 17:40
9c98b97
Compare
Choose a tag to compare
  • Update systemd service file
  • Add systemd service into releases
  • Update INSTALL to include Systemd, also, add install missing files
  • Samba 4.7 Support
  • Merge pull request #187 from Sparticuz/systemd
  • Remove + from file name
  • Compiling VFS for Samba 4.7 requires --without-pam on configure command
  • Binaries for Samba 4.7
  • Merge pull request #188 from Sparticuz/samba47
  • Bugfix: "libsmbd-base-samba4.so: cannot open shared object file" on Debian 9 / Ubuntu 17
  • Bugfix: --balance-status ws not displaying properly for drives with 1TB+ of free space

0.10.13

15 Sep 21:39
233de06
Compare
Choose a tag to compare
  • Bugfix: VFS module for Samba 4.6 was creating randomly-named folders in shares root.

0.10.12

20 Jul 12:08
0f0eda9
Compare
Choose a tag to compare
  • Bugfix: libsmbd-base-samba4.so not found on Debian 9 & Ubuntu 17

0.10.11

29 Jun 22:33
ee95907
Compare
Choose a tag to compare
  • Bugfix: Endless loop when create_copies_from_metafiles() returns FALSE, when trying to process a 'write' op

0.10.10

27 Jun 12:36
e534e1b
Compare
Choose a tag to compare
  • Fix build script: .tar.gz was not uploaded to Github
  • Updated VFS module for Samba 4.5 (x86_64); old one was not working (on Debian Stretch at least) Error was: Error loading module '/usr/lib/x86_64-linux-gnu/samba/vfs/greyhole.so': /home/gb/samba-4.5.0/bin/shared/private/libsmbd-base-samba4.so: undefined symbol: s3_tevent_context_init
  • Bugfix: Don't add a she-bang in web-app/index.php during build
  • Bugfix: FATAL (crash) in Hook code when PHP warning was logged
  • Bugfix: disk usage web-app: error when selected folder contains only files (no folders)

0.10.9

22 Jun 01:15
56e03cc
Compare
Choose a tag to compare
  • New check_storage_pool_schedule (undocumented) config option
  • Improved USAGE instructions that will skip trying to re-create the greyhole MySQL DB if it already exists

0.10.8

18 Jun 16:26
dc2b8b9
Compare
Choose a tag to compare
  • Simplified .spec (RPM specs) file
  • Moved install script into git repo
  • Install the php-mysql(nd) package from the install script instead of using RPM requirement
  • Typo in .spec file

0.10.7

16 Jun 00:36
4eb7283
Compare
Choose a tag to compare
  • Future-proofing .rpm package (added new option for MySQL/MariaDB server package)
  • Bugfix: --balance-status was sometimes, depending on the free/used values, don't display properly, and would show PHP warnings
  • Samba 4.6 support
  • Improvements on documentation on how to build VFS modules
  • Updated HOWTO for Samba VFS module compiling
  • Added x flag on greyhole-php executable

0.10.6

08 Apr 16:18
01b346d
Compare
Choose a tag to compare
  • Removed reference to SQLite (not supported anymore)
  • Missing DB migration 12 when migration 11 ran in the past
  • Bugfix: Stop using open_basedir directive, which is causing weird issues with random users

0.10.5

10 Mar 13:50
41c5389
Compare
Choose a tag to compare
  • Ensure complete columns in tasks & tasks_complete tables have the right type. Fixes #172