update ChangeLog

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@101274 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Joshua Root
2013-01-07 15:02:45 +00:00
parent 9e55d8b4e4
commit d45f152ed8
+20 -1
View File
@@ -13,6 +13,10 @@ Release 2.2.0 (unreleased)
the number of builds trace mode breaks.
(cal in r100071-100073, r100077, r100126, r100221)
- Began using sandbox-exec(1) on 10.5+ to prevent commands executed using
the 'system' procedure from writing files outside of the build directory
and selected other locations like /tmp. (jmr in r98156, r98193, etc.)
Release 2.1.3 (unreleased)
- Fixed a bug where a certain order of starting and aborting a build,
running selfupdate and continuing a build would resume building although
@@ -37,7 +41,22 @@ Release 2.1.3 (unreleased)
- Fix a problem where interrupting the uninstallation process could leave
the registry database in a corrupted state.
(cal in r100219)
(#34482, cal in r100219)
- Fixed a failure in the fallback code used by 'port pkg' when
PackageMaker is not installed. (#36597, jmr in r96262)
- Fixed an incorrect lint error about the port directory name when a full
@macports.org maintainer address is used. (#35925, ryandesign in r97264)
- Fixed creation of disk images with flat packages. (jmr in r99167)
- Fixed a bug where not all requested variants would be passed on to
dependencies when building an mpkg. (#36363, jmr in r100679)
- Added configure.compiler options macports-clang-3.2 and
macports-clang-3.3 (jeremyhu, ryandesign, jmr in r92588, r101163,
r101166, r101270)
Release 2.1.2 (2012-07-26 by jmr):
- Fixed autodetection of developer_dir with Xcode 4.4