diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-08 13:53:28 +0100 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-08 13:53:28 +0100 |
| commit | dca1e7421f068482b0e307509c1624cb90dbbe3e (patch) | |
| tree | 432e2edc100c3352d300aaf22b9679402c3b7355 | |
| parent | 03be2a031c1a9a881d48ca6c206e61bd39d77881 (diff) | |
| download | python-setuptools-git-dca1e7421f068482b0e307509c1624cb90dbbe3e.tar.gz | |
Updated changelog and contributors
--HG--
branch : distribute
extra : rebase_source : 0af5a5ae5cd823756e3461f202571a4a9d0e8fc3
| -rw-r--r-- | CHANGES.txt | 8 | ||||
| -rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index cae946e0..7acd35ab 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,14 @@ CHANGES ======= ------ +0.6.39 +------ + +* Add support for console launchers on ARM platforms. +* Fix possible issue in GUI launchers where the subsystem was not supplied to + the linker. +* Launcher build script now refactored for robustness. + 0.6.35 ------ diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 22c90aba..487e0a44 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -8,6 +8,7 @@ Contributors * Christophe Combelles * Daniel Stutzbach * Daniel Holth +* Grigory Petrov * Hanno Schlichting * Jannis Leidel * Jason R. Coombs |
