Changes between Version 32 and Version 33 of TrackingDevelopmentTrunk


Ignore:
Timestamp:
05/25/09 15:07:29 (14 years ago)
Author:
solj
Comment:

Update for 1.0pre3

Legend:

Unmodified
Added
Removed
Modified
  • TrackingDevelopmentTrunk

    v32 v33  
    9292== Release Information == 
    9393 
    94 === Since 1.0pre2 === 
    95  * Fix Portage Tool Driver traceback (See Ticket #649) 
    96  * Initial IPS (Opensolaris driver) 
    97  * BB plugin updates/bugfix 
     94=== Since 1.0pre3 === 
     95 
     96=== 1.0pre3 === 
     97 * Fix pseudofam for systems without Gamin 
     98 
     99==== Server Core ==== 
     100 * Fix Pkgmgr virtual package target binding (Reported by TimL) 
     101 * rework File Monitoring code/adapt to new server infrastructure 
     102 * Fix updates for VCS plugins 
     103 * New server performance interface 
     104  * Provides scalable aggregate performance data for server operations 
     105 * Report deprecated plugins, improve reporting for experimental plugins 
     106 * Implement support for .genshi bundles in Bundler 
     107 * Packages 
     108  * Yum improvements and bugfixes 
     109  * Support for multi-arch yum sources 
     110  * Implement dependency resolver debugging 
     111  * Improve error handling 
     112  * patch from Tim Laszlo for redhat 4 repos 
     113 * SGenshi: improve error handling 
     114 * Schema update from TimL (related to the service schema change) 
     115 
     116==== SSL ==== 
     117 * We now use the ssl module included with python2.6 (this has been backported to 2.3-2.5) 
     118 * Certificate-based authentication is supported 
     119 * Implementation is backward compatible to 0.9.6 clients 
     120 * strict cert auth, cert or password, or bootstrap (password once, then cert only) are supported 
     121 * Clients now authenticate servers by commonName (not fingerprint) 
     122 * Use of certifications require a CA to be used 
     123 * The server is now multithreaded 
     124 
     125==== Tool driver fixes ==== 
     126 * APT.Remove: Split up package names properly 
     127 * Chkconfig patch to properly disable services from Ti Leggett 
     128 * Fix !RcUpdate driver regressions 
     129 * Initial IPS (Opensolaris) driver 
     130 * Fix portage driver traceback (Resolves Ticket #649) 
    98131 * YUMng 
     132  * Fix for RHEL5 (patch from Tim Lazlo) 
    99133  * Fix version=auto for epoch-sensitive packages 
    100134  * Fix multi-arch yum sources 
    101  * Packages 
    102   * Implement proper support for provides targets with multiple providers 
    103  * Implement ssl certificate split, in preparation for SSL client cert auth 
     135  * Fix YUMng -r behavior 
     136 * Update !RcUpdate tool driver to catch all services 
     137 * Remove deprecated RPM and Yum drivers 
     138 
     139==== Snapshots ==== 
     140 * Add extra/bad entry reporting 
     141 * Add revision to bcfg2-admin snapshots reports 
     142 * Remove ad-hoc error handling in favor of normal bcfg2-admin mode handling 
     143 * fix Statistics data location in importer 
     144 * minor cosmetic updates 
     145 
     146==== Other ==== 
     147 * Add bash completion for bcfg2-admin 
     148 * Fix daemonize exit status 
     149 * Fix builds with the redhat specific rpm packaging 
     150 * lots of py 2to3 and pylint updates 
     151 * Fix py2.4 portability (try/except/finally is 2.5+) (Reported by Lisa Giacchetti) 
     152 * Include ignores for Pkgmgr updates (patch from zultron) 
     153 * Update bcfg2 manpage for multiple bundles 
     154 * bcfg2 client: remove agent support 
     155 * BB plugin updates/bugfix 
     156 
     157==== Bugfixes ==== 
     158 * Fix fam tracebacks for Ticket #650 
     159 * Add support for probed groups in bcfg2-admin query (Resolves Ticket #647) 
     160 * Display diff in interactive mode (for Ticket #526) 
     161 * Fix fd leak caused by our use of the subprocess API 
     162 * Fix reversed options (Reported by Kamil Kisiel) 
     163 * Logging: Fix reconnect when using /dev/log 
     164 * Handle import errors in the help path (Resolves Ticket #653) 
     165 * Modify bcfg2-repo-validate to warn on xml duplicates (for Ticket #643) 
     166 * Metadata: fix default group assertion 
     167 * Fix exit in bcfg2-info 
    104168 * Specfile fixes 
    105  * Snapshots 
    106   * command line interface enhancements 
    107   * fix Statistics data location in importer 
    108  * Packages 
    109   * patch from Tim Laszlo for redhat 4 repos 
    110  * Chkconfig client tool driver 
    111   * patch to properly disable services from Ti Leggett 
    112169 
    113170=== 1.0pre2 ===