summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-15 11:24:19 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-15 11:24:19 -0500
commita05b2e39092d649e6e930880c6d9d555966afe76 (patch)
tree52b97f6c57897c1e8cd0d8db25b756291da926f1
parentf83a600cdc71aba458595019fe03b99258fc9553 (diff)
downloadthird_party-cobbler-a05b2e39092d649e6e930880c6d9d555966afe76.tar.gz
third_party-cobbler-a05b2e39092d649e6e930880c6d9d555966afe76.tar.xz
third_party-cobbler-a05b2e39092d649e6e930880c6d9d555966afe76.zip
Release bump for 0.8.0
-rw-r--r--cobbler.spec5
-rw-r--r--cobbler/webui/master.py4
-rw-r--r--setup.py2
3 files changed, 7 insertions, 4 deletions
diff --git a/cobbler.spec b/cobbler.spec
index f33a340..526c754 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,7 +2,7 @@
Summary: Boot server configurator
Name: cobbler
AutoReq: no
-Version: 0.7.2
+Version: 0.8.0
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
@@ -190,6 +190,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+- Fri Feb 15 2008 Michael DeHaan <mdehaan@redhat.com> - 0.8.0-1
+- Upstream changes (see CHANGELOG)
+
* Mon Jan 21 2008 Michael DeHaan <mdehaan@redhat.com> - 0.7.2-1
- Upstream changes (see CHANGELOG)
- prune changelog, see git for full
diff --git a/cobbler/webui/master.py b/cobbler/webui/master.py
index e1e0739..558a359 100644
--- a/cobbler/webui/master.py
+++ b/cobbler/webui/master.py
@@ -33,8 +33,8 @@ VFN=valueForName
currentTime=time.time
__CHEETAH_version__ = '2.0.1'
__CHEETAH_versionTuple__ = (2, 0, 1, 'final', 0)
-__CHEETAH_genTime__ = 1202486601.6085
-__CHEETAH_genTimestamp__ = 'Fri Feb 8 11:03:21 2008'
+__CHEETAH_genTime__ = 1203092460.839082
+__CHEETAH_genTimestamp__ = 'Fri Feb 15 11:21:00 2008'
__CHEETAH_src__ = 'webui_templates/master.tmpl'
__CHEETAH_srcLastModified__ = 'Tue Jan 15 14:27:10 2008'
__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
diff --git a/setup.py b/setup.py
index f799dc3..cdf768c 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.7.2"
+VERSION = "0.8.0"
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 Management. Cobbler has a Python API for integration with other GPL systems management applications.