summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lutterkort <dlutter@redhat.com>2006-10-27 16:57:53 -0700
committerJim Meyering <jim@meyering.net>2006-10-27 16:57:53 -0700
commit0efafa0d4b88b8975e23ad5315f42a11e578507e (patch)
tree65c2319b509efd647ae914b82ee8ccd3b134855f
parent263db53c24b9c62a639af10a7c04e57f80740235 (diff)
downloadthird_party-cobbler-0efafa0d4b88b8975e23ad5315f42a11e578507e.tar.gz
third_party-cobbler-0efafa0d4b88b8975e23ad5315f42a11e578507e.tar.xz
third_party-cobbler-0efafa0d4b88b8975e23ad5315f42a11e578507e.zip
Merge 250:d618f20959af
-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 6bd8e67..521c9a5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+* Thr Oct 25 2006 - 0.3.2-1
+- By default, boot and install in text mode
+
* Wed Oct 25 2006 - 0.3.1-1
- The app now refers to "virt" in many places instead of "xen".
It's been coded such that files will migrate forward without
diff --git a/cobbler.spec b/cobbler.spec
index c3d3506..6f6820f 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,7 +2,7 @@
Summary: Boot server configurator
Name: cobbler
-Version: 0.3.1
+Version: 0.3.2
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -52,6 +52,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Thr Oct 26 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.2-1
+- Upstream changes (see CHANGELOG)
+
* Wed Oct 25 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.1-1
- Upstream changes (see CHANGELOG)
- Updated description
diff --git a/setup.py b/setup.py
index 803adeb..f1ebe4e 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.3.1"
+VERSION = "0.3.2"
SHORT_DESC = "Boot server configurator"
LONG_DESC = """
Cobbler is a command line tool for configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, provisioning virtualized ("virt") 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, and managing dhcpd.conf.