From fb6d66d7649953cb474d2369877ec5d9c84207fc Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 25 Feb 2014 14:38:40 -0600 Subject: doc: Add release notes Signed-off-by: Sol Jerome --- doc/releases/1.3.4.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ doc/releases/index.txt | 10 ++++++++++ 2 files changed, 59 insertions(+) create mode 100644 doc/releases/1.3.4.txt create mode 100644 doc/releases/index.txt (limited to 'doc') diff --git a/doc/releases/1.3.4.txt b/doc/releases/1.3.4.txt new file mode 100644 index 000000000..f6bc13436 --- /dev/null +++ b/doc/releases/1.3.4.txt @@ -0,0 +1,49 @@ +.. -*- mode: rst -*- +.. vim: ft=rst + +.. _releases-1.3.4: + +1.3.4 +===== + +We are happy to announce the release of Bcfg2 1.3.4. It is available for +download at: + + ftp://ftp.mcs.anl.gov/pub/bcfg + +This is primarily a bugfix release. + +* New probes.allowed_groups option to restrict group assignments + +* Bundler fixes: + + * Fix parsing XML template output with encoding declaration + +* bcfg2-lint: + + * Resolve XIncludes when parsing XML for validation + * New TemplateAbuse plugin to detect templated scripts + * New ValidateJSON plugin + +* bcfg2-crypt fixes: + + * Fix logic + * Improve debugging/error handling with Properties files + * Fix exception handling + * Handle error when encrypting properties with multiple keys + +* Add new Augeas client tool driver: + http://docs.bcfg2.org/client/tools/augeas.html +* Restored bcfg2-admin client add functionality +* Migration tool fixes +* Schema fixes +* Add Django 1.6 support +* Use 'public' default pgsql database schema +* Refresh essential packages during Packages.Refresh +* Allow lxml.etree XML implementation to parse very large documents +* Support ACLs without a specific user/group +* Explicitly close database connections at the end of each client run +* Fix verification of symlinks + +Special thanks to the following contributors for this release: Matt Baker, +Simon Ruderich, Michael Fenn, Dan Foster, Richard Connon, John Morris. diff --git a/doc/releases/index.txt b/doc/releases/index.txt new file mode 100644 index 000000000..42a2306f6 --- /dev/null +++ b/doc/releases/index.txt @@ -0,0 +1,10 @@ +.. -*- mode: rst -*- +.. vim: ft=rst + +.. _releases-index: + +===================== +Release Announcements +===================== + +.. include:: 1.3.4.txt -- cgit v1.2.3-1-g7c22