From 1859709fe6ecf6b0503ccdb56c1e87d7cc15009d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 22 Feb 2008 16:32:54 -0500 Subject: This is a fix to a webui submission problem for the repos field on certain versions of mod_python. It still needs to be fixed correctly though this makes that page work for now. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4dbeaa3..cc4eb12 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from distutils.core import setup, Extension import string -VERSION = "0.8.1" +VERSION = "0.8.2" 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. -- cgit