| 82 | |
| 83 | === 1.0pre5 === |
| 84 | * Paranoid mode: Add new options to bcfg2.conf man page |
| 85 | * APT: add backwards compatibility for python-apt 0.6 |
| 86 | * sync from bb |
| 87 | * YUMng: fix removal traceback for gpg-pubkey packages (Resolves Ticket #693) |
| 88 | * Statistics: fix destructive use of statistics data |
| 89 | * working version of the updated Solaris packaging files. |
| 90 | * Merged bcfg2-admin init fixes in from my branch. |
| 91 | * bcfg2-info: implement more showclient command that displays connector data |
| 92 | * Ohai: Implement Ohai plugin |
| 93 | * Paranoid mode: Make paranoid mode more versatile/configurable |
| 94 | * Fix FileBacked class to catch created files again |
| 95 | * bcfg2-info: change profiling options to be more useful |
| 96 | * Bundler-genshi: import genshi for error path |
| 97 | * TCheetah: handle imports in a way that pylint likes |
| 98 | * Packages: pylint fixes |
| 99 | * GroupPatterns: short-circuit range matching |
| 100 | * GroupPatterns: support activation of multiple groups from a single pattern |
| 101 | * FileCaching: only process file updates on exists and changed events (should cut down on unneeded and expensive startup ops) |
| 102 | * bcfg2-info: reduce size of startup event window |
| 103 | * Fix initial event quiescing |
| 104 | * SSHbase: fix skn caching (Fixes startup behavior (-40s on my repo)) |
| 105 | * POSIX.py: Fix false error in InstallSymLink |
| 106 | * GroupPatterns: implement NodeRange (node[[001-096,099]]) support |
| 107 | * Packages: Reverse sorting order for sources, allowing sources to work similarly to apt-get config. (Resolves Ticket #691) |
| 108 | * rpm/deb packaging: Remove remaining Cheetah dependencies |
| 109 | * GroupPatterns plugin: initial implementation |
| 110 | * SSHbase: add an error message for non-resolving clients |
| 111 | * Metadata: fix query.all_groups to catch implicit groups in groups.xml |
| 112 | * TCheetah: Remove RPM python-cheetah requirement |
| 113 | * bcfg2-admin: Fix typo |
| 114 | * bcfg2-admin init: fix traceback (reported by somekool on irc) |
| 115 | * Improve error handling when key improperly specified on server (Reported by nicely) |
| 116 | * redhat/bcfg2.spec.in: Add unpackaged files to redhat spec file (Reported by somekool) |
| 117 | * Rework SSHbase alias/address support |
| 118 | * Deps: fix tb due to change in metadata.groups type (Reported by teknix) |
| 119 | * bcfg2-info: fix showclient traceback (Reported by teknix on irc) |
| 120 | * Trigger: Add Trigger plugin |
| 121 | * Packages: Smarten up Yum dep resolver |
| 122 | * Init.py: Fix typo in intializeRepo |
| 123 | * Added Bundle and Group for bcfg2-admin. |
| 124 | * Made fixes to Metadata, Client, and Init, and added methods for bcfg2-admin group and bundle.x |
| 125 | * bcfg2-admin viz: Implement support for arbitrary output types |
| 126 | * Packages: Fix YumSource file map pruning |
| 127 | * Plugin.py: Add configurable metadata settings to bcfg2.conf (ticket #680) |
| 128 | * Options.py: Remove unused variable |
| 129 | * Changed how bcfg2-admin init handles plugins and added update_client to metadata for changes in 5305 |
| 130 | * Added additional list and update options to bcfg2-admin client |
| 131 | * Metadata - Fix method reference |
| 132 | * Packages: Fix file architecture tagging for YumSources (patch from slack) |
| 133 | * Metadata: implement get_clients/get_groups interface |
| 134 | * APT/Client: Suppress known warnings |
| 135 | * update to new Connector API |