| 4 | |
| 5 | == June 24, 2009 == |
| 6 | [ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.0pre3.tar.gz bcfg2-1.0pre3.tar.gz] released |
| 7 | * Packages |
| 8 | * fix handling of architectures for RawURL YumSources |
| 9 | * add parse-caching support for YumSources |
| 10 | * Improve YumSource performance dramatically |
| 11 | * implement caching for APT |
| 12 | * implement repomd support for yum sources |
| 13 | * Fix cases where arch group mappings are unexpected |
| 14 | * Fix traceback with missing config.xml (Reported by Jack Neely) |
| 15 | * Make cache directory creation recursive |
| 16 | * Add dictionary tracking YumSource architecture mappings for cache files |
| 17 | * Implement RawURL support |
| 18 | * Metadata |
| 19 | * Implement query interface |
| 20 | * improve resolution performance |
| 21 | * bcfg2-admin: Migrate query to new Metadata query interface |
| 22 | * SSL |
| 23 | * Implement protocol selection in bcfg2.conf |
| 24 | xmlrpc/tlsv1 can be used with DOE grid certs |
| 25 | * Improve core error handling for key existence failures |
| 26 | * Server |
| 27 | * Improve core error handling |
| 28 | * Fix Fam support |
| 29 | * Make Pseudo fam work on systems without Gamin |
| 30 | * Add sshbase alias and address support |
| 31 | * SimpleXMLRPCServer patch for python 2.4 (Patch from Jack Neely) |
| 32 | * Packaging |
| 33 | * Debian/Ubuntu packaging update |
| 34 | * Debian: postrm fix from Paul Cannon |
| 35 | * Made Debian packaging work with Python 2.6 and earlier |
| 36 | * Gentoo packaging updates |
| 37 | * Client |
| 38 | * APT: Force cache reload to get data from source updates |
| 39 | Improve error message for attempted directory unlinks (Patch from Torsten Rehn) (Resolves Ticket #657) |
| 40 | * APT: fix cache invalidation |
| 41 | * Add back python 2.3 fixes for {RPM,YUM}ng |
| 42 | * Fix yum api use for centos 4 compatibility (Resolves Ticket #670) |
| 43 | * Implement -z (for Independent entries only, a la -b) (Resolves Ticket #616) |
| 44 | * Misc |
| 45 | * Implement profiling support in bcfg2-info (call profile <cmd> to use) |
| 46 | * Snapshots: Add --date for detailed view for a particular date |
| 47 | * Fixed bug in Init.py with setting up Bcfg2-admin for the first time. |
| 48 | * Cfg: Fix hardwired filename ignores (Fixes Ticket #619) |
| 49 | * Improve bundler error handling for .genshi files |
| 50 | * Fall back to previous XMLRPCDispatcher calling convention (Resolves Ticket #669) |
| 51 | * Doc updates |