Changes between Version 18 and Version 19 of ReleaseNotes/Mainline
- Timestamp:
- 2015-11-04T20:32:00Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v18 v19 16 16 17 17 === Services and Drivers === 18 * Intel HD Audio recording support (experimental) 19 * Completely new, unified partitioning architecture 20 * Partitions are now enumerated automatically 21 * {{{fdisk}}} utility replaces {{{hdisk}}} 22 * vastly improved user experience 23 * all changes are applied to running system state 18 24 19 25 === File Systems === 20 26 21 27 === Networking === 28 * Transport layer API was completely redesigned/reimplemented 29 * Improved connection stability 30 * No longer imitating BSD sockets 22 31 23 32 === Applications === 24 33 25 34 === Libraries === 35 * Libmath expanded to cover all C89 math functions 36 * only generic/non-optimized implementation 37 * plus single-precision variants from C99 26 38 27 39 === Miscellaneous === 40 * XCW (Cross Compiler Wrapper) tools 41 * can be used by out-of-tree application to cross-compile for HelenOS 42 * the application is written against native HelenOS (non-libposix) environment 43 * the application's build system is aware it's cross-compiling for HelenOS 28 44 29 45 == Regressions in This Release ==