Changes between Version 36 and Version 37 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2017-11-12T16:47:08Z (6 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v36 v37  
    33'''Note:''' This document is a draft describing a future HelenOS release and is subject to change. The software described here has not been released yet. To get these latest and greatest features now, check out our Bazaar mainline. (But you will also get the latest bugs).
    44
    5 HelenOS ''0.7.1 (Enlightened Zeal)'' was released on ''November 12, 2017''.
     5HelenOS ''version (codename) '' was released on ''date''.
    66
    7 This document contains a summary of changes made to HelenOS since release [wiki:ReleaseNotes/0.7.0 0.7.0].
     7This document contains a summary of changes made to HelenOS since release previous release.
    88
    99== Special Notes for this Release ==
    10 
    11   * HelenOS is still an experimental operating system at this point in time and support for many platforms and hardware devices is not production-ready. For the time being, the agile 6-month release cycle might therefore produce releases that are slightly less "polished" in certain aspects, but it is also a driving force towards turning HelenOS into a production-ready operating system in the near future.
    1210
    1311== Features Introduced in This Release ==
     
    1513=== General ===
    1614
    17   * This is the last release which uses the Bazaar version control system (VCS). Future releases will use Git.
    18   * The system can again be built by clang for amd64
    19 
    2015=== Kernel ===
    21 
    22   * Basic support for capabilities
    23     * IPC phones have in fact been a sort of capabilities since the beginning. This work generalizes some of the IPC code to support more kernel object types.
    24     * IRQ structures are now managed using capabilities. It is no longer possible to unregister someone else's IRQ.
    25     * The limit of 64 IPC phones has been removed and is now virtually infinite.
    26   * The kernel is now using the resizable hash table which has been already used in uspace since 2012.
    2716
    2817=== Services and Drivers ===
    2918
    30   * The naming service was converted to use the async framework
    31   * CUDA driver was converted to the Device Driver Framework
    32   * The interrupt controller drivers were converted to using the Device Driver Framework
    33   * User can now unload an idle driver using `devctl unload-drv`
    34   * Framebuffer now gets mapped only when actually used
    35 
    3619=== File Systems ===
    37 
    38   * All file system operations are relative to a specified node, client-side root
    39   * Mountpoints are no longer stored in the filesystem servers, but in VFS
    40   * Inbox mechanism for passing files from parent to a new child
    41   * Client-side I/O cursors (file positions)
    42   * Overhaul of the [wiki:FilesystemAPITutorial client interface]; all APIs begin with the vfs_ prefix and can be used after including vfs/vfs.h
    43   * Removal of some POSIX-ish headers and definitions
    44   * File system probing
    45   * Volume label support
    4620
    4721=== Networking ===
    4822
    49   * Lots of networking fixes in TCP, DNS and HTTP protocols
    50   * TCP unit tests
    51 
    5223=== Applications ===
    53 
    54   * The `pkg` utility was added which allows installing packages from [http://ci.helenos.org/latest/ ci.helenos.org] into a running instance of HelenOS
    5524
    5625=== Libraries ===
    5726
    58   * Effort towards greater C11 compliance and a cleaner cut between HelenOS-specific, C11 and POSIX code
    59   * io/table module to print tabular output (used by devctl, inet).
    60 
    6127=== Miscellaneous ===
    6228
     29== Regressions in This Release ==
     30 * For the list of regressions since the previous release, see this [query:keywords=codename_regression report].
     31 * Notable regressions
     32
    6333== Fixed Logged Bugs & Enhancements ==
    64   * For the list of all logged defects fixed in this release, see this [query:status=closed&resolution=fixed&milestone=0.7.1&type=defect report].
    65   * For the list of all logged enhancements integrated in this release, see this [query:status=closed&resolution=fixed&milestone=0.7.1&type=enhancement report].
     34 * For the list of all logged defects fixed in this release, see this [query:status=closed&resolution=fixed&milestone=release&type=defect report].
     35 * For the list of all logged enhancements integrated in this release, see this [query:status=closed&resolution=fixed&milestone=release&type=enhancement report].
    6636
    6737== Known Bugs ==