summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-09 15:12:55 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-09 15:12:55 -0400
commit402ff49f5dd70671575e25d5224792f59a0c8408 (patch)
tree0adee057cadd0ef5989a63de71bc5f0010a2982a
parent34fc9d39389ed2a949b0efbeea246f30a10c0265 (diff)
downloadthird_party-cobbler-402ff49f5dd70671575e25d5224792f59a0c8408.tar.gz
third_party-cobbler-402ff49f5dd70671575e25d5224792f59a0c8408.tar.xz
third_party-cobbler-402ff49f5dd70671575e25d5224792f59a0c8408.zip
Release bump for test release
-rw-r--r--CHANGELOG2
-rw-r--r--cobbler.spec4
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 79b35d5..f08b74a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
-- Mon Mar 10 2008 - 0.9.0
+- Fri May 09 2008 - 0.9.1
- patch to allow yumopts to override gpgcheck
- applied patch to send hostname from ISC
- added patch to allow --kopts/--ksmeta items to be cleared with --kopts=delete
diff --git a/cobbler.spec b/cobbler.spec
index 2d0cc15..5b23ec2 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,7 +2,7 @@
Summary: Boot server configurator
Name: cobbler
AutoReq: no
-Version: 0.9.0
+Version: 0.9.1
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
@@ -188,7 +188,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
-* Tue Apr 08 2008 Michael DeHaan <mdehaan@redhat.com> - 0.9.0-1
+* Fri May 09 2008 Michael DeHaan <mdehaan@redhat.com> - 0.9.1-1
- Upstream changes (see CHANGELOG)
- packaged /etc/cobbler/users.conf
- remaining CGI replaced with mod_python
diff --git a/setup.py b/setup.py
index 07d9880..57c28ad 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.9.0"
+VERSION = "0.9.1"
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.