summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-09-19 10:15:10 +0200
committerTarek Ziade <tarek@ziade.org>2010-09-19 10:15:10 +0200
commit5afe5844d0b204e55801b6a02fab6b2e18254448 (patch)
treea65ade5921380d541e2cc30ad307a30917b54d27 /CHANGES.txt
parentaddfd74a36216143ed49f25da1cd6030902dad91 (diff)
downloaddisutils2-5afe5844d0b204e55801b6a02fab6b2e18254448.tar.gz
moved everything in the same dir - we want to include docs/ in the release
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
new file mode 100644
index 0000000..8bc3e6e
--- /dev/null
+++ b/CHANGES.txt
@@ -0,0 +1,38 @@
+=======
+CHANGES
+=======
+
+1.0a2 - ?
+---------
+
+- 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]
+- Add PEP 376 .dist-info support in Distribute [josip]
+- Add distutils2.depgraph, a dependency graph builder [josip]
+- Add a mock server to test network-using code [alexis, konrad]
+- Add distutils2.index, a comprehensive subpackage to query PyPI [alexis]
+- Add 2to3 support to the build command [zubin]
+- Enhance the check command (sanity tests) [konrad]
+- Make sdist include source files used by other commands [jeremy]
+- Change install_egg_info to install_distinfo (PEP 376) [josip]
+- Import the upload_docs command from distribute [konrad]
+- Add a test command [konrad]
+- Add post and pre-hooks for build and install [konrad]
+- Remove PyPIRCCommand, move its helper code into util [tarek]
+- Remove Mac OS 9 support [éric]
+- Start adding docstrings to interface methods [jeremy]
+- Move documentation from the stdlib [ali, éric]
+- Lots of bug fixes, cleanups, tests [everyone]
+
+
+1.0a1 - 2010-05-06
+------------------
+
+- Initial import from the stdlib [tarek]
+- Add support for PEP 386 in distutils2.version [tarek]
+- Add support for PEP 345 in distutils2.metadata [tarek]
+- Add mkpkg, a helper script to create a setup.py [sean]
+- Remove bdist_rpm command [tarek]
+- Add some PEP 376 functions to pkgutil [michael]
+- Add distutils2.util.find_packages [tarek]