Skip to content

Commit 10fa9ee

Browse files
committed
Merge pull request #4 from djs55/first-release
Add standard files.
2 parents a42b543 + 73e58be commit 10fa9ee

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
0.9.0 (4-Jun-2013):
2+
* first public release
3+

INSTALL

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The easiest way to install is via opam:
2+
3+
opam init
4+
opam remote add xen-org git://github.com/xen-org/opam-repo-dev
5+
opam install xcp-networkd
6+
7+

MAINTAINERS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
How to submit changes to this project
2+
=====================================
3+
4+
Please submit changes as pull requests to the repository on github.
5+
Please ensure that all changes have descriptive commit comments and
6+
include a Signed-off-by: line.
7+
8+
Maintainers list
9+
----------------
10+
11+
* Rob Hoes <[email protected]>
12+

0 commit comments

Comments
 (0)