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 e4cdd04..3d669ae 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+* Tue Nov 14 2006 - 0.3.4-1
+- Manpage cleanup
+
* Tue Nov 14 2006 - 0.3.3-1
- During "cobbler sync" only PXE-related directories in /tftpboot
are deleted. This allows /tftpboot to be used for other
diff --git a/cobbler.spec b/cobbler.spec
index 63d280e..9f8d3b1 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,7 +2,7 @@
Summary: Boot server configurator
Name: cobbler
-Version: 0.3.3
+Version: 0.3.4
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
@@ -53,6 +53,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Nov 14 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.4-1
+- Upstream changes (see CHANGELOG)
+
* Tue Nov 14 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.3-1
- Upstream changes (see CHANGELOG)
diff --git a/setup.py b/setup.py
index e5485d9..70b2fa7 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
from distutils.core import setup, Extension
import string
-VERSION = "0.3.3"
+VERSION = "0.3.4"
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.