Terrarium
  • Installation
    • Python & OS Support
    • Install using pip
    • Upgrade using pip
  • Quick Start
    • Creating a new environment
    • Replacing an existing environment
  • User Guide
    • Creating a new environment
    • Replacing an existing environment
    • Saving and using environment archives
    • Tips
  • Development
    • Installing requirements
    • Building the documentation locally
    • Running tests
    • Getting involved
    • Release process
  • Release Notes
 
Terrarium
  • Docs »
  • Release Notes
  • View page source

Release NotesΒΆ

1.0.0rc4

  • Add support for pip 1.3.1
  • Add command to restore backup
  • Added –require-download option

1.0.0rc3

  • Don’t print S3 secret key in verbose mode / debug level
  • Update requirements to include support for virtualenv 1.8.4 and others
  • Fixed mac compatibility issues because of bsd tar
  • Improvements for tests
  • Pip 1.2 compatibility
  • Handle comments in requirements files
  • Output when boto not installed is confusing
  • Output on normal install makes it feel like terrarium hung
  • –storage-dir should default to environment variable TERRARIUM_STORAGE_DIR
  • Gracefully handle permission failures when creating environment backup

1.0.0rc2

  • Cannot call rmtree on a symbolic link
  • Dangling symlink on extract

1.0.0rc1

  • boto.S3Connection should be boto.s3.connection.S3Connection
  • Terrarium needs to fix paths after upload
  • Implement options as described in README spec
Previous

© Copyright 2014, Kyle Gibson, Wes Winham.

Sphinx theme provided by Read the Docs