add pages up to Peter Avalos in the git annotated tag
authoralexh <alexh@web>
Thu, 13 Oct 2011 15:40:28 +0000 (08:40 -0700)
committerCharlie <root@leaf.dragonflybsd.org>
Thu, 13 Oct 2011 15:40:28 +0000 (08:40 -0700)
release212/index.mdwn

index 3eb76c1..fe6a49c 100644 (file)
@@ -70,6 +70,10 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr
 * devfs(4) has been changed to track related devices explicitly by cdev pointer instead of by (sub)name. The devfs subname* API has been completely replaced by the related* API.
 * Fixed some potential deadlocks in dsched(4) and dsched_fq.
 * bfq(4), an experimental, work-in-progress budget fair queuing dsched(4) policy has been added.
+* Substantial update to the kernel's ELF handling
+* The refcount API has been overhauled.
+* A netgraph MP race has been fixed.
+* A bug in the kernel smb code relating to directory scanning has been fixed.
 
 > ### Hardware changes (non-networking)
 * padlock(4) now supports the built-in random number generator and feeds entropy into the kernel's entropy pool.
@@ -88,17 +92,34 @@ We supply a Makefile in `/usr` to track the pkgsrc tree and we supply a Git mirr
 * tcplay(3), a library based on tcplay(8) that allows access to TrueCrypt volumes, has been added.
 * POSIX 2008 fmemopen(3) and open_memstream(3) routines have been added to libc
 * Bug in socket timeouts has been fixed, allowing Varnish to run w/ default configuration.
+* The jail rc.d script can now automatically mount a devfs inside the jails.
+* Minor fix in hammer(8) for snapshot count in the info directive.
+* Major update to rtld-elf.
+* Major update and bugfixes to sh(1).
 
 > ### x86_64-specific changes
 * A bug in the initial stack pointer alignment has been fixed.
 * File-descriptor passing via sendmsg has been fixed on x86_64
+* MTRR support added to x86_64 kernel
 
 > ### Removals
 * TBD
 
 > ### Contributed Software
 * Shipping with pkgsrc-2011Q3 built packages.
-
-
+* ldns/drill updated to 1.6.9
+* sendmail updated to v8.14.15
+* grep updated to 2.7
+* GNU sort replaced by NetBSD's
+* gcc44 updated to 4.4.6
+* gdb updated to 7.2
+* binutils220 updated to 2.20.1
+* binutils 2.21 imported
+* xchat removed from GUI build
+* file updated to 5.09
+* less updated to 444
+* awk updated to 20110506
+* OpenSSH updated to 5.9p1
+* OpenSSL updated to 1.0.0e
 
 >### Security related