Changes between Version 17 and Version 18 of R1/Alpha2/ReleaseNotes
- Timestamp:
- May 8, 2010, 6:47:47 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Alpha2/ReleaseNotes
v17 v18 4 4 5 5 These 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.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. 7 7 8 8 Another 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. … … 22 22 WiFi 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. 23 23 24 Message Signaled Interrupts (MSI) have been implemented. This help to alleviate the lack of proper IRQ routing.24 Message Signaled Interrupts (MSI) have been implemented. This helps to alleviate the lack of proper IRQ routing. 25 25 26 26 Fixed a network bug that could result in web pages being partially loaded. … … 34 34 Many lock contentions have been improved, leading to significantly better compilation times. 35 35 36 Numerous code refactoring to kernel/VM subsystems 36 Numerous code refactoring to kernel/VM subsystems. 37 37 38 38 Font hinting in FreeType. 39 39 40 Various vendor software has been updated, most notably bash from 2.x to 4.x 40 Various vendor software has been updated, most notably bash from 2.x to 4.x. 41 41 42 42 Introduced `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. 43 43 44 Vastly improved USB mass storage performance through a better page mapping strategy 44 Vastly improved USB mass storage performance through a better page mapping strategy. 45 45 46 46 ACPI is now enabled by default. 47 47 48 HDA on nvidia chipset improvements 48 HDA on nvidia chipset improvements. 49 49 50 The UDF file system module has been fixed 50 The UDF file system module has been fixed. 51 51 52 52 Various POSIX compliance fixes. … … 57 57 * Introduced library versioning 58 58 59 Haiku GCC4 can now be compiled directly on a 64bit Linux distro. GCC2 still requires the use of `linux32` 59 Haiku GCC4 can now be compiled directly on a 64bit Linux distro. GCC2 still requires the use of `linux32`. 60 60 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 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. 62 63 Beefed-up Internet hosting infrastructure, thanks to our much-appreciated donors. 62 64 63 65