summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cobbler.spec5
-rw-r--r--setup.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/cobbler.spec b/cobbler.spec
index ce9f1f70..d0db92cc 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,7 +2,7 @@
Summary: Boot server configurator
Name: cobbler
AutoReq: no
-Version: 1.2.7
+Version: 1.2.8
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
@@ -217,6 +217,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Oct 15 2008 Michael DeHaan <mdehaan@redhat.com> - 1.2.8-1
+- Upstream changes (see CHANGELOG)
+
* Tue Oct 14 2008 Michael DeHaan <mdehaan@redhat.com> - 1.2.7-1
- Upstream changes (see CHANGELOG)
diff --git a/setup.py b/setup.py
index e2e5423e..c66ed203 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "1.2.7"
+VERSION = "1.2.8"
SHORT_DESC = "Network Boot and Update Server"
LONG_DESC = """
Cobbler is a network boot and update server. Cobbler supports PXE, provisioning virtualized images, and reinstalling existing Linux machines. The last two modes require a helper tool called 'koan' that integrates with cobbler. Cobbler's advanced features include importing distributions from DVDs and rsync mirrors, kickstart templating, integrated yum mirroring, and built-in DHCP/DNS Management. Cobbler also has a Python and XMLRPC API for integration with other applications.