Changes between Version 90 and Version 91 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-12-03T21:17:36Z (5 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v90 v91  
    1313=== General ===
    1414
    15  * We partially revived the Doxygen documentation and plan to further improve it.
    16  * Prevent endless loops when printing userspace stack traces
     15 * We partially revived the Doxygen [http://ci.helenos.org/latest/doxygen/ reference documentation] and plan to further improve it.
    1716
    1817=== Kernel ===
     18
    1919 * Kernel is now stored in standard ELF format
    2020 * Ordered dictionary ({{{odict.h}}}) now available in kernel
     
    3333
    3434=== GUI ===
     35
    3536 * Fix some display issues related to a bug in the alpha blending implementation
    3637
    3738=== File Systems ===
     39
    3840 * {{{fdisk}}} can now configure mount point for a volume
    3941 * We can now create Ext4 (Ext2, actually,) file systems
     
    5153
    5254=== Applications ===
     55
    5356 * LaiNES, an NES emulator [https://github.com/maurizio-lombardi/helenos/tree/nes ported] ([https://www.youtube.com/watch?v=ZuIRIBnj0lk&feature=youtu.be video])
    5457 * [https://github.com/jxsvoboda/gzx/commits/master GZX], a ZX Spectrum emulator
     
    5659   * Now available via a harbour/package ({{{pkg install gzx}}})
    5760 * [https://github.com/jxsvoboda/sycek Ccheck], C-style checker used to check HelenOS code ported to HelenOS
    58    * Available via harour/package ({{{pkg install sycek}}})
     61   * Available via harbour/package ({{{pkg install sycek}}})
    5962 * {{{perf}}} is a new tool collecting several simple benchmarks
    6063   * {{{perf ns_ping}}} moved from {{{tester ping_pong}}} now computes average and standard deviation across multiple runs
     
    6467
    6568=== Libraries ===
     69
    6670 * libc
    6771    * Clean separation of fibrils and async framework
     
    7478
    7579=== Miscellaneous ===
     80
     81 * Prevent endless loops when printing userspace stack traces
    7682 * Eliminate use of custom linker scripts for user space code
    77  * Further work on reviving [http://ci.helenos.org/latest/doxygen/ Doxygen Reference]
    7883 * Init data is now stored as a tar archive of gzip-compressed files
    7984 * Server binaries under {{{/srv}}} are now in sub-directories (and /srv is no longer a search dir for commands)
    80  * Init data can now be configured to be uncompressed (used by default ont GTA02 and ski) for faster boot
     85 * Init data can now be configured to be uncompressed (used by default on GTA02 and ski) for faster boot
    8186 * Can compile with undefined behavior sanitizer in either kernel, user space or both
    8287 * XCW tools used to cross-compile out-of-tree HelenOS applications received fixes and enhancements
     
    8792
    8893== Regressions in This Release ==
     94
    8995 * For the list of regressions since the previous release, see this [query:keywords=codename_regression report].
    9096 * Notable regressions
    9197
    9298== Fixed Logged Bugs & Enhancements ==
     99
    93100 * For the list of all logged defects fixed in this release, see this [query:status=closed&resolution=fixed&milestone=release&type=defect report].
    94101 * For the list of all logged enhancements integrated in this release, see this [query:status=closed&resolution=fixed&milestone=release&type=enhancement report].
    95102
    96103== Known Bugs ==
     104
    97105 * For the list of known bugs still not fixed in this release, see this [report:3 report].
    98106 * For the list of all open tickets, see this [report:1 report].