Changes between Version 10 and Version 11 of R1/Alpha2/ReleaseNotes
- Timestamp:
- May 8, 2010, 2:37:54 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Alpha2/ReleaseNotes
v10 v11 30 30 == New Features == 31 31 32 This is a glimpse into some of the more notable improvements and additions to Haiku, since the previous release, R1 Alpha 1. It should be noted that have been countless bugs have been fixed. 33 32 34 Haiku's included web browser (WebPositive, powered by WebKit) is not yet a mature web browser. 33 35 … … 36 38 Message Signaled Interrupts (MSI) have been implemented. This help to alleviate the lack of proper IRQ routing. 37 39 38 Vastly improved USB mass storage performance through a better page mapping strategy 40 Fixed a network bug that could result in web pages being partially loaded. 39 41 40 42 DriveSetup will now install a basic bootloader when partitioning a disk. 41 42 Fixed a network bug that could result in web pages being partially loaded.43 43 44 44 Locale kit for providing internationalization in programs. … … 52 52 Numerous code refactoring to kernel/VM subsystems 53 53 54 ACPI is now enabled by default.55 56 54 Font hinting in FreeType. 57 58 The UDF file system module has been fixed59 55 60 56 Various vendor software has been updated, most notably bash from 2.x to 4.x 61 57 62 58 Introduced `installoptionalpackage`, a rudimentary script to alleviate the lack of a proper package management solution via PackageFS. It allows the installation of some of Haiku's OptionalPackages. 59 60 Vastly improved USB mass storage performance through a better page mapping strategy 61 62 ACPI is now enabled by default. 63 64 HDA on nvidia chipset improvements 65 66 The UDF file system module has been fixed 63 67 64 68 Various POSIX compliance fixes. … … 68 72 * GCC 4 ABI changes that require applications to be recompiled 69 73 * Introduced library versioning 74 75 Haiku GCC4 can now be compiled directly on a 64bit Linux distro. GCC2 still requires the use of `linux32` 76 77 Created a new file image type, 'anyboot', which allows a Haiku image to be burned as an ISO or written directly to USB. To note, some burning software may try to be 'clever' and will incorrectly burn 70 78 71 79 == Source Code ==