search for: 59593ae

Displaying 2 results from an estimated 2 matches for "59593ae".

Did you mean: 593573ae
2010 Feb 11
1
[PATCH] Upgraded the version in preparation for version 2.0 development.
...NGELOG +========= 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....
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.