Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
sync CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Dec 21, 2014
1 parent 3277015 commit c5590a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
* [xen] Updated headers and build for Mini-OS 0.5
2.1.2 (20-Dec-2014):

[xen] Updated headers and build for Mini-OS 0.5. This involves:

* Require libminios >= 0.5
* Remove old includes directory when installing
* Compile with `-fno-builtin` (avoids warnings about standard functions)
* Removed `complex.h` (now provided by Openlibm)
* Include `cdefs.h` from `types.h` (needed for `__BEGIN_DECLS`)
* Removed open from `unistd.h` (comes from `fcntl.h`)
* Removed `assert.h` and `__assert_fail` (provided by Mini-OS)
* Removed `string.h` (provided by Mini-OS)
* Removed `cdefs.h` (provided by Mini-OS)
* Added missing `console.h` includes (for `printk`)

2.1.1 (17-Dec-2014):
* Remove checksum stubs from Unix and Xen, as they are provided by `tcpip` now.
Expand Down
2 changes: 1 addition & 1 deletion unix/_vars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=mirage
VERSION=2.1.1
VERSION=2.1.2
DEPS="cstruct lwt lwt.unix io-page.unix io-page mirage-clock-unix"
SYNTAX_DEPS="cstruct.syntax lwt.syntax"
LIB="oS"
Expand Down
2 changes: 1 addition & 1 deletion xen/_vars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=mirage
VERSION=2.1.1
VERSION=2.1.2
DEPS="lwt cstruct xen-evtchn xen-gnt xenstore shared-memory-ring shared-memory-ring.lwt shared-memory-ring.xenstore shared-memory-ring.console mirage-types mirage-clock-xen io-page mirage-profile"
SYNTAX_DEPS="lwt.syntax cstruct.syntax"
LIB="oS"

0 comments on commit c5590a9

Please sign in to comment.