* mount now sniffs the label for hints on what type of filesystem is being mounted, when not otherwise specified. UFS is only assumed if no information can be garnered from the sniffing.
-*
+* Added support for DT_GNU_HASH elf sections.
+Essentially DT_GNU_HASH is a GNU extension to the ELF
+format that allows symbol searches much faster than the System V ABI
+standard hash does.
+For very large programs written in languages such as c++ that tend to link in many libraries with many symbols, the reduction in start-time can be dramatic.
> ### Removals
*