summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cc48682..02f09f3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+* Wed Oct 18 2006 - 0.2.8-1
+- Performance speedups to "import" command
+
* Tue Oct 17 2006 - 0.2.7-1
- Removed pexpect to enhance support for other distros
- enchant syntax changed (see NEWS)
diff --git a/cobbler.spec b/cobbler.spec
index 058b2ad..4fe0a01 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,7 +2,7 @@
Summary: Boot server configurator
Name: cobbler
-Version: 0.2.7
+Version: 0.2.8
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -54,6 +54,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Oct 18 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.8-1
+- Upstream changes (see CHANGELOG)
+
* Tue Oct 17 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.7-1
- Upstream changes (see CHANGELOG), includes removing pexpect as a require
- This RPM now builds on RHEL4
diff --git a/setup.py b/setup.py
index 7ff0f1b..8651357 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.2.7"
+VERSION = "0.2.8"
SHORT_DESC = "Boot server configurator"
LONG_DESC = """
Cobbler is a command line tool for simplified configuration of boot/provisioning servers. It is also accessible as a Python library. Cobbler supports PXE, Xen, and re-provisioning an existing Linux system via auto-kickstart. The last two modes require 'koan' to be run on the remote system.