Zojuist is met versienummer 0.685 de eerste release candidate van FreeNAS uitgebracht. Met dit pakket kan een computer in het netwerk gebruikt worden puur en alleen voor dataopslag, in goed Engels 'Network Attached Storage' geheten. Het geheel is gebaseerd op M0n0wall, een uitgeklede FreeBSD installatie, en is voorzien van een overzichtelijke webinterface. Het heeft onder andere ondersteuning aan boord voor CIFS (Samba), FTP, NFS, RSYNC, SSH, local user authentication en Software RAID 0, 1 en 5. Geïnstalleerd neemt FreeNAS niet meer dan 32MB ruimte in beslag en kan dus met gemak op een Compact Flash, de harde schijf of een USB-stick worden geïnstalleerd. Het changelog van deze versie laat de volgende veranderingen zien:
Majors changes:Minors 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).
Bug fixs:
- 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
[break]
- 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.