Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
eaae6b90
Commit
eaae6b90
authored
Jan 20, 2012
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4 changelog
parent
746ba068
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
Changelog.md
Changelog.md
+19
-1
No files found.
Changelog.md
View file @
eaae6b90
## v4 (01/20/2012)
Features:
*
Updated to virtualenv v1.7 and patched pip v1.2.
*
Actually activate created virtualenv within compile process.
*
Use distribute instead of deprecated setuptools.
*
Automatically destroy and rebuild corrupt virtualenvs.
*
Refactor django and pylibmc detection.
Bugfixes:
*
Fixed
`package==dev`
in requirements with patched pip embedded within virtualenv. Patch upstreamed.
*
Minor curl/rm flag fixes (thanks, contributors!)
## v3 (12/07/2011)
## v3 (12/07/2011)
Bugfixes:
Bugfixes:
*
Better django setup.py injection.
*
Better django setup.py injection.
## v2 (11/15/2011)
## v2 (11/15/2011)
Features:
Features:
...
@@ -14,6 +31,7 @@ Bugfixes:
...
@@ -14,6 +31,7 @@ Bugfixes:
*
Detect when virtualenv is checked in and alert user.
*
Detect when virtualenv is checked in and alert user.
## v1 (10/01/2011)
## v1 (10/01/2011)
*
Conception.
*
Conception.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment