Changes between Version 67 and Version 68 of ReleaseNotes/Mainline
- Timestamp:
- 2018-07-14T10:56:42Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v67 v68 5 5 HelenOS ''0.7.2 (Boosted Effort) '' was released on ''date''. 6 6 7 This document contains a summary of changes made to HelenOS since release 0.7.1.7 This document contains a summary of changes made to HelenOS since release [wiki:ReleaseNotes/0.7.1 0.7.1]. 8 8 9 9 == 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. 10 12 11 13 == Features Introduced in This Release == … … 13 15 === General === 14 16 * 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 inthe 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. 16 18 * Kernel console improvements: 17 19 * 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).