Changes between Version 15 and Version 16 of R1/Beta1/ReleaseNotes
- Timestamp:
- Aug 20, 2016, 6:56:55 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Beta1/ReleaseNotes
v15 v16 8 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 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.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 5. 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 == … … 63 63 === Miscellaneous === 64 64 * Numerous potential memory leaks fixed. 65 * Update of the secondary compiler to GCC 5.4.0 (from 4.3). GCC 4can be used by first running `setarch x86` in any Terminal.65 * Update of the secondary compiler to GCC 5.4.0 (from 4.3). GCC 5 can be used by first running `setarch x86` in any Terminal. 66 66 * The OpenGL Kit was updated to newer Mesa3D 7.9.2, improving software OpenGL rendering. 67 67 * The Mail Kit was improved and fixed. 68 * The FFMpeg media plugin uses ffmpeg 3.0 when used in the context of GCC 4applications (for instance WebPositive).68 * The FFMpeg media plugin uses ffmpeg 3.0 when used in the context of GCC 5 applications (for instance WebPositive). 69 69 * GPT support 70 70 * The Network kit uses netresolv as a libbind replacement, improving IPv6 support.