diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 000000000..d9db7e84b --- /dev/null +++ b/ChangeLog @@ -0,0 +1,3 @@ +0.9.0 (4-Jun-2013): +* first public release + diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..7e66e8e82 --- /dev/null +++ b/INSTALL @@ -0,0 +1,7 @@ +The easiest way to install is via opam: + + opam init + opam remote add xen-org git://github.com/xen-org/opam-repo-dev + opam install xcp-networkd + + diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 000000000..0b16a71d1 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,12 @@ +How to submit changes to this project +===================================== + +Please submit changes as pull requests to the repository on github. +Please ensure that all changes have descriptive commit comments and +include a Signed-off-by: line. + +Maintainers list +---------------- + +* Rob Hoes +