Changeset 117722 for trunk/base


Ignore:
Timestamp:
Mar 9, 2014, 5:04:51 PM (10 years ago)
Author:
cal@…
Message:

ChangeLog: add some of the changes done since the last release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/ChangeLog

    r117608 r117722  
    55
    66Release 2.3 (unreleased)
     7    - Use a private copy of Tcl 8.5 for MacPorts. Starting with this change
     8      features introduced with Tcl 8.5 can be used in Portfiles while still
     9      keeping support for Tiger and Leopard. (cal in r117621)
     10
    711    - Add select --summary option. (#36179, snc in r117607)
    812
    913    - Display a progress indicator for slow downloads. (cal in r117044)
     14
     15    - Attempt to use HTTP pipelining when downloading. (cal in r117022)
    1016
    1117    - Allow ports to select a specific version of the Mac OS X SDK
    1218      for builds. (larryv in r116437)
    1319
     20    - Check for Command Line Tools presence and Xcode license agreement
     21      acceptance and print helpful warnings if they aren't detected. (cal in
     22      r115900)
     23
     24    - Support using .tar.lz archives using use_lzip (mww in r114652)
     25
    1426    - Enhance the "move" Portfile builtin to support case-only renames
    1527      on case-insensitive filesystems. (#41679, ryandesign in r114289)
     28
     29    - Fix a regression that caused problems with sandboxing when the MacPorts
     30      prefix contained a symlink. (#39850, cal in r113704)
    1631
    1732    - Disable Spotlight indexing on build directories, distfiles,
     
    2338      (raimue in r113478)
    2439
     40    - Merge curl HTTP POST support required for MacPorts port statistics
     41      developed in GSoC 2011 (jmr in r113396, original code by derek)
     42
    2543    - In debug output, sort environment variables and print one per
    2644      line. (#40703, ryandesign in r113037)
     
    3149    - Add "-prepend" command for Portfile options (similar to existing
    3250      "-append" command). (#40655, ryandesign in r111990)
     51
     52    - Merge new test framework developed in GSoC 2003 (mariusc in 111325)
     53
     54    - Support clang's -stdlib option explicitly using configure.cxx_stdlib
     55      rather than  relying on its default value. This can be used to make
     56      MacPorts use libc++ on OS X < 10.9. (larryv in r110519)
     57
     58    - Support syncing git-svn working copies. (jeremyhu in r109747)
     59
     60    - Remove support for mports:// and non-tarball HTTP/FTP port tree sources.
     61      (cal in r109659)
    3362
    3463Release 2.2.1 (2013-10-26 by jmr)
Note: See TracChangeset for help on using the changeset viewer.