We offer over 7300 pre-built [pkgsrc](http://www.pkgsrc.org) packages for this release. To download the packages from your preferred [[mirror|mirrors]], use the following command:
- # echo "BINPKG_SITES=ftp://<your favorite mirror>/<path to the DragonFly dir>/packages/DragonFly-2.2/stable" > /etc/settings.conf
+ # echo "BINPKG_SITES=ftp://<favorite mirror>/<path to DragonFly dir>/packages/DragonFly-2.2/<release>" > /etc/settings.conf
Now you can use [pkg_radd(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_radd§ion=ANY) to download the binary packages. To get a list of all packages, let [pkg_search(1)](http://leaf.dragonflybsd.org/cgi/web-man?command=pkg_search§ion=ANY) download the summary file for that release:
* Add ftw(), nftw(), associated header files and documentation.
* Fixed hundreds of warnings in various userland tools.
* i486 is now the default architecture for gcc(1).
-* dntpd(8) can now connect to NTP servers with IPv6 addresses.
+* dntpd: Can now connect to NTP servers with IPv6 addresses.
+* dntpd: Fix hang in dntpd startup when network down.
* Use BIND's resolver in libc.
* Add nsswitch.conf(5) support and add the Name Service Cache Daemon nscd(8) from FreeBSD.
* Import several pam_* modules from FreeBSD.
* Several bugs in the installer were fixed.
* nrelease: Additional to the ISO generation, nrelease can now generate an USB stick image.
* nrelease: It is now possible to build chosen pkgsrc packages in a chroot.
+* telnetd: filter potentially dangerous environment variables passed from telnet client.
### Removals