diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 10:15:10 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-31 10:15:10 -0500 |
| commit | 314d143ffcc838e1dbf7177b601c139f8d0b609f (patch) | |
| tree | 4c63edea6d35632131f6dff85dd5d6fb46d471b8 /CHANGES.txt | |
| parent | 54e96d8d8a6e18901d8e3e708fd0e82bfaba9569 (diff) | |
| download | python-setuptools-git-314d143ffcc838e1dbf7177b601c139f8d0b609f.tar.gz | |
Restore _default_revctrl implementation (stubbed). Fixes #320.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5161fbe5..9b8a81cb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,14 @@ CHANGES ======= +---- +10.1 +---- + +* Issue #320: Added a compatibility implementation of `sdist._default_revctrl` + so that systems relying on that interface do not fail (namely, Ubuntu 12.04 + and similar Debian releases). + ------ 10.0.1 ------ |
