761c8b6a55880a28e18e4b9c2fa6039003bf4e95
[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 * foo
60 * bar 
61
62 > ### HAMMER changes
63 * foo
64 * bar 
65
66 > ### Hardware changes (non-networking)
67 * foo
68 * bar 
69
70 > ### Hardware changes (networking)
71 * foo
72 * bar 
73
74 > ### Userland changes
75 * foo
76 * bar 
77
78 > ### amd64 related changes
79 * foo
80 * bar 
81
82 > ### Removals
83 * BIND is no longer in the base system.  See Special Upgrade notes above for a migration path.
84
85 > ### Contributed Software
86 * foo
87 * bar 
88
89 >### Security related
90 * foo
91
92 >### Big-ticket items
93
94 **thingname** - thingsdesc
95
96 **thingname** - thingsdesc
97