1. 07 Dec, 2006 5 commits
    • Jim Fulton's avatar
      bb73d373
    • Jim Fulton's avatar
      Updated release info. · 0b3be444
      Jim Fulton authored
      0b3be444
    • Jim Fulton's avatar
      Bugs Fixed · 418893a9
      Jim Fulton authored
      ----------
      
      - Uninstall recipes weren't loaded correctly in cases where
        no parts in the (new) configuration used the recipe egg.
      418893a9
    • Jim Fulton's avatar
      Feature Changes · ac702c5f
      Jim Fulton authored
      ---------------
      
      - A new command-line argument, -U, suppresses reading user defaults.
      
      - You can now suppress use of an installed-part database
        (e.g. .installed.cfg) by sprifying an empty value for the buildout
        installed option.
      ac702c5f
    • Jim Fulton's avatar
      Fixed a bug in the install command. Parts that installed parts · 12f261a8
      Jim Fulton authored
      depended on were installed too.  This is nice under normal
      circumstances, but when the install command is used with a list of
      parts, then the promise is that *only* those parts will be installed.
      This is an important use case, because it can speed development.
      12f261a8
  2. 05 Dec, 2006 11 commits
  3. 04 Dec, 2006 2 commits
    • Jim Fulton's avatar
      Updated release info. · 19a7b55b
      Jim Fulton authored
      19a7b55b
    • Jim Fulton's avatar
      Merged revisions 71277 to 71397 from dev branch: · 74b4de9f
      Jim Fulton authored
      Feature Changes
      ---------------
      
      - Variable substitutions now reflect option data written by recipes.
      
      - A part referenced by a part in a parts list is now added to the parts
        list before the referencing part.  This means that you can omit
        parts from the parts list if they are referenced by other parts.
      
      - Added a develop function to the easy_install module to aid in
        creating develop eggs with custom build_ext options.
      
      - The build and develop functions in the easy_install module now
        return the path of the egg or egg link created.
      
      - Removed the limitation that parts named in the install command can
        only name configured parts.
      
      - Removed support ConfigParser-style variable substitutions
        (e.g. %(foo)s). Only the string-template style of variable
        (e.g. ${section:option}) substitutions will be supported.
        Supporting both violates "there's only one way to do it".
      
      - Deprecated the buildout-section extendedBy option.
      74b4de9f
  4. 29 Nov, 2006 1 commit
  5. 01 Nov, 2006 1 commit
  6. 27 Oct, 2006 1 commit
  7. 25 Oct, 2006 1 commit
  8. 24 Oct, 2006 5 commits
  9. 16 Oct, 2006 4 commits
  10. 11 Oct, 2006 1 commit
  11. 08 Oct, 2006 4 commits
  12. 07 Oct, 2006 1 commit
  13. 04 Oct, 2006 1 commit
  14. 02 Oct, 2006 2 commits