(no commit message)
[ikiwiki.git] / release28 / index.mdwn
1 # DragonFly Release 2.8
2 ## x yyyy 20xx (2.8)
3
4 The DragonFly 2.8 release is here!
5
6 Wait, no it's not!  This is a page set up for work done on the 2.7 development branch, so that we can write it down as it happens.  When 2.8 is rolled, we'll use this page for the release.
7
8 ## Availability
9
10 [[mirrors|mirrors]]
11
12 ### MD5 sums
13
14 * foo
15 * bar 
16
17 ### pkgsrc packages
18
19 We offer thousands of pre-built [pkgsrc](http://www.pkgsrc.org) packages for this release.   The [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd&section=ANY) utility may be used to download pre-built binary packages.  The path can be overridden by setting BINPKG_SITES in `/etc/settings.conf`.
20
21 To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_search&section=ANY) download the summary file for that release:
22
23     # pkg_search -d
24
25 We supply a Makefile in /usr to track the pkgsrc tree.  We also supply a Git mirror of the NetBSD pkgsrc CVS repo as
26 well as the pkgsrc/wip (work in progress) repo at git://git.dragonflybsd.org/pkgsrc.git.  We recommend that
27 users use it, instead of pulling from NetBSD with CVS.  Our Git mirror is updated four times a day.
28
29 ## DragonFly 2.6.x Special Installation and Upgrade Notes
30
31 **BIND removal** - BIND is no longer in the base system.  If you are using BIND or any of the associated utilities (host, nslookup, etc.), this method will allow you to transition to the version in pkgsrc:
32
33 >     # cd /usr/pksrc/net/bind96; 
34 >     # bmake all install clean
35 >     # ln -s /usr/pkg/share/examples/rc.d/named9 /etc/rc.d/
36 >     # /etc/rc.d/named stop
37 >
38 >edit /etc/rc.conf, and  remove 
39 >
40 >     named_enable="YES"
41 >
42 >then add
43 >
44 >     named9_enable="YES"
45 >     named_chrootdir="/etc/namedb"
46 >     named_flags="-c named.conf"
47 >
48 >     # chown -R named /etc/namedb
49 >     # /etc/rc.d/named9 start
50 >
51 >Test your setup with host, dig and so on. Check for a running named process with ps. Error messages should go to /var/log/messages.
52
53
54 ## DragonFly 2.8 Release Notes
55
56 ### Release Improvements
57
58 > ### Kernel changes
59 * IO Scheduler framework and Fair Queuing I/O scheduler 
60
61 > ### HAMMER changes
62 * foo
63 * bar 
64
65 > ### Hardware changes (non-networking)
66 * foo
67 * bar 
68
69 > ### Hardware changes (networking)
70 * New wireless network card framework
71 * bar 
72
73 > ### Userland changes
74 * foo
75 * bar 
76
77 > ### amd64 related changes
78 * foo
79 * bar 
80
81 > ### Removals
82 * BIND is no longer in the base system.  See Special Upgrade notes above for a migration path.
83
84 > ### Contributed Software
85 * foo
86 * bar 
87
88 >### Security related
89 * foo
90
91 >### Big-ticket items
92
93 **thingname** - thingsdesc
94
95 **thingname** - thingsdesc
96