diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-07-17 05:58:46 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-07-17 05:58:46 +0000 |
commit | 56d76f9dd8f23a96a2e89d55296d76797e90800c (patch) | |
tree | e6a8d13e60200ecabe76148ab1c6ff1a7ff9cb4b | |
parent | ab2bd45ce93c9f5bc12bb370f0f37c3afe7cc52f (diff) | |
download | bcfg2-56d76f9dd8f23a96a2e89d55296d76797e90800c.tar.gz bcfg2-56d76f9dd8f23a96a2e89d55296d76797e90800c.tar.bz2 bcfg2-56d76f9dd8f23a96a2e89d55296d76797e90800c.zip |
Doc for latest changes to encap code
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1965 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | encap/README | 6 | ||||
-rw-r--r-- | encap/VERSION | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/encap/README b/encap/README index 702eb7540..b8b7d49f8 100644 --- a/encap/README +++ b/encap/README @@ -128,5 +128,11 @@ Note that the doc for the encap profile format is in "man 5 encap_profile". * Set up automatic hourly mirror of bcfg2 ftp site *.tar.gz files * Mirror of other packages is manual (but deps shouldn't change often) + 0.5:: + * Removed external download of patches as that was not working consistantly; + replaced with patches inline the bcfg2 .profile + * Added GNU patch dependancy, both for bcfg2 patches and call from Cfg.py + * Fixed bcfg-repo-validate so it can find xmllint (as b2xmllint) + == Documentation Version == $Id$ diff --git a/encap/VERSION b/encap/VERSION index bd73f4707..2eb3c4fe4 100644 --- a/encap/VERSION +++ b/encap/VERSION @@ -1 +1 @@ -0.4 +0.5 |