Donation from P David Rogers. Thanks!
[ikiwiki.git] / release38 / index.mdwn
1 # DragonFly Release 3.8
2
3 Version 3.8.0 released 04 June 2014.
4
5 Version 3.8.1 released 16 June 2014.
6
7 Version 3.8.2 released 15 August 2014.
8
9 ## Big-ticket items
10
11 ### Dynamic binaries in the root filesystem
12
13 DragonFly binaries in /bin and /sbin are now dynamic, which makes it possible to use current identification and authentication technologies such as PAM and NSS to manage user accounts.  
14 Some libraries have been moved to /lib to support this.
15
16 ### New USB
17
18 USB4BSD is now default in DragonFly.  USB3 devices are supported, though some network devices may not be recognized. 
19
20 ### Graphics drivers
21
22 The drm/i915 driver had originally been ported from FreeBSD. An ongoing synchronization work with the version present in the Linux 3.8 branch is now going on. The mid-term goal is to be able to use GPUs included in Haswell and ValleyView/Bay Trail processors.  
23 Supported GPUs are currently limited to HD4000 from the Ivy Bridge processor generation.
24
25 Even if this goal has not been reached yet, the partial synchronization with the drm/i915 implementation from Linux 3.8.x has already allowed many bugs to be fixed and general driver stability to be improved.
26
27 The drm/ttm memory manager used by the drm/radeon driver has been partially synchronized with the version present in Linux 3.9, improving its stability. Howewer, many issues remain and thus Xorg still doesn't use the drm/radeon driver by default.
28
29 ### Last 32-bit release
30
31 A 32-bit address space is now a significant limitation in the high-performance world where DragonFly lives.
32
33 This is the last DragonFly release planned to work on i386.  Please plan to upgrade to 64-bit when possible.  Note that prebuilt packages for this release will only exist for 64-bit systems; 32-bit users will have to build by hand.
34
35 ## Availability
36
37 64-bit (x86_64) installations are recommended.  The 32-bit (i386) should only be used if your hardware cannot support 64-bit operating systems.  Each version is available as:
38
39 * An ISO, to be burned to a physical CD or used as an image to install a virtual machine.
40 * A bootable USB disk-key image. (minimum 2G USB stick needed)
41
42 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.  
43
44 "GUI" images with a desktop are not ready at release time.  
45
46 ### MD5 sums
47
48 MD5 sums for the compressed images:
49
50     MD5 (dfly-i386-3.8.2_REL.img.bz2) = eab5b0252c10998ef326bf67b07b2a91
51     MD5 (dfly-i386-3.8.2_REL.iso.bz2) = 5460fd5b153151ad946bdcfd47fdb6a2
52     MD5 (dfly-x86_64-3.8.2_REL.img.bz2) = 08e01bbde2a079fc85b7eb25f847a05f
53     MD5 (dfly-x86_64-3.8.2_REL.iso.bz2) = d620856465e449b99e6a20a4360db2a0
54
55
56
57 MD5 sums for the uncompressed images:
58
59     MD5 (dfly-i386-3.8.2_REL.img) = 795176a8e2e50f423a51a63b880912f1
60     MD5 (dfly-i386-3.8.2_REL.iso) = 9d65779830e326f33f07170c9790a507
61     MD5 (dfly-x86_64-3.8.2_REL.img) = a680535033ad7fd4db40259de95bbfad
62     MD5 (dfly-x86_64-3.8.2_REL.iso) = 6db0878b61e1ef9e9f8ed4c14b931076
63
64
65 ### dports packages
66
67 Packages for [[dports|docs/howtos/HowToDPorts]] on DragonFly 3.8 are available, for 64-bit platforms.  The 'pkg' command will automatically access the main dports repository for DragonFly.  Modify /usr/local/etc/pkg/repos/df-latest.conf if you want to change this and select a different mirror (or replace that file with a modified df-releases.conf to switch to the static 3.8 RELEASE repository).
68
69 If you have pkgsrc packages installed, move or rename /usr/pkg and /var/db/pkg before installing from dports.  Dump databases before starting this process.  Use 'pkg search' to verify the existence of your needed packages before moving the existing pkgsrc files away, and 'pkg install' to add them.
70
71 If you need specific build options for dports packages that aren't on by default, you will need to build your own versions of the software.  Download the dports src repository with 'make dports-create' in the /usr directory, and build from there.
72
73 See the [[docs/howtos/HowToDPorts]] page for more details on using and maintaining dports.
74
75 ## DragonFly 3.8 Special Installation and Upgrade Notes
76
77 This is the most important part of this page.
78
79 * For upgrading: /boot/kernel/initrd.img will be deleted and replaced with initrd.img.gz.
80 * Use UFS for disks under 50G.  
81 * Virtual PC may cause problems with the boot loader (hit ?) 
82 * Qemu users can disable ACPI to reduce console errors (hw.ioapic_enable=0 in /boot/loader.conf).
83 * The installer can only encrypt the root and swap volumes.
84
85 ## DragonFly 3.8.2 Release Notes
86
87 This version has an updated version of OpenSSL, among other changes.  See [the tag commit](http://lists.dragonflybsd.org/pipermail/commits/2014-August/270573.html) for details.
88
89 ## DragonFly 3.8.1 Release Notes
90
91 The .1 release includes recent OpenSSL and PAM security updates.  See [the tag commit](http://lists.dragonflybsd.org/pipermail/commits/2014-June/270261.html) for a full list.
92
93 ## DragonFly 3.8.0 Release Notes
94
95 For a list of per-commit changes, see the [3.8.0rc](http://lists.dragonflybsd.org/pipermail/commits/2014-May/270103.html) tag, [3.8.0rc2](http://lists.dragonflybsd.org/pipermail/commits/2014-May/270130.html) tag and the [3.8.0 tag commit](http://lists.dragonflybsd.org/pipermail/commits/2014-June/270147.html).
96
97 > ### Kernel changes
98
99 * Various netmap updates (still not functional).
100 * ohci, uhci, and xhci synced with FreeBSD.
101 * USB4BSD is now default
102 * Add native C-state support for Intel CPUs
103 * Fix and extend mwait C-state support
104 * Add Intel performance-energy hint support
105 * Overhaul Intel software controlled clock modulation support
106
107 > ### Userland changes
108
109 * DragonFly now uses dynamic binaries in the root filesystem
110 * PAM and NSS will work with DragonFly.
111 * tcplay has been updated to version 2.0.
112 * pfi now supports authorized_keys
113 * tools/hammer-backup.sh, a simple Hammer backup script, added
114 * Updates/syncs for units(1), sed(1), cmp(1), and newgrp(1).
115 * fetch, patch, install, and daemon updated.
116 * GSoC project 'SysV IPC in userspace' committed
117
118
119 > ### Hardware changes
120
121 * drm/ttm/i915 updated significantly to match Linux 3.8's DRM implementation
122 * Updates to bwn(4)
123 * Updates to vtnet(4)
124 * cyapa(4) support added (Chromebook touchpads)
125 * arcmsr(4) updated
126
127 > ### Network changes
128
129 * Possible panics fixed in gif, pf, ip, and in.
130 * iwn(4) updated
131 * ath(4) updated
132 * Unnecessary network stack IPIs reduced
133 * ix updated to 2.5.15, with a drop in processing requirements
134 * TCP port token split for better TCP connect(2) performance
135 * IPv4 multicast support fixed
136
137 > ### HAMMER2
138
139 * HAMMER2 is in the system but not ready for use.  Development of HAMMER2 is ongoing in DragonFly 3.9. 
140
141 > ### Removals
142
143 * Last bits of Xerox NS support removed
144 * ATM protocol support removed
145 * IPX and NCP protocols support removed
146 * NWFS filesystem removed
147
148 > ### Contributed Software
149
150 * bmake updated to bmake-20131001.
151 * mdocml updated to mdocml-1.12.3
152 * binutils updated to 2.24
153 * dma updated to version 0.9
154 * libpcap updated to 1.4.0
155 * file updated to 5.18
156 * OpenSSL updated to 1.0.1g
157 * ee updated to 1.5.2
158 * tzdata updated to tzdata2014c
159 * ACPICA updated to 20140424
160
161 >### Security related
162
163 * [CVE-2014-3879](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3879) has been [patched](http://lists.dragonflybsd.org/pipermail/commits/2014-June/270144.html) as of the 3.8.0 release.