Changes between Version 10 and Version 11 of R1/Alpha2/ReleaseNotes


Ignore:
Timestamp:
May 8, 2010, 2:37:54 PM (14 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R1/Alpha2/ReleaseNotes

    v10 v11  
    3030== New Features ==
    3131
     32This 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
    3234Haiku's included web browser (WebPositive, powered by WebKit) is not yet a mature web browser.
    3335
     
    3638Message Signaled Interrupts (MSI) have been implemented. This help to alleviate the lack of proper IRQ routing.
    3739
    38 Vastly improved USB mass storage performance through a better page mapping strategy
     40Fixed a network bug that could result in web pages being partially loaded.
    3941
    4042DriveSetup 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.
    4343
    4444Locale kit for providing internationalization in programs.
     
    5252Numerous code refactoring to kernel/VM subsystems
    5353
    54 ACPI is now enabled by default.
    55 
    5654Font hinting in FreeType.
    57 
    58 The UDF file system module has been fixed
    5955
    6056Various vendor software has been updated, most notably bash from 2.x to 4.x
    6157
    6258Introduced `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
     60Vastly improved USB mass storage performance through a better page mapping strategy
     61
     62ACPI is now enabled by default.
     63
     64HDA on nvidia chipset improvements
     65
     66The UDF file system module has been fixed
    6367
    6468Various POSIX compliance fixes.
     
    6872 * GCC 4 ABI changes that require applications to be recompiled
    6973 * Introduced library versioning
     74
     75Haiku GCC4 can now be compiled directly on a 64bit Linux distro. GCC2 still requires the use of `linux32`
     76
     77Created 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
    7078
    7179== Source Code ==