0f468e3e7ff30e0542db1ea00b748ce298dc3594
[ikiwiki.git] / release36 / index.mdwn
1 # DragonFly Release 3.6
2
3 Version 3.6.0 released xx November 2013.
4
5 ## Big-ticket items
6
7 ### blah blah
8
9 blah blah
10
11 blah blah
12
13 ### blah blah
14
15 ## Availability
16
17 Two release options are now available for 32-bit as well as for 64-bit.  64-bit installations are recommended if you do not need the Linux emulation layer.
18
19 * An ISO, to be burned to a physical CD or used as an image to install a virtual machine.
20 * A bootable USB disk-key image. (minimum 2G USB stick needed)
21
22 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.  
23
24
25 ### MD5 sums
26
27 MD5 sums for the compressed images:
28
29
30
31 MD5 sums for the uncompressed images:
32
33
34 ### pkgsrc packages
35
36 There are no prebuilt pkgsrc packages; pkgsrc itself can be installed from tarballs or the cvs repository at http://www.pkgsrc.org/
37
38 ### dports packages
39
40 Packages for dports on DragonFly 3.6 are available, for both 32 and 64 bit platforms.  The 'pkg' command will automatically access the main dports repository for DragonFly.  Modify /etc/pkg.conf if you want to change this.
41
42 If you have pkgsrc packages installed, move or rename /usr/pkg and /var/db/pkg before installing from dports.  Use 'pkg search' to verify the existence of your needed packages before moving the existing pkgsrc files away, and 'pkg install' to add them.
43
44 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.
45
46 ## DragonFly 3.6 Special Installation and Upgrade Notes
47
48 **Upgrade process change** - upgrading from DragonFly 3.4 to DragonFly 3.6 requires a slight change in the process.  *Reboot before performing 'make upgrade'.*  This change is only necessary when transitioning from 3.4 to 3.6.
49
50 **Transitioning from pkgsrc to dports** - See 'dports packages' above.
51
52 **Disk size warning** - Installations using HAMMER should use disks over 50G in size.  HAMMER history will consume disk space quickly.  Either use UFS on smaller disks, or prune your file history carefully. 
53
54 **Virtual PC users** - Virtual PC does not supply serial numbers for the virtual disks.  The system may need to be manually directed in the boot loader if the disk identifier changes.  (Hit ? in the boot loader for a list of available volumes.)
55
56 **Qemu users** - If you see a large number of error messages on the console when booting, you may need to boot DragonFly with ACPI disabled.  This can be done in the menu presented at initial boot.  If that doesn't help, try placing hw.ioapic_enable=0 in /boot/loader.conf.
57
58 **VMWare Player users** - xorg.conf may require additional configuration to display a desktop on the i386 GUI DragonFly images.
59
60 **Installer Crypt Options** - The installer can encrypt the root volume and the swap volume.  It will not work properly for other volumes despite any additional check-boxes you might see.  Installer and boot-time support works but is still a bit rough around the edges.  Performance will be relatively high on multi-core machines.
61
62 ## DragonFly 3.6.0 Release Notes
63
64 For a list of per-commit changes, see the [3.6.0rc tag commit](http://lists.dragonflybsd.org/pipermail/commits/2013-November/198479.html).
65
66 > ### Kernel changes
67
68 * Drivers have been made to behave when using a bigger than 128KB maximum IO transfer size
69 * CLOCK_PROCESS_CPUTIME_ID support added
70 * Support for memory page attributes added
71 * Cache invalidation functions enhanced
72 * Various advanced memory management functions implemented in the x86_64/amd64 64-bit kernel
73 * drm code updated, initially based on the FreeBSD drm2 code from 2012 and later enhanced with OpenBSD and Linux imports
74 * GEM and TTM memory managers added
75
76 * Many fixes and performance improvements in the network stack
77 * socket: Extend SO_REUSEPORT to distribute workload to available sockets
78
79 > ### Hardware changes
80
81 * Special support for Cyrix CPUs removed
82 * i915/kms support up to Ivy Bridge chips (Xeon E3v2 / Core i 3000)
83 * radeon/kms support (very new and still buggy, Xorg driver not enabled by default)
84 * drm/kms is only expected to work on 64-bit x86_64/amd64 systems
85 * i386 systems are considered legacy and use an old xorg-server 1.7 based graphic stack by default
86
87 * Many issues fixed and new drivers added in the usb4bsd stack
88 * A driver for the Emulex OneConnect 10Gb NICs has been added, oce(4)
89 * I/O performance regression seen in VMware ESXi fixed
90 * Support for nvidia MCP79 AHCI controllers added
91
92 * 10Ge TSO performance improved
93 * bnx driver: multiple RX/TX rings and MSI-X support for 5718/57785
94 * cputimer: Allow MP synchronized TSC to become cputimer
95 * em, igb drivers enhanced. Support for i217 and i218 Intel 1Gb adapters added
96 * re(4) driver updated, support added for various new chip variants
97 * ecc(4): Support for E3-1200 v2 and E3-1200 V3 memory controllers added
98 * Many improvements in the mxge(4) driver for Myricom Myri10GE 10 Gigabit Ethernet adapters
99
100 > ### HAMMER2
101
102 * HAMMER2 is in the system but not ready for use.  Development of HAMMER2 is ongoing in DragonFly 3.7. 
103
104 > ### Userland changes
105
106 * Blah blah
107
108 > ### Removals
109
110 * Blah blah
111
112 > ### Contributed Software
113
114 * Blah blah
115
116 >### Security related
117
118 * Blah blah