From 1d2098651cb79438944f4fedc94472f98d9523d7 Mon Sep 17 00:00:00 2001 From: Ian Bicking Date: Tue, 28 Oct 2008 12:30:22 -0500 Subject: [PATCH] [svn r21083] update news for last release --- docs/news.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/news.txt b/docs/news.txt index ba5170e2d..9e7f7b77e 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,6 +1,20 @@ News for pip ================== +0.2 +--- + +* Renamed to ``pip``, and to install you now do ``pip install + PACKAGE`` + +* Added command ``pip zip PACKAGE`` and ``pip unzip PACKAGE``. This + is particularly intended for Google App Engine to manage libraries + to stay under the 1000-file limit. + +* Some fixes to bundles, especially editable packages and when + creating a bundle using unnamed packages (like just an svn + repository without ``#egg=Package``). + 0.1.4 -----