Darryl L. Pierce
2010-Feb-11 13:38 UTC
[Ovirt-devel] [PATCH] Upgraded the version in preparation for version 2.0 development.
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
Darryl L. Pierce
2010-Feb-11 18:53 UTC
[Ovirt-devel] [PATCH] Upgraded the version in preparation for version 2.0 development.
On Thu, Feb 11, 2010 at 08:38:30AM -0500, Darryl L. Pierce wrote:> 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>Since this is not a functional change, I've gone ahead and pushed it upstream. -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100211/c0b44228/attachment.sig>
Possibly Parallel Threads
- [PATCH node] o-c-config will only run when local storage is configured. rhbz#505560
- Resend of one patch, new to follow on...
- Patch supercedes previous patch...
- Refactored, fixed and ready to review...
- [PATCH matahari] Created a new platform-abstraction layer named Platform.