## DragonFly 2.2.0 Release Notes
+### Release Improvements
+* A new DVD ISO release image is now available, in addition to the CD release.
+* The new DVD release has a full X environment ready-to-go and many packages pre-installed.
+* A full pkgsrc tar is now available on the CD/DVD in /usr.
+* Full sources tar now available on the DVD (kernel sources only on the CD), in /usr.
+* The nrelease build now trivializes package selection for people creating customized releases.
+* The installer is now able to create a HAMMER filesystem setup.
+
### Kernel changes
* First step towards AMD64 support (done by Jordan Gordeev during the Google Summer of Code 2008).
* The system control *intr_mpsafe* is enabled by default.
#### HAMMER changes
-* The installer can now create HAMMER partitions.
+* HAMMER is now considered production-capable. Many bug fixes and other improvements have been made.
* It is now possible to boot from a HAMMER-only disk. No need for a single UFS partition for /boot.
* Add HAMMER read support to the boot loader.
-* Use per-mount kmalloc pools for bulk data structures, particularly inodes and records.
+* Now uses per-mount kmalloc pools for bulk data structures, particularly for inodes and records.
### Hardware changes