Skip to content

Tags: includeos/IncludeOS

Tags

v0.15.1

Toggle v0.15.1's commit message
Branch-off point for the v0.16.0 release branch.

- v0.16.0 is intended to become the new main branch once functional and stable.
- Commits added to master between this point and February 6th 2020 will be kept
  in the pthread-kernel feature branch, and possibly be reintroduced as a new
  platform once v0.16.x has stabilized.

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2168 from includeos/alfred-bratterud-changelog-0.15

Update CHANGELOG.md

v0.14.1

Toggle v0.14.1's commit message
IncludeOS v0.14.1

For release notes see the github releases page.

v0.14.0

Toggle v0.14.0's commit message
IncludeOS v0.14.0

For release notes see the github releases page.

v0.13.0

Toggle v0.13.0's commit message
IncludeOS v0.13.0

For release notes see the github releases page.

v0.12.0

Toggle v0.12.0's commit message
IncludeOS v0.12.0

Major features:
* NaCl,a configuration language for IncludeOS that you can use to add for example interfaces and firewall rules to your service. Add a nacl.txt file to your service with your configuration and this will be transpiled into C++ when the service is built.
* NAT & Firewall functionality
* VLAN (experimental)
* L4 Load balancer (experimental)
* New virtual memory implementation in C++, with W^X enforcement enabled by default.

Compatibility:
* Protobuf support (@RicoAntonioFelix)

Fixes:
* Routing
* Conntrack stability improvements
* Fixed an issue where a timer expiring in less than a microsecond would cause the timer system to stop and prevent future timers from being triggered.
* Several issues related to panic and backtrace to avoid repeated faults and get more consistent backtrace.
* Increased the size of interrupt handler stacks and moved them to high virtual memory with guard pages.

Other:
* Mender v1.0.x client moved upstream.

For full release notes see the github releases page.

v0.12.0-rc.4

Toggle v0.12.0-rc.4's commit message
IncludeOS v0.12.0 Release Candidate 4

    * Full release notes will be made available with the actual release
IncludeOS v0.12.0 Release Candidate 4
    * Full release notes will be made available with the actual release

v0.12.0-rc.3

Toggle v0.12.0-rc.3's commit message
IncludeOS v0.12.0 Release Candidate 3

    * Full release notes will be made available with the actual release

v0.12.0-rc.2

Toggle v0.12.0-rc.2's commit message
IncludeOS v0.12.0 Release Candidate 2

    * Full release notes will be made available with the actual release

v0.12.0-rc.1

Toggle v0.12.0-rc.1's commit message
IncludeOS v0.12.0 Release Candidate 1

    * Full release notes will be made available with the actual release