Displaying 1 result from an estimated 1 matches for "9acc118".
2010 Feb 11
1
[PATCH] Upgraded the version in preparation for version 2.0 development.
...====================================
+
+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...