diff options
-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 |