Changes between Version 12 and Version 13 of R1/Beta1/ReleaseNotes
- Timestamp:
- Mar 3, 2016, 3:41:31 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Beta1/ReleaseNotes
v12 v13 1 1 '''Draft Revision 5''' 2 2 3 = HAIKU R1 Alpha 5Release Notes =4 July 29th, 201 43 = HAIKU R1 Beta 1 Release Notes = 4 July 29th, 2016 5 5 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. 7 7 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 andstill 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.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 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. 9 9 [[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.10 Another 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. 11 11 [[BR]] 12 12 == System Requirements == … … 33 33 [[BR]] 34 34 === 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).35 Various 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). 36 36 [[BR]] 37 37 === Improved kernel security === … … 48 48 [[BR]] 49 49 === Addition of launch daemon === 50 The UserBootScript was replaced by launch_daemon. It supports automatically restarting services 50 The UserBootScript was replaced by launch_daemon. It supports automatically restarting services. 51 51 [[BR]] 52 52 === 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 ffmpegwhen used in the context of GCC4 applications (for instance WebPositive).58 GPT support59 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. 60 60 61 61 == Known Issues ==