search for: 7786d26

Displaying 2 results from an estimated 2 matches for "7786d26".

Did you mean: 278626
2010 Feb 11
1
[PATCH] Upgraded the version in preparation for version 2.0 development.
...======== 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...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.