* A bootable USB disk-key image (minimum 2G USB stick needed)
* A GUI bootable USB disk-key image with a full X environment. _Minimum_ 4G USB stick needed.
-The release ISO images should be available on most of the [[mirrors|mirrors]]. If the ISO is not available on a certain mirror, please try another one or download it from the DragonFly master site. Each image is in the "Live CD" format, meaning that it boots into a running and fully functional DragonFly system, which can be used for testing or system recovery tasks as well as installation
+The release ISO images should be available on most of the [[mirrors|mirrors]]. If the ISO is not available on a certain mirror, please try another one or download it from the DragonFly master site. Each image is in the "Live CD" format, meaning that it boots into a running and fully functional DragonFly system, which can be used for testing or system recovery tasks as well as installation. Check the [hardware page](http://www.dragonflybsd.org/docs/supportedhardware/) or boot a Live CD to check for compatibility.
The GUI bootable USB image also contains the DragonFly git repo in /usr/src and the pkgsrc git repo in /usr/pkgsrc. The code can be trivially checked out using these repos and can be incrementally updated from master sites, post-install.
* Soft tokens can now be taken in shared mode in addition to the classical exclusive mode.
* Virtual file system accounting support has been added and will serve as a basis for future file-system independent quota work.
* Appletalk support removed.
-* dmalloc, a new memory allocator, added for x86_64 only.
* tmpfs filesystems can now be exported via NFS.
-* libm has been updated with multiple math functions brought in from FreeBSD.
+* libm has been updated with multiple math functions brought in from NetBSD/FreeBSD.
+* Position-Independent Executables (PIE) support added.
+* TRIM support added.
+* PCI MMC/SD drivers are included in the GENERIC kernel
> ### Hardware changes (non-networking)
* padlock(4) now supports the built-in random number generator and feeds entropy into the kernel's entropy pool.
* Minor fix in hammer(8) for snapshot count in the info directive.
* Major update to rtld-elf.
* Major update and bugfixes to sh(1).
-* hammer dedup can run in fixed memory by running multiple passes.
+* 'hammer dedup' can run in fixed memory by running multiple passes.
* buildworld can now be run in parallel for faster results.
* dfregress, a regression testing framework, added.
+* Support for exception handling on statically-linked binaries.
+* libhammer, a library for HAMMER functions, has been added.
> ### x86_64-specific changes
* A bug in the initial stack pointer alignment has been fixed.
* gcc44 updated to 4.4.7
* gdb (and kdgb) updated to 7.3
* binutils updated to 2.22 (2.21 is still used by default)
+* binutils 2.20 removed
* xchat removed from GUI build
* file updated to 5.10
* less updated to 444
* awk updated to 20110810
* OpenSSH updated to 5.9p1
* OpenSSL updated to 1.0.0g
-* zoneinfo database updated to tzdata2011l
+* zoneinfo database updated to tzdata2011n
* mdocml updated to 1.11.3
* libpcap updated to 1.2.1
* tcpdump updated to 4.2.1
* libmpfr updated to 3.1
* texinfo updated to 4.13
* BSD gprof replaced with GNU gprof
+* libgnuregex removed