Added new files to track changes, development plans, as well as to inform developers of how they can provide contributions to the project.
Signed-off-by: Darryl L. Pierce <[email protected]> --- .gitignore | 1 + CONTRIBUTING | 4 ++++ ChangeLog | 2 ++ TODO | 6 ++++++ configure.ac | 2 +- 5 files changed, 14 insertions(+), 1 deletions(-) create mode 100644 CONTRIBUTING create mode 100644 ChangeLog create mode 100644 TODO diff --git a/.gitignore b/.gitignore index 19b15d1..dc8f632 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ stamp-h1 ovirt-node*.gz ovirt-node.spec *.pyc +*~ diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..306f95c --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,4 @@ +HOW TO CONTRIBUTE TO THE OVIRT MANAGED NODE +=========================================== + +Please read: http://www.ovirt.org/page/Contributing diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..c4df475 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,2 @@ +CHANGELOG +========= diff --git a/TODO b/TODO new file mode 100644 index 0000000..9acc118 --- /dev/null +++ b/TODO @@ -0,0 +1,6 @@ +BACKLOG OF FEATURES +=================== + +You can find the development backlog here: + +http://www.ovirt.org/page/Backlog diff --git a/configure.ac b/configure.ac index 59593ae..7786d26 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ovirt-node], [1.0.3], [[email protected]]) +AC_INIT([ovirt-node], [1.9.0], [[email protected]]) AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability tar-pax]) AC_PROG_CC AC_CONFIG_HEADERS([config.h]) -- 1.6.6 _______________________________________________ Ovirt-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/ovirt-devel
