Skip to content

Commit c53d54f

Browse files
committed
changelog
1 parent ed6fe28 commit c53d54f

File tree

1 file changed

+4
-128
lines changed

1 file changed

+4
-128
lines changed

Changelog.md

Lines changed: 4 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,6 @@
1-
## v14
1+
## v60
22

3-
Features:
3+
- Default Python version is v2.7.10
4+
- Setuptools updated to v16.0
5+
- Pip updated to v7.0.1
46

5-
* Full removal of Django settings injection for new apps.
6-
* Support for profile.d
7-
* Fresh app detection.
8-
* Update to Virtualenv v1.7.2
9-
* Updated to Pip v1.1 (patched)
10-
11-
Bugfixes:
12-
13-
* Default pip path exists action.
14-
15-
## v13
16-
17-
Bugfixes:
18-
19-
* Fix pip quoting error.
20-
* Only talk about collectstatic in buildpack output when it's configured.
21-
22-
## v12
23-
24-
Bugfixes:
25-
26-
* Catch database setting corner case.
27-
28-
## v11
29-
30-
Bugfixes:
31-
32-
* Cleanup collectstatic output.
33-
34-
35-
## v10
36-
37-
Bugfixes:
38-
39-
* Check for collectstatic validity with --dry-run instead of --help for Django 1.4.
40-
41-
## v9
42-
43-
Bugfixes:
44-
45-
* Unset PYTHONHOME in buildpack for [user_env_compile](http://devcenter.heroku.com/articles/labs-user-env-compile).
46-
47-
## v8
48-
49-
Features:
50-
51-
* Disable Django collectstatic with `$DISABLE_COLLECTSTATIC` + [user_env_compile](http://devcenter.heroku.com/articles/labs-user-env-compile).
52-
53-
Bugfixes:
54-
55-
* Don't disbable injection for new Django apps.
56-
* Inform user of July 1, 2012 deprecation of Django injection.
57-
58-
## v7
59-
60-
Features:
61-
62-
* Full removal of Django setting injection for new apps.
63-
* Automatic execution of collectstatic.
64-
* Suppress collectstatic errors via env SILENCE_COLLECTSTATIC.
65-
* Increase settings.py search depth to 3.
66-
* Search recursively from included requirements.txt files.
67-
68-
69-
## v6 (03/23/2012)
70-
71-
Features:
72-
73-
* Dist packages (setup.py) support.
74-
* Move new virtualenvs to `/app/.heroku/venv`.
75-
* Heavily improved Django app detection, accounting for `Django` in `requirements.txt`.
76-
* Literate [documentation](http://python-buildpack.herokuapp.com).
77-
* Default `$PYTHONHOME`, `$PYTHONPATH`, and `$LANG` configurations.
78-
* Disable Django setting injection with `$DISABLE_INJECTION` + [user_env_compile](http://devcenter.heroku.com/articles/labs-user-env-compile).
79-
* General code refactor and improved messaging.
80-
* Unit tests.
81-
82-
Bugfixes:
83-
84-
* Django 1.4 startproject template layout support.
85-
* Django `manage.py` location can now be independent from `settings.py`.
86-
87-
## v5 (02/01/2012)
88-
89-
Bugfixes:
90-
91-
* Git requirements 100% work.
92-
93-
94-
## v4 (01/20/2012)
95-
96-
Features:
97-
98-
* Updated to virtualenv v1.7 with patched pip v1.2.
99-
* Actually activate created virtualenv within compile process.
100-
* Use distribute instead of deprecated setuptools.
101-
* Automatically destroy and rebuild corrupt virtualenvs.
102-
* Refactor django and pylibmc detection.
103-
104-
Bugfixes:
105-
106-
* Fixed `package==dev` in requirements with patched pip embedded within virtualenv. Patch upstreamed.
107-
* Minor curl/rm flag fixes (thanks, contributors!)
108-
109-
110-
## v3 (12/07/2011)
111-
112-
Bugfixes:
113-
114-
* Better django setup.py injection.
115-
116-
117-
## v2 (11/15/2011)
118-
119-
Features:
120-
121-
* Support for pylibmc and libmemcached +sasl.
122-
123-
Bugfixes:
124-
125-
* Detect when virtualenv is checked in and alert user.
126-
127-
128-
## v1 (10/01/2011)
129-
130-
* Conception.

0 commit comments

Comments
 (0)