diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2006-10-25 11:36:47 -0400 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2006-10-25 11:36:47 -0400 |
| commit | 23132230d5a6468b30fc81fed02e30b3bb110b8b (patch) | |
| tree | c06b2d285e68f45cbf1bda6b6d59ced0d4810543 | |
| parent | 6bafe8bc5c0ea2243ba610f62e7e62cf6dda4e6c (diff) | |
| download | third_party-cobbler-23132230d5a6468b30fc81fed02e30b3bb110b8b.tar.gz third_party-cobbler-23132230d5a6468b30fc81fed02e30b3bb110b8b.tar.xz third_party-cobbler-23132230d5a6468b30fc81fed02e30b3bb110b8b.zip | |
Release preparation.
| -rw-r--r-- | CHANGELOG | 8 | ||||
| -rw-r--r-- | cobbler.spec | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 14 insertions, 2 deletions
@@ -1,6 +1,14 @@ Cobbler CHANGELOG (all entries mdehaan@redhat.com unless noted otherwise) +* 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 + any major issues, and the newer version of koan can still hit + older releases (for now). The CLI still takes the --xen options + as well as the new --virt options, as they are aliased. The API + now exclusively just uses methods with "virt" in them, however. + * Tue Oct 24 2006 - 0.3.0-1 - Reload httpd during sync - New profiles without set kickstarts default to /etc/cobbler/default.ks diff --git a/cobbler.spec b/cobbler.spec index d1d64d1..c3d3506 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -2,7 +2,7 @@ Summary: Boot server configurator Name: cobbler -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -52,6 +52,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 25 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.1-1 +- Upstream changes (see CHANGELOG) +- Updated description + * Tue Oct 24 2006 Michael DeHaan <mdehaan@redhat.com> - 0.3.0-1 - Upstream changes (see CHANGELOG) - Marked files in /etc/cobbler as config @@ -4,7 +4,7 @@ import sys from distutils.core import setup, Extension import string -VERSION = "0.3.0" +VERSION = "0.3.1" 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. |
