Release 1.0, 2009.08.18 ================================================================================ EntityFS -- giving your files identity. EntityFS is an object oriented file system API for Java. It contains a large selection of utility classes and methods for making it easier to work with file systems. Finally 1.0! In order to complete it, the goal of having a finished developer's handbook before 1.0 had to be dropped. It will be written in the future when there is a demand for it. The most important change in 1.0 is that the defaults values for locking and events have been changed when creating file systems. This will break some old code, but it was important to fix this before 1.0 (and promised API stability). The default behavior of file system builders is now that locking and events are disabled until manually enabled. The second most important change is that the EntityFS license has changed to LGPLv3. The third most important change is that the NTFS and Unix entity attributes now use HeliDB databases for the metadata files where the attributes are stored. There are a lot more changes in addition to those listed above. Some classes and interfaces have been deprecated and will be removed in the next release. See the changelog for details. Read more about EntityFS on http://www.entityfs.org Read more about Schmant on http://www.schmant.org Read more about HeliDB on http://www.helidb.org