-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5378 from edwintorok/private/edvint/merge-stdext2
- Loading branch information
Showing
91 changed files
with
9,289 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
_build/ | ||
*.install | ||
.merlin | ||
|
||
*.orig | ||
*.rej | ||
xcp_inventory_config.ml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## v1.2.3 (17 Jun 2022): | ||
* maintenance: Decrease direct usages of Threadext | ||
* Add license to opam metadata | ||
|
||
## v1.2.2 (28 Jul 2021): | ||
* maintenance: clean up opam metadata | ||
* maintenance: change default filename to /etc/xensource-inventory | ||
* maintenance: use dune instead of jbuilder | ||
* maintenance: fix travis | ||
|
||
## v1.2.1 (3 Dec 2018): | ||
- Removed conflict between xcp-inventory and xapi-inventory. | ||
- Ported build to dune and deprecated the old package xcp-inventory. | ||
|
||
## v1.2.0 (9 Jan 2018): | ||
* inventory: preserve old ~limit:2 semantic | ||
|
||
## v1.1.0 (14 Dec 2017): | ||
* Reindentation and file mode change. | ||
* Replace xapi-stdext with xapi-stdext-subpackages and astring. | ||
* CA-276606: Ported build from _oasis to jbuilder. | ||
* Sync opam file with xs-opam | ||
|
||
## v1.0.2 (03 Febr 2017): | ||
* fix Makfile to make installation via Opam work | ||
* add Git meta data files .gitarchive-info and .gitattributes | ||
|
||
## v1.0.1 (22 Jun 2016): | ||
* Update to Stdext 2.0.0 | ||
|
||
## v0.9.1 (3 Jun 2014): | ||
* second public release | ||
* Update to cohttp-0.11.2 interface | ||
|
||
## v0.9.0 (5 Jun 2013): | ||
* first public release |
Oops, something went wrong.