summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--TODO2
-rw-r--r--cobbler/action_sync.py2
3 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5703ff0..99446d1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
Cobbler CHANGELOG
(all entries mdehaan@redhat.com unless noted otherwise)
+* TBA - 0.4.7
+- Disable mod_python tracker piece for RHEL5 (replacement eventual).
+
* Thu Apr 05 2007 - 0.4.6
- Bind cobbler_syslogd to all addresses
- Store repos as list, not string
diff --git a/TODO b/TODO
index b5ee69f..000a80c 100644
--- a/TODO
+++ b/TODO
@@ -35,3 +35,5 @@ ideas:
small bugs:
3 - no logrotate or cleanup for /var/log/cobbler (kickstart tracking)
3 - relax detection of kernel/initrd to accept any file
+5 - use smaller swap dependant on ram setting.
+
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 55c558f..d0efa06 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -213,7 +213,7 @@ class BootSync:
mod_python_ok = True
- for x in [ "redhat-release-4", "redhat-release-3", "centos-release-4", "centos-release-3" ]:
+ for x in [ "redhat-release-5", "redhat-release-4", "redhat-release-3", "centos-release-4", "centos-release-3" ]:
if release_info.lower().find(x) != -1:
mod_python_ok = False