Changes between Version 1 and Version 2 of ReleaseAnnouncement/1.3.0pre1
- Timestamp:
- 08/31/12 13:20:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseAnnouncement/1.3.0pre1
v1 v2 37 37 * DB2 support for reports 38 38 * Encryption support 39 * Ability to store encrypted Cfg/TGenshi/TCheetah files 40 * Properties element encryption 39 * Ability to store encrypted Cfg/TGenshi/TCheetah files (http://docs.bcfg2.org/dev/server/plugins/generators/cfg.html#encrypted-files) 40 * Properties element encryption (http://docs.bcfg2.org/dev/server/plugins/connectors/properties.html#encrypted-properties-data) 41 41 * bcfg2-crypt utility for encrypting Properties and Cfg files 42 42 * New bcfg2-test tool for building all client configurations and verifying that they contain no failures. (Raul Cuza/Calen Pennington) … … 44 44 * SVN postcommit log message script 45 45 * template render benchmarking script 46 * Support for on-the-fly or on-demand Cfg file syntax checking 46 * Support for on-the-fly or on-demand Cfg file syntax checking (http://docs.bcfg2.org/dev/server/plugins/generators/cfg.html#content-validation) 47 47 * Much improved Genshi error handling 48 * New Properties convenience method, XMLMatch(), and automatch attribute allow you to write structured Properties files and then automatically access only data apropos to a client in templates rendered for that client 48 * New Properties convenience method, XMLMatch(), and automatch attribute allow you to write structured Properties files and then automatically access only data apropos to a client in templates rendered for that client (http://docs.bcfg2.org/dev/server/plugins/connectors/properties.html#automatch) 49 49 * Implemented "service removal" (via status attribute #1075) 50 50 * Improvements to bcfg2-admin interface 51 51 * OpenCSW client tool 52 * Support for Puppet External Node Classifiers (http://docs. puppetlabs.com/guides/external_nodes.html)53 * SELinux support 52 * Support for Puppet External Node Classifiers (http://docs.bcfg2.org/dev/server/plugins/connectors/puppetenc.html) 53 * SELinux support (http://docs.bcfg2.org/dev/server/selinux.html) 54 54 * IPV6 support 55 * New, optional, higher-performance !CherryPy 3.2-based server core 55 * New, optional, higher-performance !CherryPy 3.2-based server core (http://docs.bcfg2.org/dev/server/backends.html) 56 56 * Ability to query by bundle name in bcfg2-admin query 57 57 * Metadata enhancements 58 * Client tags in groups.xml 59 * nested Group tags in groups.xml 60 * negated groups in groups.xml 61 * database-backed plugin for storage 62 * Ability to store probe data in database instead of probed.xml 63 * Support for ACLs (on filesystems that support them) 64 * New !TemplateHelper plugin allows storing and versioning Python snippets used in templates along with the rest of your Bcfg2 specification 65 * Added lots of unit tests 58 * Client tags, nested Group tags, and negated Group and Client tags in groups.xml (http://docs.bcfg2.org/dev/server/plugins/grouping/metadata.html#metadata-groups-xml) 59 * Database-backed plugin for storage (http://docs.bcfg2.org/dev/server/plugins/grouping/metadata.html#clients-database) 60 * Ability to store probe data in database instead of probed.xml (http://docs.bcfg2.org/dev/server/plugins/probes/index.html#data-storage) 61 * Support for ACLs (on filesystems that support them) (http://docs.bcfg2.org/dev/server/plugins/generators/rules.htmlacls) 62 * New !TemplateHelper plugin allows storing and versioning Python snippets used in templates along with the rest of your Bcfg2 specification (http://docs.bcfg2.org/dev/server/plugins/connectors/templatehelper.html) 63 * Added lots of unit tests and started using http://travis-ci.org for Continuous Integration testing 66 64 * Improvements to XInclude handling (includes-of-includes, relative include fixes, XInclude support in more files) 67 65 * Fixed and made configurable XML-RPC retries 66 67 As usual, a monstrously huge shout-out to our many contributors; for 1.3.0 we received contributes from many people, including: 68 69 * Arto Jantunen 70 * Brent Bloxam 71 * Calen Pennington 72 * Calvin Cheng 73 * Christopher 'm4z' Holm 74 * Dan Foster 75 * !DongInn Kim 76 * Fabian Affolter 77 * Jack Neely 78 * Jake Davis 79 * Jeroen Dekkers 80 * John 'Skip' Reddy 81 * Jonathan Billings 82 * Luke Cyca 83 * Matt Kemp 84 * Raul Cuza 85 * Tim Laszlo 86 * Torsten Rehn