71ad467fded11ec169f594f1049b97b1691645f7
[ikiwiki.git] / release22 / index.mdwn
1 # DragonFly Release 2.2
2
3 **XXX Add release description here**
4
5 ## Availability
6
7 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 FTP server.
8
9 **The MD5 for the release is:**
10
11 * MD5 (dfly-2.2.0_REL.iso) =
12 * MD5 (dfly-2.2.0_REL.iso.gz) =
13
14 ## DragonFly 2.2.0 Release Notes
15
16 ### Kernel changes
17 * First step towards AMD64 support (done by Jordan Gordeev during the Google Summer of Code 2008).
18 * The system control *intr_mpsafe* is enabled by default.
19 * Move <tt>/kernel</tt> to <tt>/boot/kernel</tt> and <tt>/modules</tt> to <tt>/boot/modules</tt>.
20 * Add RFC3542 support (done by Dashu Huang during the Google Summer of Code 2008).
21 * Add HW checksum support to the loopback interface, which doubles performance.
22 * acpi_cpu(4) update. It's now possible to use higher (lower power usage) C states than C1 in modern (multicore) CPUs.
23 * First steps to use network threads without the Big Giant Lock (this feature is considered experimental).
24 * Fixed CVE-2008-2476 IPv6 security issue with modified patches from NetBSD.
25 * <tt>bridge_input</tt> works now in parallel.
26 * Fix bugs in dealing with low-memory situations when the system has run out of swap or has no swap.
27 * Major rewrite of usched_bsd4 and related support logic, plus additional improvements to the LWKT scheduler.
28 * Major revamping of the pageout and low-memory handling code.
29 * suser_* replaced with priv_* implementation from FreeBSD.
30
31 #### HAMMER changes
32
33 * The installer can now create HAMMER partitions.
34 * It is now possible to boot from a HAMMER-only disk.  No need for a single UFS partition for /boot.
35 * Add HAMMER read support to the boot loader.
36 * Use per-mount kmalloc pools for bulk data structures, particularly inodes and records.
37
38 ### Hardware changes
39
40 * Add ACPI support module for IBM/Lenovo Thinkpad laptops (from FreeBSD).
41 * Add acpi_video(4) - a driver for ACPI video extensions (from FreeBSD).
42 * It is possible to power down PCI devices during detach.  This should save some power when using mobile devices (from FreeBSD).
43 * Update acpi_battery(4) related code to the latest one from FreeBSD HEAD.
44 * Correctly handle Intel G33 chips and add support for G45 chips to the agp(4) driver (from FreeBSD).
45 * Fixed CVE-2008-3831. Affects the Intel G33 series and newer only.
46 * Sync ciss(4) with FreeBSD's RELENG_4 branch.
47
48 #### Networking
49
50 * Add support for cards with "RealTek 8102EL PCIe 10/100baseTX" chipset.
51 * Add poling support for jme(4).
52 * Add driver for Attansic PHYs (from FreeBSD).
53 * Add ale(4) for Atheros AR8121/AR8113/AR8114 PCIe ethernet controller (from FreeBSD).
54 * Add age(4) for Attansic/Atheros L1 gigabit ethernet controller (from FreeBSD).
55
56 #### USB
57
58 * ...
59
60 ### Userland changes
61
62 * The DragonFly source repositories are now maintained with [git](http://git.or.cz/) instead of CVS. See [development(7)](http://leaf.dragonflybsd.org/cgi/web-man?command=development&section=ANY) for instructions how to clone the repository.
63 * A lot of man pages were updated due to the switch to git.
64 * Add LiveDVD support to our nrelease framework. (done by Louisa Luciani during the Google Summer of Code 2008).
65 * Enhance the DragonFly Mail Agent (done by Max Lindner during the Google Summer of Code 2008).
66 * Add a new multi-player terminal game: hunt.
67 * Bring in the devinfo(3) library and devinfo(8) utility from FreeBSD. The utility and library can be used to view the internal device hierarchy.
68 * Add devctl(4) and devd(8) from FreeBSD and enable related support in acpi_thinkpad(4).
69 * Update sensorsd(8) to the latest version from OpenBSD (October 2008).
70 * Sync libc/stdtime and zdump(8)/zic(8) with tzcode2008h from elsie.
71 * Symlink <tt>/dev/dsp</tt> to <tt>/dev/audio</tt> to preserve compatibility with older programs (all pkgsrc apps by default up to 2008Q3).
72 * A new daily periodic script cleans up all HAMMER volumes at night.
73 * Sync libusbhid with other BSDs. Sync usbhidctl with FreeBSD.
74 * Add ftw(), nftw(), associated header files and documentation.
75 * Fixed hundreds of warnings in various userland tools.
76 * i486 is now the default architecture for gcc(1).
77 * Use BIND's resolver in libc.
78 * Add nsswitch.conf(5) support and add the Name Service Cache Daemon nscd(8) from FreeBSD.
79 * Import several pam_* modules from FreeBSD.
80
81 ### Removals
82
83 * Removed the ISC DHCP server and client.  **NOTE**: If you install DragonFly 2.2 from the live CD, you already have a pkgsrc version of the DHCP server installed.  If you update from a previous version, you have to install the pkgsrc version manually.
84
85 ### Contributed Software
86
87 * Bring in the privilege separation ready DHCP client from OpenBSD.
88 * Update OpenPAM to Hydrangea.
89 * Update OpenSSH to version 5.1p1.
90 * Update OpenSSL to version 0.9.8i.
91 * Sync zoneinfo database with tzdata2008h.