Changes between Version 23 and Version 24 of ReleaseNotes/Mainline
- Timestamp:
- 2017-04-04T14:22:34Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v23 v24 16 16 17 17 === Services and Drivers === 18 * USB support revamped19 * Added support for USB 2.020 * {{{uhcirh}}} driver removed as its functionality moved to {{{uhci}}} driver21 * Intel HD Audio recording support (experimental)22 * Completely new, unified partitioning architecture23 * Partitions are now enumerated automatically24 * {{{fdisk}}} utility replaces {{{hdisk}}}25 * vastly improved user experience26 * all changes are applied to running system state27 18 28 19 === File Systems === 29 20 30 21 === Networking === 31 * [wiki:NetworkAPITutorial Transport layer API] was completely redesigned/reimplemented32 * Improved connection stability33 * No longer imitating BSD sockets34 22 35 23 === Applications === 36 * {{{sysinst}}} prototype installer to [wiki:UsersGuide/Installation install HelenOS on a hard disk]37 24 38 25 === Libraries === 39 * Libmath expanded to cover all C89 math functions40 * only generic/non-optimized implementation41 * plus single-precision variants from C9942 26 43 27 === Miscellaneous === 44 * XCW (Cross Compiler Wrapper) tools45 * can be used by out-of-tree application to cross-compile for HelenOS46 * the application is written against native HelenOS (non-libposix) environment47 * the application's build system is aware it's cross-compiling for HelenOS48 28 49 29 == Regressions in This Release == 50 51 30 * For the list of regressions since the previous release, see this [query:keywords=codename_regression report]. 52 31 * Notable regressions … … 57 36 58 37 == Known Bugs == 59 60 38 * For the list of known bugs still not fixed in this release, see this [report:3 report]. 61 39 * For the list of all open tickets, see this [report:1 report].