Changes between Version 67 and Version 68 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-14T10:56:42Z (6 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v67 v68  
    55HelenOS ''0.7.2 (Boosted Effort) '' was released on ''date''.
    66
    7 This document contains a summary of changes made to HelenOS since release 0.7.1.
     7This document contains a summary of changes made to HelenOS since release [wiki:ReleaseNotes/0.7.1 0.7.1].
    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.
    1012
    1113== Features Introduced in This Release ==
     
    1315=== General ===
    1416  * Integrate support for the [https://github.com/jxsvoboda/sycek Sycek] C style checker into the build system. Sycek helps to make HelenOS source code nice and tidy, and in some cases can even spot real bugs. Run either with `make ccheck` or as part of `make check`.
    15   * Thanks to our move to GitHub in the last release, we were able to integrate with [https://travis-ci.org/HelenOS Travis CI] and get basic build tests run for each commit.
     17  * Thanks to our move to !GitHub after the last release, we were able to integrate with [https://travis-ci.org/HelenOS Travis CI] and get basic build tests run for each commit.
    1618  * Kernel console improvements:
    1719     * Kernel output is now mirrored to the serial port by default on amd64, arm32/icp and ia32 platforms. This is complemented by `tools/ew.py` connecting serial port to console stdio by default (can be overridden using `-noserial`, see below).