summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-07 15:48:05 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-07 15:48:05 -0500
commitf5ee85a4684116eab7e9b51660f4a922bba7f404 (patch)
tree75e886d8f69311871d0b1c10c029b87d4487d684
parent994bc645a14be552257914e4c49a5ec7ec90fc30 (diff)
downloadthird_party-cobbler-f5ee85a4684116eab7e9b51660f4a922bba7f404.tar.gz
third_party-cobbler-f5ee85a4684116eab7e9b51660f4a922bba7f404.tar.xz
third_party-cobbler-f5ee85a4684116eab7e9b51660f4a922bba7f404.zip
Bump version for release / changelog updates.
-rw-r--r--CHANGELOG11
-rw-r--r--cobbler.spec4
-rw-r--r--cobbler/webui/master.py6
3 files changed, 11 insertions, 10 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 519b45d..aa106a8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,20 +1,21 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
-* Thu Nov 01 2007 - 0.6.3
+* Wed Nov 07 2007 - 0.6.3
- Be able to define and use Multiple NICs per system
-- Use server address not @@server in repo config files
- Add --virt-cpus to profile editing
- Fix bug where WUI (XMLRPC) auth wasn't supported on EL4
- Add --virt-bridge to profile editing and NICs
-- Added serializer_shelve (as option) for added performance/persistance over YAML
+- Added serializer_shelve (as option) for added performance/persistance over YAML, experimental in /etc/cobbler/modules.conf, see Wiki
- Backup state files and migrate state structures upon RPM upgrade
- Added some more redundant files (for unsupported distros) to the rsync.exclude file
- added pre-sync and post-sync triggers, service restarts are now handled by /var/lib/cobbler/triggers
-- webui now uses htaccess (see manpage)
+- webui now uses htaccess (see manpage and Wiki for setup instructions)
- added pagination to the WUI to keep pages from growing overly long
-- added --server-override parameter for help with multi-subnet configurations
+- added --server-override parameter for help with multi-subnet configurations (also see Wiki)
- removed yum-utils as a hard requirement, cobbler check now looks for yum-utils
+- fixed bug where cobbler would try to copy hardlinks to themselves during sync
+- misc random bugfixing
* Fri Sep 28 2007 - 0.6.2
- cobbler repo auto-add to discover yum repos automatically
diff --git a/cobbler.spec b/cobbler.spec
index 0cad7ff..91e204b 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -2,7 +2,7 @@
Summary: Boot server configurator
Name: cobbler
Version: 0.6.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
Group: Applications/System
@@ -192,7 +192,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%changelog
-* Wed Oct 16 2007 Michael DeHaan <mdehaan@redhat.com> - 0.6.3-1
+* Wed Nov 07 2007 Michael DeHaan <mdehaan@redhat.com> - 0.6.3-2
- Upstream changes (see CHANGELOG)
- now packaging javascript file(s) seperately for WUI
- backup state files on upgrade
diff --git a/cobbler/webui/master.py b/cobbler/webui/master.py
index e77f857..af02f95 100644
--- a/cobbler/webui/master.py
+++ b/cobbler/webui/master.py
@@ -33,10 +33,10 @@ VFN=valueForName
currentTime=time.time
__CHEETAH_version__ = '2.0rc8'
__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)
-__CHEETAH_genTime__ = 1194370912.779876
-__CHEETAH_genTimestamp__ = 'Tue Nov 6 12:41:52 2007'
+__CHEETAH_genTime__ = 1194467465.1549881
+__CHEETAH_genTimestamp__ = 'Wed Nov 7 15:31:05 2007'
__CHEETAH_src__ = 'webui_templates/master.tmpl'
-__CHEETAH_srcLastModified__ = 'Mon Oct 29 16:39:12 2007'
+__CHEETAH_srcLastModified__ = 'Wed Nov 7 12:24:52 2007'
__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: