Changes between Version 2 and Version 3 of whatsnew/3.4.2

Show
Ignore:
Author:
james (IP: 65.172.155.230)
Timestamp:
06/22/11 21:19:08 (7 years ago)
Comment:

Final 3.4.2 update.

Legend:

Unmodified
Added
Removed
Modified
  • whatsnew/3.4.2

    v2 v3  
    1010== User Interface changes == 
    1111 
     12 * Add gettext plurals support. 
     13 * Turn an erase name into a txmbr, when we can (kernel in yum.log etc.). 
     14 * Don't print "Finished dependency resolution" when we haven't (--skip-broken). 
     15 * Sort "duplicate" packages better for search. 
     16 * Tweak output of "yum provides", show installed repos. etc. 
     17 * Add a "groups" sub-command (compat. for old groupinstall/etc. are there). 
     18 * Change clean_requirements_on_remove to deal better with chains of deps. 
    1219 * Output list of packages we couldn't find, for upgrade/remove/install/downgrade/reinstall (only via. history undo/load-ts) 
    1320 * Don't say "Complete!" if we didn't run the transaction. 
    2330== Significant bugfixes == 
    2431 
    25  *  
     32 * Fix leaked file descriptor in logging. 
     33 * Fix another bug in libc collapsing code (only a single libc entry in rpm). 
     34 * Mark failed transaction members when we detect them. 
    2635 * arm now has an "arm" basearch. 
    2736 * Use the timestamp_check to determine if we can revert, when we don't download anything (repodiff/etc.). 
    3443 * Don't list repos. in the "saved-transaction", if we are doing a remove only transaction. 
    3544 * Don't use .up object on package install. 
    36  *  
    3745 
    3846== API changes == 
    3947 
    40  *  
    4148 * Fix for pulp using RepoStorage. 
    4249 * Fix for _retrievePublicKey() when called without a repo. 
    4653 
    4754{{{ 
    48 3.4.1 -  ?? commits: Thu Jun 2 12:54:19 2011 -0400 
     553.4.2 -  63 commits: Wed Jun 22 16:58:09 2011 -0400 
    4956 
    50 ?? files changed,  ?,??? insertions(+),    ??? deletions(-) 
    51 ?? files changed,    ??? insertions(+),    ??? deletions(-) [yum rpmUtils bin *.py] 
     5759 files changed, 66,155 insertions(+), 21,726 deletions(-) 
     5817 files changed,    690 insertions(+),    240 deletions(-) [yum rpmUtils bin *.py] 
    5259}}}