diff options
author | Ian Clatworthy <ian.clatworthy@canonical.com> | 2010-02-28 00:47:56 +1000 |
---|---|---|
committer | Ian Clatworthy <ian.clatworthy@canonical.com> | 2010-02-28 00:47:56 +1000 |
commit | 0cb14e256ed8c12816e18bcf5a9650345c7e1bfe (patch) | |
tree | 8092db8c8730c151baf8f6f58a7db96d204b085f | |
parent | fdafc09662ecbace14a0ae358605775be3e3d38e (diff) | |
download | python-fastimport-git-0cb14e256ed8c12816e18bcf5a9650345c7e1bfe.tar.gz |
Release 0.9
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | explorer/tools.xml | 2 |
3 files changed, 4 insertions, 13 deletions
@@ -4,11 +4,8 @@ bzr-fastimport Release Notes .. contents:: -In Development -============== - -Compatability Breaks --------------------- +0.9 28-Feb-2010 +=============== New Features ------------ @@ -111,12 +108,6 @@ Documentation * Improved documentation has been published in the Bazaar Data Migration Guide: http://doc.bazaar-vcs.org/migration/en/data-migration/. -Testing -------- - -Internals ---------- - 0.8 22-Jul-2009 =============== @@ -8,7 +8,7 @@ Required and recommended packages are: * Python 2.4 or later -* Bazaar 1.1 or later. +* Bazaar 1.18 or later. Installation diff --git a/explorer/tools.xml b/explorer/tools.xml index fc26921..2386737 100644 --- a/explorer/tools.xml +++ b/explorer/tools.xml @@ -14,7 +14,7 @@ <tool action="qrun fast-import" icon="mimetypes/text-x-generic-template" title="Fast Import Stream" type="bzr" /> </folder> <separator/> - <tool action="qrun fast-import-filter" icon="actions/media-playback-pause" title="Filter Fast Import Stream" type="bzr" /> + <tool action="qrun fast-import-filter" icon="actions/media-playback-pause" title="Fast Import Filter" type="bzr" /> </folder> </folder> |