Changes between Version 17 and Version 18 of R1/Alpha2/ReleaseNotes


Ignore:
Timestamp:
May 8, 2010, 6:47:47 PM (14 years ago)
Author:
luroh
Comment:

mention improved infrastructure

Legend:

Unmodified
Added
Removed
Modified
  • R1/Alpha2/ReleaseNotes

    v17 v18  
    44
    55These are the release notes for Haiku R1 Alpha 2, our second official release. For this second alpha release, we strived to provide an improved version of Haiku that is more stable, and introduces more features for both the end-user and developer. 
    6 We have tried hard to make this release as good as possible. Still there are a few known issues and missing features, some of them collected below. Please keep in mind that this is alpha software, which means it is not yet feature complete and still contains known and unknown bugs. While we are mostly confident in the stability of this release, we do not provide any assurances against data-loss.
     6We have tried hard to make this release as good as possible. Still there are a few known issues and missing features, some of them collected below. Please keep in mind that this is alpha software, which means it is not yet feature complete and still contains known and unknown bugs. While we are mostly confident in the stability of this release, we do not provide any assurances against data loss.
    77
    88Another goal that has driven the release of the Alpha 2 was to provide current and future Haiku developers an updated and (mostly) stable operating system to work on their software projects. Therefore we have included the basic build tools, along with clients for cvs, svn, git and hg. This release of Haiku is capable of building and running binaries using either GCC 2 or GCC 4. The use of GCC 4 is discouraged however if not absolutely necessary, as no API compatibility is guaranteed with future versions of Haiku.
     
    2222WiFi via FreeBSD 8 compatibility. Non-distributable firmwares can be installed via `install-wifi-firmwares.sh`. A temporary & experimental application `setwep` can allow WEP based encryption.
    2323
    24 Message Signaled Interrupts (MSI) have been implemented. This help to alleviate the lack of proper IRQ routing.
     24Message Signaled Interrupts (MSI) have been implemented. This helps to alleviate the lack of proper IRQ routing.
    2525
    2626Fixed a network bug that could result in web pages being partially loaded.
     
    3434Many lock contentions have been improved, leading to significantly better compilation times.
    3535
    36 Numerous code refactoring to kernel/VM subsystems
     36Numerous code refactoring to kernel/VM subsystems.
    3737
    3838Font hinting in FreeType.
    3939
    40 Various vendor software has been updated, most notably bash from 2.x to 4.x
     40Various vendor software has been updated, most notably bash from 2.x to 4.x.
    4141
    4242Introduced `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.
    4343
    44 Vastly improved USB mass storage performance through a better page mapping strategy
     44Vastly improved USB mass storage performance through a better page mapping strategy.
    4545
    4646ACPI is now enabled by default.
    4747
    48 HDA on nvidia chipset improvements
     48HDA on nvidia chipset improvements.
    4949
    50 The UDF file system module has been fixed
     50The UDF file system module has been fixed.
    5151
    5252Various POSIX compliance fixes.
     
    5757 * Introduced library versioning
    5858
    59 Haiku GCC4 can now be compiled directly on a 64bit Linux distro. GCC2 still requires the use of `linux32`
     59Haiku GCC4 can now be compiled directly on a 64bit Linux distro. GCC2 still requires the use of `linux32`.
    6060
    61 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
     61Created 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.
     62
     63Beefed-up Internet hosting infrastructure, thanks to our much-appreciated donors.
    6264
    6365