Changes between Version 36 and Version 37 of ReleaseNotes/Mainline
- Timestamp:
- 2017-11-12T16:47:08Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v36 v37 3 3 '''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). 4 4 5 HelenOS '' 0.7.1 (Enlightened Zeal)'' was released on ''November 12, 2017''.5 HelenOS ''version (codename) '' was released on ''date''. 6 6 7 This document contains a summary of changes made to HelenOS since release [wiki:ReleaseNotes/0.7.0 0.7.0].7 This document contains a summary of changes made to HelenOS since release previous release. 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.12 10 13 11 == Features Introduced in This Release == … … 15 13 === General === 16 14 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 amd6419 20 15 === Kernel === 21 22 * Basic support for capabilities23 * 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.27 16 28 17 === Services and Drivers === 29 18 30 * The naming service was converted to use the async framework31 * CUDA driver was converted to the Device Driver Framework32 * The interrupt controller drivers were converted to using the Device Driver Framework33 * User can now unload an idle driver using `devctl unload-drv`34 * Framebuffer now gets mapped only when actually used35 36 19 === File Systems === 37 38 * All file system operations are relative to a specified node, client-side root39 * Mountpoints are no longer stored in the filesystem servers, but in VFS40 * Inbox mechanism for passing files from parent to a new child41 * 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.h43 * Removal of some POSIX-ish headers and definitions44 * File system probing45 * Volume label support46 20 47 21 === Networking === 48 22 49 * Lots of networking fixes in TCP, DNS and HTTP protocols50 * TCP unit tests51 52 23 === 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 HelenOS55 24 56 25 === Libraries === 57 26 58 * Effort towards greater C11 compliance and a cleaner cut between HelenOS-specific, C11 and POSIX code59 * io/table module to print tabular output (used by devctl, inet).60 61 27 === Miscellaneous === 62 28 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 63 33 == 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]. 66 36 67 37 == Known Bugs ==