diff options
author | gdt <gdt> | 2010-12-04 01:21:06 +0000 |
---|---|---|
committer | gdt <gdt> | 2010-12-04 01:21:06 +0000 |
commit | e6f0a1bf81147fb9568a383d9d7c24299cc05f0f (patch) | |
tree | eb8422cd4f7df3349bc8d3a9c2e8f5251a027258 /devel/bzr/MESSAGE | |
parent | 1f8723a64840616dae422c94a4ebc5f4710f10c0 (diff) | |
download | pkgsrc-e6f0a1bf81147fb9568a383d9d7c24299cc05f0f.tar.gz |
Upgrade to 2.1.1, from Jan Danielsson in private email.
Work has gone in to reducing memory usage in the 2.1 series.
This is a small bugfix release. Upgrading is recommended for anyone
running 2.1.0 or earlier.
Bugfixes:
* Avoid malloc(0) in patiencediff, which is non-portable.
* Fix stub sftp test server to call os.getcwdu().
* Merge correctly when this_tree is not a WorkingTree.
* Warn if pyrex is too old to compile the new SimpleSet and StaticTuple
extensions, rather than having the build fail randomly.
Diffstat (limited to 'devel/bzr/MESSAGE')
-rw-r--r-- | devel/bzr/MESSAGE | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/bzr/MESSAGE b/devel/bzr/MESSAGE index dedda376eb4..757f164c8cd 100644 --- a/devel/bzr/MESSAGE +++ b/devel/bzr/MESSAGE @@ -1,7 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2009/01/19 21:41:48 epg Exp $ +$NetBSD: MESSAGE,v 1.4 2010/12/04 01:21:06 gdt Exp $ bzr requires security/py-paramiko in order to push branches over sftp -and www/py-curl to verify https certificates. +and www/py-curl to verify https certificates. For the "shelve" command +devel/py-curses is required. =========================================================================== |