Finally the first release candidate for version 0.685 has been released.
Majors changes:
- Modified build scripts.
- Upgrade PHP to 5.2.4
- Upgrade lighttpd to 1.4.17.
- Make login procedure more FreeBSD style. Now we have 7 consoles available
(via Alt-Fx keys). 'root' is autologin on ttyv0. Environment is now set correct,
so we have a shell history. PATH is also set correct (no dumb absolute paths
are needed anymore).
Minors changes:
- Add link /sbin/mount_ntfs-3g and /sbin/mount_ntfs-3g to use mount -t ntfs-3g ntfs-3g /dev/xxx /mnt/xxx.
- Add 'Path' column displaying share path on Services/CIFS/Shares WebGUI page.
- Refactor time control used on various WebGUI pages like Rsync or scheduled shutdown.
- Restrict file access for FTP users to /mnt only. Only root has full access now.
- Modified file permissions for config files to 0600.
- Add commands /usr/bin/sort, /usr/bin/uniq, /usr/bin/dirname, /usr/bin/install and /usr/bin/tee.
- Add Patch for new hardware rev of D-Link DGE-528T PCI card
Bug fixs:
- Fix bug in UPnP WebGUI page. Profile dropdown control is not disabled when service is disabled.
- Fix bug in Access/Group WebGUI page. Group ID was lost when editing existing group.
- Fix bug in userdb generation. User administrator privilegs were not set correct.
- Fix problem that RAID size and status isn't displayed correct.
- Restart 'CIFS/Samba' if users has been modified/added/deleted.
- Fix bug in xml processing. Strings containing the characters <>" produces errors
in the corresponding scripts. This is because the special characters were not unescaped:
< <=> <
> <=> >
" <=> "
...
- Fix bug when mounting NTFS filesystems via WebGUI. A reboot to mount disks is not necessary anymore.
- Fix bug in /etc/rc.d/pureftpd script. 'Max. conn. per IP' = 0 denied starting service.
- Set correct charset/codeset in WebGUI.