summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-06-09 12:37:55 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-06-09 12:37:55 -0500
commit6cf684a63db08f6e9f16c39c89842f64148c6193 (patch)
tree2809e70e526b2d9765410a3a9e90380f216010a7 /doc
parente106323c19f79cf07108e3ac40daa82c06f8fa28 (diff)
downloadbcfg2-6cf684a63db08f6e9f16c39c89842f64148c6193.tar.gz
bcfg2-6cf684a63db08f6e9f16c39c89842f64148c6193.tar.bz2
bcfg2-6cf684a63db08f6e9f16c39c89842f64148c6193.zip
doc: Update 1.4.0pre1 release
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/releases/1.4.0pre1.txt43
1 files changed, 21 insertions, 22 deletions
diff --git a/doc/releases/1.4.0pre1.txt b/doc/releases/1.4.0pre1.txt
index ddfab2af6..0e3e49b3c 100644
--- a/doc/releases/1.4.0pre1.txt
+++ b/doc/releases/1.4.0pre1.txt
@@ -13,6 +13,21 @@ download at:
This is primarily a bugfix release.
+* Removed mode="inherit" support
+* Removed support for .cat/.diff files
+* Removed support for info/:info files
+* Removed "magic" groups
+* Added genshi requirement for the server
+* Added inter-bundle dependencies
+* Added support for independent bundles (replaces the functionality of
+ Base)
+* Added new ACL plugin
+ (http://docs.bcfg2.org/dev/server/plugins/misc/acl.html)
+* Added support for wildcard XIncludes
+* Add Solaris 11 IPS Package support
+* Add bcfg2-report-collector init script to debian package
+* Git VCS plugin enhancements
+
* Removed deprecated plugins
* PostInstall
@@ -31,31 +46,19 @@ This is primarily a bugfix release.
* YUM24
* YUMng
-* Removed mode="inherit" support
-* Removed support for .cat/.diff files
-* Removed support for info/:info files
-* Removed "magic" groups
-* Added genshi requirement for the server
-
* Bundler
* Deprecated use of an explicit name attribute
* Deprecated .genshi bundles
* Added path globbing
-* Switch Decisions plugin to use StructFile instead of host- or
- group-specific XML files (this allows a single e.g. whitelist.xml file
- with <Group> tags)
+* Decisions
- You can convert your existing decisions using
- tools/upgrade/1.4/migrate_decisions.py.
+ * Switch plugin to use StructFile instead of host- or group-specific XML
+ files (this allows a single e.g. whitelist.xml file with <Group> tags)
-* Added inter-bundle dependencies
-* Added support for independent bundles (replaces the functionality of
- Base)
-* Added new ACL plugin
- (http://docs.bcfg2.org/dev/server/plugins/misc/acl.html)
-* Added support for wildcard XIncludes
+ You can convert your existing decisions using
+ ``tools/upgrade/1.4/migrate_decisions.py``.
* Metadata
@@ -88,16 +91,12 @@ This is primarily a bugfix release.
* Allow specification of deb-src lines (resolves
http://trac.mcs.anl.gov/projects/bcfg2/ticket/1148)
-* Add Solaris 11 IPS Package support
-* Add bcfg2-report-collector init script to debian package
-* Git VCS plugin enhancements
-
* SSLCA
* Rewrote SSLCA as Cfg handler
Existing SSLCA installations will need to migrate to the new format
- using tools/upgrade/1.4/migrate_sslca.py.
+ using ``tools/upgrade/1.4/migrate_sslca.py``.
* NagiosGen