summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-01-29 14:32:38 -0500
committerJim Meyering <jim@meyering.net>2007-01-29 14:32:38 -0500
commit91df3323eac9365cd2c408e099ce70735a5e20b7 (patch)
tree6efdccef9686260a911cf72fcbcf0892a7224dbf
parentb480b3f86e56e48efba0932d2234ac25bed8ec3b (diff)
downloadthird_party-cobbler-91df3323eac9365cd2c408e099ce70735a5e20b7.tar.gz
third_party-cobbler-91df3323eac9365cd2c408e099ce70735a5e20b7.tar.xz
third_party-cobbler-91df3323eac9365cd2c408e099ce70735a5e20b7.zip
Preparation for next release.
-rw-r--r--CHANGELOG3
-rw-r--r--cobbler.spec5
-rw-r--r--setup.py2
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 <mdehaan@redhat.com> - 0.4.0-1
+- Placeholder
+
* Mon Jan 28 2007 Michael DeHaan <mdehaan@redhat.com> - 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.