Changes between Version 24 and Version 25 of R1/Alpha3/ReleaseNotes
- Timestamp:
- Jun 12, 2011, 2:22:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Alpha3/ReleaseNotes
v24 v25 1 ----2 3 '''FEEL FREE TO ADD TO THIS.'''4 ----5 6 7 1 = Haiku R1 Alpha 3 Release Notes = 8 2 9 These are the release notes for Haiku R1 Alpha 3, our third official release. For this third alpha release, we strived 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. 3 These are the release notes for Haiku R1 Alpha 3, our third official release. For this third 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. 4 10 5 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. 11 6 … … 22 17 This is a glimpse into some of the more notable improvements and additions to Haiku, since the previous release, R1 Alpha 2. It should be noted that over 800 bugs closed as fixed since R1 Alpha 2. Additionally, more than 250 subtle bugs have been fixed, which were discovered by Coverity. 23 18 24 Improved read (and write support) for various filesystems, which includes btrfs, exFAT, ext2, ext3, ext4, NTFS, UDF, and others. 19 Improved read (and write support) for various file systems, which includes btrfs, exFAT, ext2, ext3, ext4, NTFS, UDF, and others. 20 21 Various enhancements for hardware support, such as IO-APIC, ACPI, video drivers, network drivers and USB. 22 23 Gutenprint is utilized to provide additional printer support. 25 24 26 25 Partial fallback for displaying unsupported glyphs of any font. For example some Japanese and Chinese characters will now display. 27 26 28 Gutenprint is utilized to provide additional printer support.27 MediaKit's support for decoding and encoding file formats has been improved. 29 28 30 Various enhancements for hardware support, such as IO-APIC, ACPI, video drivers, network drivers and USB. 29 Addition of a general MIDI SoundFont by Tim Brechbill which enables support for many BeOS MIDI applications. 30 31 New IMAP implementation. Mails are now synchronized with the server and not just downloaded like in POP3. 32 33 The mail daemon replacement (MDR) and parts of the Mail Kit have been rewritten. MDR crashes are fixed now. 34 35 Integration of StackAndTile, which was originally pioneered by the University of Auckland (available via `setdecor SATDecorator`). 36 37 Additional window management controls for moving and resizing windows (CTRL + CMD + first mouse button and CTRL + CMD + second mouse button). 31 38 32 39 Update of the secondary and experimental compiler to GCC 4.4.4 (available via `setgcc gcc4`). … … 34 41 Support for weak symbols and symbol preemption in GCC 4. 35 42 36 Integration of StackAndTile, which was originally pioneered by the University of Auckland (available via `setdecor SATDecorator`).37 38 Additional window management controls for moving and resizing windows (CTRL + CMD + first mouse button, CTRL + CMD + second mouse button).39 40 43 The user interfaces of several programs have been overhauled and include BootManager, DiskUsage, MediaPlayer, ReadOnlyBootPrompt and ShowImage. 41 42 MediaKit's support for decoding and encoding file formats has been improved.43 44 Addition of a general MIDI SoundFont by Tim Brechbill which enables support for many BeOS MIDI applications.45 46 More applications now use Haiku's Layout API, making their GUI's more resilient to font changes and localization. Furthermore, the layout API has continued to progress towards being stable and public. However, this API is not finalized: it may change at any time, so developers beware.47 44 48 45 The locale support was extended and consolidated to use a single backend (ICU) for both Haiku's native and POSIX's locale API. The interface and reliability of the Locale and Time preflet were improved considerably. 49 46 50 New IMAP implementation. Mails are now synchronised with the server and not just downloaded like in POP3. To integrate it well into the mail daemon replacement (MDR) many parts of MDR and some parts of the mail kit have been rewritten. MDR crashes are fixed now.47 More applications now use Haiku's Layout API, making their GUI's more resilient to font changes and localization. Furthermore, the layout API has continued to progress towards being stable and public. However, this API is not finalized: it may change at any time, so developers beware. 51 48 52 49 == Missing Features ==