From: justin Date: Sun, 19 Feb 2012 15:41:38 +0000 (-0800) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/eedd8701fb33403bceba4f8af4e58389bac1bdb8 --- diff --git a/release30/index.mdwn b/release30/index.mdwn index 88cd15a6..17dfdf36 100644 --- a/release30/index.mdwn +++ b/release30/index.mdwn @@ -23,6 +23,10 @@ HAMMER's behavior in very low memory configurations has also improved; it will n ACPI + interrupt routing have been upgraded. A SMP kernel will work on all machines and is installed by default. +### Disk Encryption + +DragonFly now has [tcplay(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=tcplay§ion=8), a tool for creating and managing encrypted disk volumes. It is 100% [TrueCrypt](http://www.truecrypt.org/) compatible and BSD licensed. + ## Availability Three 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. @@ -70,6 +74,8 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr **ISA driver removal** - A number of ISA hardware drivers have been removed. One of these drivers, ie(4), was in our GENERIC config. Another driver, aha(4), was in both our GENERIC and our X86_64_GENERIC kernel configuration files. If you are using a kernel config based on a previous release's GENERIC config file, you may need to remove these drivers in order to successfully compile the kernel. +**PAM Changes** - The pam_krb5 and pam_ksu modules have been removed as part of a PAM update. If you were using these modules, the security/pam-krb5 package in pkgsrc is a suitable replacement. + ## DragonFly 3.0 Release Notes @@ -92,8 +98,11 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * A netgraph MP race has been fixed. * A bug in the kernel smb code relating to directory scanning has been fixed. * NFS server updates were pulled in from FreeBSD; read and write clustering behavior is improved. +* MSI and MSI-X support has been greatly expanded. * Soft tokens can now be taken in shared mode in addition to the classical exclusive mode. * Virtual file system accounting support has been added and will serve as a basis for future file-system independent quota work +* Appletalk support removed +* dmalloc, a new memory allocator, added for x86_64 only. > ### Hardware changes (non-networking) * padlock(4) now supports the built-in random number generator and feeds entropy into the kernel's entropy pool. @@ -103,10 +112,12 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * hptiop(4) updated. * safe(4) added. * mps(4) driver updated +* ecc(4) now supports more hardware. > ### Hardware changes (networking) * bge(4) now supports the 5761, 5784, and 57780 chipsets. * ndis(4) updated. +* re(4) updated. > ### New Multiprocessor Safe Work * VM: vm_objects now use per-object tokens and a hold/release based-lock protocol, rather than the global VM token. @@ -128,6 +139,8 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * Major update to rtld-elf. * Major update and bugfixes to sh(1). * hammer dedup can run in fixed memory by running multiple passes. +* buildworld can now be run in parallel for faster results. +* dfregress, a regression testing framework, added > ### x86_64-specific changes * A bug in the initial stack pointer alignment has been fixed. @@ -145,7 +158,7 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * GNU sort replaced by NetBSD's * gcc44 updated to 4.4.7 * gdb updated to 7.2 -* binutils updated to 2.21 +* binutils updated to 2.22 (2.21 is still used by default) * xchat removed from GUI build * file updated to 5.10 * less updated to 444 @@ -153,6 +166,12 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr * OpenSSH updated to 5.9p1 * OpenSSL updated to 1.0.0g * zoneinfo database updated to tzdata2011l -* mdocml update to 1.11.3 +* mdocml updated to 1.11.3 +* libpcap updated to 1.2.1 +* tcpdump updated to 4.2.1 +* libarchive updated to 3.0.2 +* xz updated to 5.0.2 +* dma updated to 0.7 + >### Security related