From 91df3323eac9365cd2c408e099ce70735a5e20b7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 29 Jan 2007 14:32:38 -0500 Subject: Preparation for next release. --- CHANGELOG | 3 +++ cobbler.spec | 5 ++++- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fbed514..81a7158 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ Cobbler CHANGELOG (all entries mdehaan@redhat.com unless noted otherwise) +* Mon Jan 28 2007 - 0.4.0 +- Placeholder + * Mon Jan 28 2007 - 0.3.9 - Make init scripts correspond with FC-E guidelines diff --git a/cobbler.spec b/cobbler.spec index 72a201d..5f570ad 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.9 +Version: 0.4.0 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -91,6 +91,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 28 2007 Michael DeHaan - 0.4.0-1 +- Placeholder + * Mon Jan 28 2007 Michael DeHaan - 0.3.9-1 - Changed init script pre/post code to match FC-E guidelines/example - Shortened RPM description diff --git a/setup.py b/setup.py index a06fe86..41e98fd 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from distutils.core import setup, Extension import string -VERSION = "0.3.9" +VERSION = "0.4.0" SHORT_DESC = "Boot and update server configurator" LONG_DESC = """ Cobbler is a command line tool for configuration of boot/provisioning, and update servers which is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized images, and reinstalling machines that are already up and running (over SSH). The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from rsync mirrors, kickstart templating, integrated yum mirroring (and linking repository setup with kickstarts), plus managing dhcpd.conf. -- cgit