summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-09-19 19:58:33 +0200
committerTarek Ziade <tarek@ziade.org>2010-09-19 19:58:33 +0200
commit995f8beb3ea6e23cc5bd5a6be7cfd06428e76344 (patch)
tree582ec9c50a94210eb2e023b01b193e02f69fbb8e /CHANGES.txt
parent19fd9e85e45a0f5bc7fbebe1c6437820562b66e2 (diff)
downloaddisutils2-995f8beb3ea6e23cc5bd5a6be7cfd06428e76344.tar.gz
added notes in CHANGES
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8bc3e6e..45bb613 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,9 +2,18 @@
CHANGES
=======
-1.0a2 - ?
+1.0a3 - ?
---------
+- Provided a Tox configuration for cross-python testing [holger]
+- Fixed the installation when using easy_install and Pip by switching
+ setup.py to distutils1 [holger/tarek]
+- Added missing c/h files in the MANIFEST so they are always present
+ no matter which python version was used to build it. [holger/tarek]
+
+1.0a2 - 2010-09-10
+------------------
+
- Add a converter for distutils/setuptools-based setup scripts [tarek]
- Factor out MANIFEST[.in] support into disutils2.manifest [tarek]
- Implement pkgutil APIs described in PEP 376 [josip]