[Ovirt-devel] [PATCH] Upgraded the version in preparation for version 2.0 development.

Darryl L. Pierce dpierce at redhat.com
Thu Feb 11 13:38:30 UTC 2010


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 <dpierce at redhat.com>
---
 .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], [ovirt-devel at redhat.com])
+AC_INIT([ovirt-node], [1.9.0], [ovirt-devel at redhat.com])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability tar-pax])
 AC_PROG_CC
 AC_CONFIG_HEADERS([config.h])
-- 
1.6.6




More information about the ovirt-devel mailing list