Skip to content

Commit eaae6b9

Browse files
author
Kenneth Reitz
committed
v4 changelog
1 parent 746ba06 commit eaae6b9

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Changelog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
1+
## v4 (01/20/2012)
2+
3+
Features:
4+
5+
* Updated to virtualenv v1.7 and patched pip v1.2.
6+
* Actually activate created virtualenv within compile process.
7+
* Use distribute instead of deprecated setuptools.
8+
* Automatically destroy and rebuild corrupt virtualenvs.
9+
* Refactor django and pylibmc detection.
10+
11+
Bugfixes:
12+
13+
* Fixed `package==dev` in requirements with patched pip embedded within virtualenv. Patch upstreamed.
14+
* Minor curl/rm flag fixes (thanks, contributors!)
15+
16+
117
## v3 (12/07/2011)
218

319
Bugfixes:
420

521
* Better django setup.py injection.
622

23+
724
## v2 (11/15/2011)
825

926
Features:
@@ -14,6 +31,7 @@ Bugfixes:
1431

1532
* Detect when virtualenv is checked in and alert user.
1633

34+
1735
## v1 (10/01/2011)
1836

19-
* Conception.
37+
* Conception.

0 commit comments

Comments
 (0)