Changes between Version 18 and Version 19 of R1/Alpha3/ReleaseNotes
- Timestamp:
- Jun 7, 2011, 9:40:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Alpha3/ReleaseNotes
v18 v19 22 22 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 [query:status=closed&changetime=05/10/10..05/16/11&resolution=fixed&group=component&max=1000&col=id&col=summary&col=status&col=type&col=component 800 bugs closed as fixed] since R1 Alpha 2. Additionally, more than 250 subtle bugs have been fixed, which were discovered by Coverity. 23 23 24 Improved read (and write support) for various filesystems, which includes btrfs, exFAT, ext2, ext3, ext4, ntfs, udf, and others.24 Improved read (and write support) for various filesystems, which includes btrfs, exFAT, ext2, ext3, ext4, NTFS, UDF, and others. 25 25 26 Implemented a partial fallback for displaying missing glyphs. For example some Japanese and Chinese characters will now display.26 Partial fallback for displaying unsupported glyphs of any font. For example some Japanese and Chinese characters will now display. 27 27 28 Utilized Gutenprintto provide additional printer support.28 Gutenprint is utilized to provide additional printer support. 29 29 30 Various enhancements for hardware support, such as IO-APIC, acpi, video drivers, network drivers and USB.30 Various enhancements for hardware support, such as IO-APIC, ACPI, video drivers, network drivers and USB. 31 31 32 Update dthe secondary and experimental compiler to GCC 4.4.4 (Available for experimental use via `setgcc gcc4`).32 Update of the secondary and experimental compiler to GCC 4.4.4 (Available for experimental use via `setgcc gcc4`). 33 33 34 Support for weak symbols and symbol preemption in GCC 4 has been introduced.34 Support for weak symbols and symbol preemption in GCC 4. 35 35 36 Integrat ed StackAndTile, which was originally pioneered by the University of Auckland (Available for experimental use via `setdecor SATDecorator`).36 Integration of StackAndTile, which was originally pioneered by the University of Auckland (available via `setdecor SATDecorator`). 37 37 38 38 Additional window management controls for moving and resizing windows (CTRL + CMD + first mouse button, CTRL + CMD + second mouse button). … … 42 42 MediaKit's support for decoding and encoding file formats has been improved. 43 43 44 Add ed a general MIDI SoundFont by Tim Brechbill.44 Addition of a general MIDI SoundFont by Tim Brechbill which enables support for many BeOS MIDI applications. 45 45 46 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 47 48 Extend and consolidate locale support to use a single backend (ICU) for both Haiku's native and POSIX's locale. Improve interface and reliability of Locale and Time prefletconsiderably.48 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 49 50 50 '''TODO'''