# DragonFly Release 2.6
-## XX March 2010 (2.6.0)
-
+## 5 April 2010 (2.6.1)
The DragonFly 2.6 release is here!
-Three release options are now available: Our bare-bones CD ISO, a DVD ISO which includes a fully operational X environment, and a bare-bones bootable USB disk-key image (1G disk keys recommended).
+Three release options are now available for 32-bit: Our bare-bones CD ISO, a bare-bones bootable USB disk-key image (minimum 1G USB stick needed), and a gui bootable USB disk-key image with a full X environment. The gui USB image replaces the DVD ISO image we has in the previous release to work around issues with DVDs simply being too slow to boot an X environment from.
-In addition we will for the first time be shipping a 64-bit ISO. 64-bit support is stable but there will only be limited
-pkgsrc support in this release. Both the bare-bones CD ISO and a bootable USB disk-key image are available for the 64-bit release.
+Two release options are available for 64-bit: Our base-bones CD ISO and our bare-bones bootable USB disk-key image. The 64-bit release is now fully supported.
## Availability
### MD5 sums
-* MD5 (dfly-2.6.0_REL.img.gz) =
-* MD5 (dfly-2.6.0_REL.iso.gz) =
-* MD5 (dfly-amd64-2.6.0_REL.iso.gz) =
-* MD5 (dfly-gui-2.6.0_REL.iso.gz) =
-
-* MD5 (dfly-2.6.0_REL.img) =
-* MD5 (dfly-2.6.0_REL.iso) =
-* MD5 (dfly-amd64-2.6.0_REL.iso) =
-* MD5 (dfly-gui-2.6.0_REL.iso) =
+* MD5 (dfly-i386-2.6.1_REL.img.bz2) = 661a41dab81b6870eda6431f95e6905f
+* MD5 (dfly-i386-2.6.1_REL.iso.bz2) = e7101da11ad8b9b7c1a0da53a60efd48
+* MD5 (dfly-gui-i386-2.6.1_REL.img.bz2) =
+* MD5 (dfly-x86_64-2.6.1_REL.img.bz2) = b086e6be72a925c1b9a7bfe0d4a8254b
+* MD5 (dfly-x86_64-2.6.1_REL.iso.bz2) = d6e1735b20c991771ac19a90776b97f3
### pkgsrc packages
doing a UFS install and not the default HAMMER install. We also recommend installing from the CD ISO
and not the DVD ISO. The DVD ISO HAMMER install has bugs (see [[Known Release Issues|issues24]]).
-**DVD ISO HAMMER install bugs (2.6.0 only)** - You will get a 'guard1x fail @...' loader panic.
-See [[Known Release Issues|issues24]] on how to fix.
-
-## DragonFly 2.6.0 Release Notes
+## DragonFly 2.6.1 Release Notes
### Release Improvements
> ### Kernel changes
-* Imported tmpfs (efficient memory filesystem) from NetBSD.
-* Added support for minidumps.
-* Added swapcache support.
+* Ported tmpfs (efficient memory filesystem) from NetBSD
+* Added support for minidumps
+* Added swapcache support for SSDs
* Ported POSIX Message Queues from NetBSD (Google Summer of Code Project).
* Updated Linuxulator (now runs java, flash,...) for pc32
* fixed vinum root mounts
* Added watchdog framework (compatible with watchdogd(8))
* Added gpio framework
* Ported minidumps from FreeBSD (enabled by default)
-* Added vkernel64
+* Added vkernel64 (64-bit vkernels - experimental)
* Added hotplug pseudo-device
* Removed msfbufs and reimplemented sfbufs as a consumer of the newly added lwbufs (lightweight buffers)
* fixed checkpointing
* Updated ACPI from FreeBSD 7.2
* Updated CPU initialization code From FreeBSD
-
> ### HAMMER changes
-* Updated to HAMMER version 4, moving snapshot settings out of config files and moving snapshots to /var/hammer; add an UNDO and REDO FIFO to improve fsync performance.
+* Updated to HAMMER version 4
+* snapshot settings and snapstops moved out of <fs>/snapshots and into meta-data
+* REDO generation and recovery added to support fast fsync
* Extended 'hammer snapls' output to print mountpoints and snapshot notes.
* 'hammer viconfig' takes editor preference into account now
-* XXX: REDO, fsync modes, ...
+*
> ### Hardware changes (non-networking)
* uchcom(4): The driver for WinChipHead CH341/CH340 is now working stable