| 1 | We are happy announce the release of Bcfg2 1.3.1. It is available for download at: |
| 2 | |
| 3 | ftp://ftp.mcs.anl.gov/pub/bcfg |
| 4 | |
| 5 | 1.3.1 is a bug fix release that primarily addresses several bugs discovered in the utilities for upgrading from Bcfg2 1.2.x. |
| 6 | |
| 7 | New features and bug fixes include: |
| 8 | |
| 9 | * Yum groups are now supported without the native yum libraries in use. |
| 10 | * Better support for client passwords with special characters (especially `@` and `/`) in them |
| 11 | * Error messages improved in several places |
| 12 | * Much better coverage for `migrate_perms_to_mode.py` (SSLCA, SSHbase, #1146, nested tags) |
| 13 | * Fixed import in `migrate_info.py` |
| 14 | * `bcfg2-admin init` bugs fixed (#1145, creation of repo directory in certain cases, enabling of all plugins by default) |
| 15 | * Workaround for #1140 |
| 16 | * Debian packaging fixes for the new reporting system |
| 17 | * Fixed infinite loop condition with a misnamed Path entry |
| 18 | * Fixed some layout issues on the web interface |
| 19 | * Documentation improvements |
| 20 | |
| 21 | Thanks to Jason Kincl, who contributed the yum group support code, and to everyone on IRC and elsewhere who helped us find and squash these bugs. |