New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83395


Ignore:
Timestamp:
08/31/11 01:18:24 (4 years ago)
Author:
jmr@…
Message:

update ChangeLog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/ChangeLog

    r82762 r83395  
    44### 
    55 
     6Unreleased changes: 
     7 
    68    - Implement new option-replace using lsearch/lreplace. The old behavior is 
    79      deprecated for option-replace with only one argument, but can still be 
    810      found in option-strsed. 
    911      (raimue in r82760, r82761) 
     12 
     13Release 2.0.2 (Unreleased): 
     14    - Messages recommending running selfupdate will no longer be printed when 
     15      selfupdate is being run. (#23094, jmr in r83270, r83391) 
     16 
     17    - The PortIndex will not be regenerated during selfupdate when base is 
     18      outdated. This avoids failure to index ports that use features only 
     19      available in the current version. (#30739, jmr in r83271) 
     20 
     21    - Fixed build failures when the TMPDIR environment variable is set to a 
     22      directory that is not writable by the macports user. 
     23      (#30749, jmr in r83267) 
     24 
     25    - Fixed error when checksumming distfiles with names containing spaces. 
     26      (#28568, jmr in r83149) 
     27 
     28    - The uninstall and deactivate actions now sort the port list so that 
     29      dependents are processed before the ports they depend on. 
     30      (#8431, jmr in r82947) 
     31 
     32    - Fixed an issue where a non-universal version of a port could be 
     33      installed as a dependency as well as the universal version, with 
     34      unpredictable results, when some ports in the dependency graph needed 
     35      the universal version but others didn't. (jmr in r82924) 
     36 
     37    - Now using a temp dir inside ${prefix} when activating, as /tmp or 
     38      /var/folders may be on a different volume. (jmr in r82767) 
     39 
     40    - Fixed extracting portfile-only archives. (#31033, jmr in r81830) 
     41 
     42    - Fixed adduser and addgroup procedures not re-dropping privileges when 
     43      done. (jmr in r81630) 
     44 
     45    - Fixed error activating ports with names containing the string "cpio". 
     46      (#30532, jmr in r81577) 
    1047 
    1148Release 2.0.1 (2011-08-02 by jmr): 
Note: See TracChangeset for help on using the changeset viewer.