From 039525e89dc30036bc8998f5b18f5729e0b2b8f9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 26 Oct 2006 12:00:54 -0400 Subject: Changelogs and rev increase for later release (not now). --- CHANGELOG | 3 +++ cobbler.spec | 5 ++++- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6bd8e67..521c9a5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ Cobbler CHANGELOG (all entries mdehaan@redhat.com unless noted otherwise) +* Thr Oct 25 2006 - 0.3.2-1 +- By default, boot and install in text mode + * Wed Oct 25 2006 - 0.3.1-1 - The app now refers to "virt" in many places instead of "xen". It's been coded such that files will migrate forward without diff --git a/cobbler.spec b/cobbler.spec index c3d3506..6f6820f 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -52,6 +52,9 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Thr Oct 26 2006 Michael DeHaan - 0.3.2-1 +- Upstream changes (see CHANGELOG) + * Wed Oct 25 2006 Michael DeHaan - 0.3.1-1 - Upstream changes (see CHANGELOG) - Updated description diff --git a/setup.py b/setup.py index 803adeb..f1ebe4e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys from distutils.core import setup, Extension import string -VERSION = "0.3.1" +VERSION = "0.3.2" 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. -- cgit