add my base/ bug fix :)

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@18755 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Charlie Allom
2006-07-27 05:43:29 +00:00
parent 3d9eac67eb
commit 40ffcd8502
+6 -3
View File
@@ -1,5 +1,5 @@
#
# $Id: ChangeLog,v 1.33 2006/07/27 05:37:56 pguyot Exp $
# $Id: ChangeLog,v 1.34 2006/07/27 05:43:29 yeled Exp $
#
# This is a log of major user-visible changes in each release
#
@@ -43,11 +43,14 @@ Release 1.3 (27-Jul-2006):
- Fixed a bug where thread2.6 Tcl library wasn't installed where DP is
installed. (jmpp)
- Fixed a bugs in xcode PortGroup which prevented the use of a custom
- Fixed a bug in xcode PortGroup which prevented the use of a custom
project path. (pguyot)
- Fixed a bugs in xcode PortGroup which made destroot to fail when there
- Fixed a bug in xcode PortGroup which made destroot to fail when there
were spaces in the install path. (pguyot)
- Fixed a bug in portfetch.tcl which failed to fetch patches when using
CVS or SVN. (Bugzilla 5269) (yeled)
- Added new command 'delete' for use in Portfiles instead of
'file delete' and 'system "rm.."' (mww)