* Unionfs 1.0.11
This release fixes NFS exporting which was broken in 1.0.10.
- f_pos and lseek's offsets are unified, so readdir works on NFS exported
  unionfs mounts again.

* Unionfs 1.0.10
This release fixes several bugs over 1.0.9, but it will not correctly work if
you want to NFS export it.  For that you need to use 1.0.9 on 2.4.  In 1.0.11,
we will fix NFS exports correctly.

- Don't d_delete entries that don't have positive refcounts (Fabian Franz)
- Hardlinks should point to the same inode (Fabian Franz)
- File locking works correctly.
- Improved directory llseeking.
- snapmerge preserves permissions/times after copying files
- Improved Makefile
- Unionfs_d_revalidate copies attributes so the cache appears more coherent.
- Directory reading bug fixed.
- symlink copyup fixed
- Don't oops when creating files longer than 252 characters
- Some readdir fixes.
- df produces correct size results

* Unionfs 1.0.9
- Fixed copyup permissions bugs (Anton Farygin)
- NTFS mmap will no longer cause Oops (but it won't do the mmap, as NTFS
  doesn't support mmap).
- Moved directory reading helper routines into dirhelper.c from subr.c
- We no longer require hacked copies of vfs_create and vfs_unlink
- Moved finding and adding filldir_nodes into rdstate.c
- Added a sample RPM spec file, for those who want to package Unionfs
  (Note, we are currently not distributing source or binary RPMS)
- Fixed unionfs_link to allow hard-linking of files with a source of a
  readonly file system.
- Fixed apt-get on rw/ro branch configuration (related to unionfs_link)
- Modified regression/link.sh to reflect the changes in unionfs_link. It
  now includes tests to make sure linking on a read only filesystem works.
- Fixed an issue where unionfs_dir_llseek would cause an Oops

* Unionfs 1.0.8
- Fixed bug with readdir (but oddly not ls) that prevented that last entry
  from being shown.
- Include INSTALL file with information about installing Unionfs.
- Fix unionctl bug with "/" as the path to search for
- Fix to copyup permissions on directories
- Allow llseek to current directory position, but no others

* Unionfs 1.0.7
- Fixed locking for readdir state, this fixes a kernel Oops on preemptive
  kernels, and deadlocks on SMP kernels.
- Prevent readdir from giving -ESTALE on last entry.
- Fixes for gcc 2.9.5 (Alex de Landegraaf)
- Debian package scripts (Alex de Landegraaf)
- NFS Export on 2.6 (Sai Suman)
- Copyup permissions fix (Sai Suman)
- Warn when compiling on unsupported kernels (<2.6.9 or <2.4.20)
- Improved hardlink support (but not quite there yet)

* Unionfs 1.0.6
A lot of code has changed in the 1.0.6 release, so it may not be as stable as
the 1.0.5 release.

- Makefile fix over 1.0.5 for install target on 2.6
- unionfs.h, fist.h Makefile dependency fixed
- Support for readdir over NFS
- Hash table sizes are now based on the size of the lower-level directory
- In 2.4 inode private data resides in the inode.u field, saving memory
- Use kmem caches for filldir nodes rather than wasting space with extra
  large kmallocs, also move short names inline

* Unionfs 1.0.5
- Support for both 2.6 and 2.4 kernels

* Unionfs 1.0.4
- Copyup now correctly handles directories, devices, and symlinks.
- Extended attributes are now off by default because they cause too many
  compile problems.
- The regression tests is now included in the release, but is not actually
  installed.  These tests are rather primitive, but do check some fundamental
  Unionfs behavior on multiple branches.

* Unionfs 1.0.3
- Compile fixes for older (and newer) compilers than found on Redhat 9.
- Compile fixes for older kernels.
- Don't Oops when passed bad directories.

* Unionfs 1.0.2
- Minor README updates

* Unionfs 1.0.1
- Fix to release target which includes manual pages.

* Unionfs 1.0
- First public release
