Changes between Version 18 and Version 19 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2015-11-04T20:32:00Z (9 years ago)
Author:
Jiri Svoboda
Comment:

Add notes for my work since 0.6.0

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v18 v19  
    1616
    1717=== 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
    1824
    1925=== File Systems ===
    2026
    2127=== Networking ===
     28 * Transport layer API was completely redesigned/reimplemented
     29   * Improved connection stability
     30   * No longer imitating BSD sockets
    2231
    2332=== Applications ===
    2433
    2534=== Libraries ===
     35 * Libmath expanded to cover all C89 math functions
     36    * only generic/non-optimized implementation
     37    * plus single-precision variants from C99
    2638
    2739=== 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
    2844
    2945== Regressions in This Release ==