summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/news.txt')
-rw-r--r--docs/news.txt27
1 files changed, 26 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 21110bc77..b1ab31c2a 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -8,15 +8,40 @@ Changelog
Next release (1.1) schedule
---------------------------
-Beta release mid-July 2011, final release early August.
+Beta release November 2011, final release December.
develop (unreleased)
--------------------
+* Fixed issue #57 - ignore py2app-generated OS X mpkg zip files in finder.
+ Thanks Rene Dudfield.
+
+* Fixed issue #182 - log to ~/Library/Logs/ by default on OS X framework
+ installs. Thanks Dan Callahan for report and patch.
+
+* Fixed issue #310 - understand version tags without minor version ("py3")
+ in sdist filenames. Thanks Stuart Andrews for report and Olivier Girardot for
+ patch.
+
+* Fixed issue #7 - Pip now supports optionally installing setuptools
+ "extras" dependencies; e.g. "pip install Paste[openid]". Thanks Matt Maker
+ and Olivier Girardot.
+
+* Fixed issue #391 - freeze no longer borks on requirements files with
+ --index-url or --find-links. Thanks Herbert Pfennig.
+
+* Fixed issue #288 - handle symlinks properly. Thanks lebedov for the patch.
+
+* Fixed issue #49 - pip install -U no longer reinstalls the same versions of
+ packages. Thanks iguananaut for the pull request.
+
* Removed ``-E`` option and ``PIP_RESPECT_VIRTUALENV``; both use a
restart-in-venv mechanism that's broken, and neither one is useful since
every virtualenv now has pip inside it.
+* Fixed issue #366 - pip throws IndexError when it calls `scraped_rel_links`
+
+
1.0.2 (2011-07-16)
------------------