83 | | === Since 1.0pre3 === |
| 83 | === 1.0pre4 === |
| 84 | * Packages |
| 85 | * fix handling of architectures for RawURL !YumSources |
| 86 | * add parse-caching support for !YumSources |
| 87 | * Improve !YumSource performance dramatically |
| 88 | * implement caching for APT |
| 89 | * implement repomd support for yum sources |
| 90 | * Fix cases where arch group mappings are unexpected |
| 91 | * Fix traceback with missing config.xml (Reported by Jack Neely) |
| 92 | * Make cache directory creation recursive |
| 93 | * Add dictionary tracking !YumSource architecture mappings for cache files |
| 94 | * Implement RawURL support |
| 95 | * Metadata |
| 96 | * Implement query interface |
| 97 | * improve resolution performance |
| 98 | * bcfg2-admin: Migrate query to new Metadata query interface |
| 99 | * SSL |
| 100 | * Implement protocol selection in bcfg2.conf xmlrpc/tlsv1 can be used with DOE grid certs |
| 101 | * Improve core error handling for key existence failures |
| 102 | * Server |
| 103 | * Improve core error handling |
| 104 | * Fix Fam support |
| 105 | * Make Pseudo fam work on systems without Gamin |
| 106 | * Add sshbase alias and address support |
| 107 | * SimpleXMLRPCServer patch for python 2.4 (Patch from Jack Neely) |
| 108 | * Packaging |
| 109 | * Debian/Ubuntu packaging update |
| 110 | * Debian: postrm fix from Paul Cannon |
| 111 | * Made Debian packaging work with Python 2.6 and earlier |
| 112 | * Gentoo packaging updates |
| 113 | * Client |
| 114 | * APT: Force cache reload to get data from source updates |
| 115 | * Improve error message for attempted directory unlinks (Patch from Torsten Rehn) (Resolves Ticket #657) |
| 116 | * APT: fix cache invalidation |
| 117 | * Add back python 2.3 fixes for {RPM,YUM}ng |
| 118 | * Fix yum api use for centos 4 compatibility (Resolves Ticket #670) |
| 119 | * Implement -z (for Independent entries only, a la -b) (Resolves Ticket #616) |
| 120 | * Misc |
| 121 | * Implement profiling support in bcfg2-info (call profile <cmd> to use) |
| 122 | * Snapshots: Add --date for detailed view for a particular date |
| 123 | * Fixed bug in Init.py with setting up Bcfg2-admin for the first time. |
| 124 | * Cfg: Fix hardwired filename ignores (Fixes Ticket #619) |
| 125 | * Improve bundler error handling for .genshi files |
| 126 | * Fall back to previous XMLRPCDispatcher calling convention (Resolves Ticket #669) |
| 127 | * Doc updates |