Changes between Version 12 and Version 13 of R1/Beta1/ReleaseNotes


Ignore:
Timestamp:
Mar 3, 2016, 3:41:31 PM (9 years ago)
Author:
pulkomandy
Comment:

alpha5 > beta1

Legend:

Unmodified
Added
Removed
Modified
  • R1/Beta1/ReleaseNotes

    v12 v13  
    11'''Draft Revision 5'''
    22
    3 = HAIKU R1 Alpha 5 Release Notes =
    4 July 29th, 2014
     3= HAIKU R1 Beta 1 Release Notes =
     4July 29th, 2016
    55
    6     These are the release notes for HAIKU R1 Alpha 5. For this fifth alpha release, we strove to provide an improved version of Haiku that is more stable, introduces more features for both the end-user and developer, and has a greater chance of properly booting on more hardware.
     6    These are the release notes for HAIKU R1 Beta 1. For this first beta release, we strove to provide an improved version of Haiku that is more stable, introduces more features for both the end-user and developer, and has a greater chance of properly booting on more hardware.
    77
    8 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.
     8We 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 beta software, which means it 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.
    99[[BR]]
    10 Another goal that has driven the release of the Alpha 5 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. This release of HAIKU is capable of building and running binaries using either GCC 2 or GCC 4. As this is alpha software, at this time no ABI compatibility is guaranteed with future versions of Haiku.
     10Another goal that has driven the release of the Beta 1 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. This release of HAIKU is capable of building and running binaries using either GCC 2 or GCC 4. As this is beta software, at this time no ABI compatibility is guaranteed with future versions of Haiku.
    1111[[BR]]
    1212== System Requirements ==
     
    3333[[BR]]
    3434 === Improved hardware support ===
    35 Various enhancements for hardware support, such as video drivers (Raedon HD, Intel Extreme), and network drivers. MSI-X support was activated in the FreeBSD compatibility layer (which is used with wireless cards).
     35Various enhancements for hardware support, such as video drivers (Raedon HD, Intel Extreme, VIA), and network drivers. MSI-X support was activated in the FreeBSD compatibility layer (which is used with wireless cards).
    3636[[BR]]
    3737 === Improved kernel security ===
     
    4848[[BR]]
    4949 === Addition of launch daemon ===
    50 The UserBootScript was replaced by launch_daemon. It supports automatically restarting services
     50The UserBootScript was replaced by launch_daemon. It supports automatically restarting services.
    5151[[BR]]
    5252 === Miscellaneous ===
    53 Numerous potential memory leaks fixed.[[BR]]
    54 Update of the secondary compiler to GCC 4.8.5 (from 4.3). GCC 4 can be used by first running `setarch x86` in any Terminal.[[BR]]
    55 The OpenGL Kit was updated to newer Mesa3D 7.9.2, improving software OpenGL rendering.[[BR]]
    56 The Mail Kit was improved and fixed.
    57 The FFMpeg media plugin uses a current version of ffmpeg when used in the context of GCC4 applications (for instance WebPositive).
    58 GPT support
    59 The Network kit uses netresolv as a libbind replacement.
     53* Numerous potential memory leaks fixed.
     54* Update of the secondary compiler to GCC 4.8.5 (from 4.3). GCC 4 can be used by first running `setarch x86` in any Terminal.
     55* The OpenGL Kit was updated to newer Mesa3D 7.9.2, improving software OpenGL rendering.
     56* The Mail Kit was improved and fixed.
     57* The FFMpeg media plugin uses ffmpeg 3.0 when used in the context of GCC4 applications (for instance WebPositive).
     58* GPT support
     59* The Network kit uses netresolv as a libbind replacement.
    6060
    6161== Known Issues ==