Changes between Version 1 and Version 2 of ReleaseAnnouncement/1.3.0pre1


Ignore:
Timestamp:
08/31/12 13:20:14 (11 years ago)
Author:
https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseAnnouncement/1.3.0pre1

    v1 v2  
    3737  * DB2 support for reports 
    3838  * 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) 
    4141    * bcfg2-crypt utility for encrypting Properties and Cfg files 
    4242  * New bcfg2-test tool for building all client configurations and verifying that they contain no failures. (Raul Cuza/Calen Pennington) 
     
    4444    * SVN postcommit log message script 
    4545    * 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) 
    4747  * 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) 
    4949  * Implemented "service removal" (via status attribute #1075) 
    5050  * Improvements to bcfg2-admin interface 
    5151  * 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) 
    5454  * 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) 
    5656  * Ability to query by bundle name in bcfg2-admin query 
    5757  * 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 
    6664  * Improvements to XInclude handling (includes-of-includes, relative include fixes, XInclude support in more files) 
    6765  * Fixed and made configurable XML-RPC retries 
     66 
     67As 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