Changeset 14502 for trunk/base


Ignore:
Timestamp:
Oct 9, 2005, 1:54:26 PM (18 years ago)
Author:
jberry
Message:

ChangeLog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/ChangeLog

    r14490 r14502  
    11#
    2 #       $Id: ChangeLog,v 1.5 2005/10/08 23:01:05 jberry Exp $
     2#       $Id: ChangeLog,v 1.6 2005/10/09 13:54:26 jberry Exp $
    33#
    44#       This is a log of major user-visible changes in each release
     
    1515
    1616        - Enhance port command such that targets that require a port to be
    17           specified will now all default to a port in current directory.
     17          specified will now all default to a port in current directory. (jberry)
    1818         
    1919        - Enhance port command to allow multiple ports per invocation.
    2020          Where previously one said "port install porta; port install portb",
    21           one can now say "port install porta portb".
     21          one can now say "port install porta portb". (jberry)
    2222         
    2323        - Enhance port command to allow use of shell-like glob patterns for
    2424          port selection. When a glob pattern is found, the group of ports
    25           matching the glob pattern is substituted.
     25          matching the glob pattern is substituted. (jberry)
    2626         
    2727        - Enhance port command to allow use of "psuedo" portnames to specify
     
    3939          variants:, variant:, description:, portdir:, homepage:, epoch:,
    4040          platforms:, platform:, name:, long_description:, maintainers:, maintainer:,
    41           categories:, category:, and revision:
     41          categories:, category:, and revision: (jberry)
    4242         
    4343        - Enhance port command to allow use of set expressions to combine
    4444          ports or groups of ports.
    45           Supported operators are "and", "or", "not", "!", "(", ")".
     45          Supported operators are "and", "or", "not", "!", "(", ")". (jberry)
    4646         
    4747        - Enhance port command to allow a port to be specified through a file:
    4848          url instead of via portname. This function was previously available
    4949          though the -D and -u options, which make less sense now that multiple
    50           ports can be specified to a target.
     50          ports can be specified to a target. (jberry)
    5151         
    5252        - Under Tiger, startupitems are now by default generated for launchd
    53           rather than systemstarter.
     53          rather than systemstarter. (jberry)
    5454         
    5555        - Add new startupitem keys startupitem.executable, startupitem.logfile,
    5656          startupitem.logevents, startupitem.pidfile, supported for both
    57           systemstarter and launchd.
     57          systemstarter and launchd. (jberry)
    5858         
     59        - New Test framework [details?] (pguyot)
     60
     61        - svn fetching support, parallel to cvs fetching. Note that
     62          this is a bit skanky as svn is not installed on the platform by default.
     63          This code will fail out of svn is not installed. (jberry)
     64
     65        - Removal of old "fetch.args" parameter now that all Portfiles have been
     66          properly moved to leverage Paul's libcurl work (yeled)
     67
     68        - DP now sets it's own env variables instead of filtering user declared
     69          ones considered harmful (blb)
     70
     71        - "Canonicalization" of expanded path:${prefix}/foo:bar dependencies
     72          when including them in the PortIndex for better abstraction (jberry)
     73
     74        - Addition of the IndexRegen.sh script that takes care of the automated
     75          index thingie... (pguyot and jmpp)
     76
     77        - Miscellaneous cleanups:
     78                - DP base is assured to respect a temporary DESTDIR installation and
     79                  other Makefile cleanups (toby, jmpp)
     80                - "--with-tclpackagedir" error report removals from autofconf voodoo (pguyot)
     81                - fixes for the buildall.sh script (jkh)
     82
     83        - Some other fixes for lurking bugs, untapped by the various developments
     84          that have taken place since 1.1 ("bunch of developers ;-);
     85
     86        - Snazzy new ChangeLog file
     87
     88
    5989Release 1.1:
    6090
Note: See TracChangeset for help on using the changeset viewer.