Changeset 18722 for trunk/base


Ignore:
Timestamp:
Jul 25, 2006, 5:04:07 AM (18 years ago)
Author:
pguyot (Paul Guyot)
Message:

Updated changelog with a documentation of all the differences between 1.2.1
and HEAD. (well, I hope so).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/ChangeLog

    r17397 r18722  
    11#
    2 #       $Id: ChangeLog,v 1.27 2006/04/10 17:17:42 jberry Exp $
     2#       $Id: ChangeLog,v 1.28 2006/07/25 05:04:07 pguyot Exp $
    33#
    44#       This is a log of major user-visible changes in each release
    55#
     6
     7Release 1.3 (unreleased):
     8
     9        - Fixed a bug where only the first word of configuration settings (in
     10          ports.conf) was processed. This bug affected the use of extra_env.
     11          (Bugzilla #9948) (pguyot)
     12
     13        - Fixed a bug where environment variables governing proxy were not
     14          capitalized properly. (blb & jberry)
     15
     16        - Fixed a bug where port outdated and port ugprade didn't work in direct
     17          mode. (Bugzilla 7719, 7721) (dluke & jberry)
     18
     19        - Fixed several problems with iteration on ports. (jberry)
     20       
     21        - Fixed a bug where curl LDFLAGS weren't properly propagated. (landonf)
     22       
     23        - Fixed a bug where location update routine invoked when installing DP did
     24          not take the DESTDIR variable into account. (jmpp)
     25
     26        - Fixed a bug where patchfiles specifications could not have suffixes to
     27          indicate the master site. (pguyot)
     28       
     29        - Fixed spelling in port(1) man page. (Bugzilla 8103) (pjenvey & jberry)
     30       
     31        - Fixed a typo and another problem in messages generated by port command.
     32          (Bugzilla 6706 & 6712) (deric & jmpp)
     33       
     34        - Fixed a typo in ports.conf. (matt & jmpp)
     35       
     36        - Fixed several problems with launchd support (Bugzilla 8372 & 10041)
     37          (jberry)
     38
     39        - Fixed a bug preventing the use of libmd for checksums and added an
     40          informative compilation error if libcrypto and libmd cannot be found.
     41          (landonf)
     42       
     43        - Fixed a bug where thread2.6 Tcl library wasn't installed where DP is
     44          installed. (jmpp)
     45
     46        - Fixed a bugs in xcode PortGroup which prevented the use of a custom
     47          project path. (pguyot)
     48       
     49        - Fixed a bugs in xcode PortGroup which made destroot to fail when there
     50          were spaces in the install path. (pguyot)
     51       
     52        - Added more information to porthier(7) about ${prefix}/var/db/dports.
     53          (olegb)
     54       
     55        - Updated Gnome, KDE and SourceForge mirror lists. (Bugzilla 8045, 9152)
     56          (rwhood, blb, olegb & pguyot)
     57
     58        - Check earlier if there is no Portfile in a directory (especially when
     59          iterating). (jberry)
     60
     61        - Split livecheck into distcheck and livecheck. Added regex checking options
     62          and set the default to check against freshmeat. (pguyot)
     63
     64        - Discover path to rsync at autoconf time. (jberry)
     65       
     66        - Mark CVS, TAR, GNUTAR, and RSYNC as additional precious variables that can
     67          be overridden in configure environment at time of configure to customize
     68          the location of these tools. Note that these tools are not found in the dp
     69          prefix, as PATH is sanitized of references to prefix. But you could
     70          override the precious variables to acheive that if you really want to
     71          shoot yourself. (jberry)
     72
     73        - Set timeouts for curl transfers.  Some connections to sketchy mirror sites
     74          can hang forever otherwise. (jkh)
     75       
     76        - Shortened the time to upgrade with archive mode on by using archive as the
     77          target. (Bugzilla #7891) (dluke & jberry)
     78
     79        - Added support for sqlite 3. (jberry)
     80
     81        - Major update of the trace (-t) option (pguyot):
     82          * backported changes from darwinbuild's version of darwintrace, including
     83            several bug fixes.
     84          * cleaned up the code.
     85          * writing/creating and also unlinking a file outside allowed bounds are
     86            now blocked instead of being simply reported (previous version only
     87            reported creations).
     88          * fixed a bug where -t failed with X11 ports because ${prefix} got
     89            overwritten.
     90
     91        - Added new native commands to handle privileges chores. (jberry)
     92       
     93        - The interactive mode now uses readline. (jberry)
     94       
     95        - Initial version of portmirror binary to build a mirror of distfiles.
     96          (pguyot)
     97
     98        - Improvements and fixes to the tests. (pguyot)
     99       
     100        - Added a new option (checksum.skip=yes) to bypass the checksum phase. This
     101          option is mostly useful on the command line to test older distfiles.
     102          (jberry)
     103
     104        - Added dependencies for rpm on virtual packages representing releases of
     105          MacOS X. (mww)
    6106
    7107Release 1.2.1 (10-Apr-2006):
Note: See TracChangeset for help on using the changeset viewer.