summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-26 12:00:54 -0400
committerJim Meyering <jim@meyering.net>2006-10-26 12:00:54 -0400
commit039525e89dc30036bc8998f5b18f5729e0b2b8f9 (patch)
treed04bd8fa5c76eb54fb24af99302cec580bbe17b2
parentb5aae4e22fb855c459cc6c5d116cf3cbb94d1090 (diff)
downloadthird_party-cobbler-039525e89dc30036bc8998f5b18f5729e0b2b8f9.tar.gz
third_party-cobbler-039525e89dc30036bc8998f5b18f5729e0b2b8f9.tar.xz
third_party-cobbler-039525e89dc30036bc8998f5b18f5729e0b2b8f9.zip
Changelogs and rev increase for later release (not now).
-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.