Commit 844b2e5e authored by Michael Howitz's avatar Michael Howitz

addec missing changelog entry

parent b8e50f66
Status
******
Change History Change History
************** **************
1.2.2 (unreleased)
==================
- Better Windows compatibility in test infrastructure.
1.2.1 (2009-03-18) 1.2.1 (2009-03-18)
================== ==================
...@@ -83,8 +86,8 @@ Change History ...@@ -83,8 +86,8 @@ Change History
- added a test to verify against https://bugs.launchpad.net/zc.buildout/+bug/239212 - added a test to verify against https://bugs.launchpad.net/zc.buildout/+bug/239212
in allowhosts.txt (seletz) in allowhosts.txt (seletz)
- further fixes for """AttributeError: Buildout instance has no - further fixes for """AttributeError: Buildout instance has no
attribute '_logger'""" by providing reasonable defaults attribute '_logger'""" by providing reasonable defaults
within the Buildout constructor (related to the new 'allow-hosts' option) within the Buildout constructor (related to the new 'allow-hosts' option)
(patch by Gottfried Ganssauge) (ajung) (patch by Gottfried Ganssauge) (ajung)
...@@ -99,7 +102,7 @@ Change History ...@@ -99,7 +102,7 @@ Change History
- Added the `allow-hosts` option (tarek) - Added the `allow-hosts` option (tarek)
- Quote the 'executable' argument when trying to detect the python - Quote the 'executable' argument when trying to detect the python
version using popen4. (sidnei) version using popen4. (sidnei)
- Quote the 'spec' argument, as in the case of installing an egg from - Quote the 'spec' argument, as in the case of installing an egg from
...@@ -110,7 +113,7 @@ Change History ...@@ -110,7 +113,7 @@ Change History
1.0.3 (2008-06-01) 1.0.3 (2008-06-01)
================== ==================
- fix for """AttributeError: Buildout instance has no attribute '_logger'""" - fix for """AttributeError: Buildout instance has no attribute '_logger'"""
by providing reasonable defaults within the Buildout constructor. by providing reasonable defaults within the Buildout constructor.
(patch by Gottfried Ganssauge) (ajung) (patch by Gottfried Ganssauge) (ajung)
...@@ -285,7 +288,7 @@ Feature Changes ...@@ -285,7 +288,7 @@ Feature Changes
are being added. are being added.
- Changed the logging format to exclude the logger name for the - Changed the logging format to exclude the logger name for the
zc.buildout logger. This reduces noise in the output. zc.buildout logger. This reduces noise in the output.
- Clean up lots of messages, adding missing periods and adding quotes around - Clean up lots of messages, adding missing periods and adding quotes around
requirement strings and file paths. requirement strings and file paths.
...@@ -295,7 +298,7 @@ Bugs Fixed ...@@ -295,7 +298,7 @@ Bugs Fixed
- 114614: Buildouts could take a very long time if there were - 114614: Buildouts could take a very long time if there were
dependency problems in large sets of pathologically interdependent dependency problems in large sets of pathologically interdependent
packages. packages.
- 59270: Buggy recipes can cause failures in later recipes via chdir - 59270: Buggy recipes can cause failures in later recipes via chdir
...@@ -339,7 +342,7 @@ Feature Changes ...@@ -339,7 +342,7 @@ Feature Changes
for distribution downloads. The cache can be shared among buildouts for distribution downloads. The cache can be shared among buildouts
to reduce network access and to support creating source to reduce network access and to support creating source
distributions for applications allowing install without network distributions for applications allowing install without network
access. access.
- Log scripts created, as suggested in: - Log scripts created, as suggested in:
https://bugs.launchpad.net/zc.buildout/+bug/71353 https://bugs.launchpad.net/zc.buildout/+bug/71353
...@@ -423,7 +426,7 @@ Feature Changes ...@@ -423,7 +426,7 @@ Feature Changes
for this parameter and already installed eggs meet the given for this parameter and already installed eggs meet the given
requirements, then no attempt will be made to search for newer requirements, then no attempt will be made to search for newer
distributions. distributions.
- The recipe-testing support setUp function now adds the name - The recipe-testing support setUp function now adds the name
*buildout* to the test namespace with a value that is the path to *buildout* to the test namespace with a value that is the path to
the buildout script in the sample buildout. This allows tests to the buildout script in the sample buildout. This allows tests to
...@@ -458,7 +461,7 @@ Bugs Fixed ...@@ -458,7 +461,7 @@ Bugs Fixed
Feature Changes Feature Changes
--------------- ---------------
- Added documentation for some previously undocumented features of the - Added documentation for some previously undocumented features of the
easy_install APIs. easy_install APIs.
- By popular demand, added a -o command-line option that is a short - By popular demand, added a -o command-line option that is a short
...@@ -587,7 +590,7 @@ Bugs Fixed ...@@ -587,7 +590,7 @@ Bugs Fixed
---------- ----------
`67737 <https://launchpad.net/products/zc.buildout/+bug/67737>`_ `67737 <https://launchpad.net/products/zc.buildout/+bug/67737>`_
Verbose and quite output options caused errors when the Verbose and quite output options caused errors when the
develop buildout option was used to create develop eggs. develop buildout option was used to create develop eggs.
`67871 <https://launchpad.net/products/zc.buildout/+bug/67871>`_ `67871 <https://launchpad.net/products/zc.buildout/+bug/67871>`_
...@@ -597,7 +600,7 @@ Bugs Fixed ...@@ -597,7 +600,7 @@ Bugs Fixed
`67873 <https://launchpad.net/products/zc.buildout/+bug/67873>`_ `67873 <https://launchpad.net/products/zc.buildout/+bug/67873>`_
There was an error in producing an error message when part names There was an error in producing an error message when part names
passed to the install command weren't included in the passed to the install command weren't included in the
configuration. configuration.
1.0.0b10 (2006-10-16) 1.0.0b10 (2006-10-16)
===================== =====================
...@@ -608,12 +611,12 @@ Feature Changes ...@@ -608,12 +611,12 @@ Feature Changes
- Renamed the runsetup command to setup. (The old name still works.) - Renamed the runsetup command to setup. (The old name still works.)
- Added a recipe update method. Now install is only called when a part - Added a recipe update method. Now install is only called when a part
is installed for the first time, or after an uninstall. Otherwise, is installed for the first time, or after an uninstall. Otherwise,
update is called. For backward compatibility, recipes that don't update is called. For backward compatibility, recipes that don't
define update methiods are still supported. define update methiods are still supported.
- If a distribution defines namespace packages but fails to declare - If a distribution defines namespace packages but fails to declare
setuptools as one of its dependencies, we now treat setuptools as an setuptools as one of its dependencies, we now treat setuptools as an
implicit dependency. We generate a warning if the distribution implicit dependency. We generate a warning if the distribution
is a develop egg. is a develop egg.
...@@ -707,7 +710,7 @@ support. ...@@ -707,7 +710,7 @@ support.
- No-longer generate a py_zc.buildout script. - No-longer generate a py_zc.buildout script.
- Fixed some bugs in variable substitutions. - Fixed some bugs in variable substitutions.
The characters "-", "." and " ", weren't allowed in section or The characters "-", "." and " ", weren't allowed in section or
option names. option names.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment