diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-16 11:27:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-16 11:27:27 +0000 |
commit | 12cdf96a011ef165146ccf457f272925a64b927a (patch) | |
tree | be708585a4d75fae5cf42a3c5a97a450596d7dce /devel/bzr | |
parent | d155939cf6d88a914f06f04d5be0195a9c39dde7 (diff) | |
download | pkgsrc-12cdf96a011ef165146ccf457f272925a64b927a.tar.gz |
Update to 2.0.3:
bzr 2.0.3
#########
:Codename: little italy
:2.0.3: 2009-12-14
The third stable release of Bazaar has a small handful of bugfixes. As
expected, this has no internal or external compatibility changes versus
2.0.2 (or 2.0.0).
Bug Fixes
*********
* ``bzr push --use-existing-dir`` no longer crashes if the directory
exists but contains an invalid ``.bzr`` directory.
(Andrew Bennetts, #423563)
* Content filters are now applied correctly after pull, merge and switch.
(Ian Clatworthy, #385879)
* Fix a potential segfault in the groupcompress hash map handling code.
When inserting new entries, if the final hash bucket was empty, we could
end up trying to access if ``(last_entry+1)->ptr == NULL``.
(John Arbash Meinel, #490228)
* Improve "Binary files differ" hunk handling. (Aaron Bentley, #436325)
bzr 2.0.2
#########
:Codename: after the scare
:2.0.2: 2009-11-02
The second in our "let's keep the stable bugfixes flowing" series. As
expected this has a few (~9) bugfixes relative to 2.0.1, and no major api
changes or features.
Bug Fixes
*********
* Avoid "NoneType has no attribute st_mode" error when files disappear
from a directory while it's being read. (Martin Pool, #446033)
* Content filters are now applied correctly after revert.
(Ian Clatworthy)
* Diff parsing handles "Binary files differ" hunks. (Aaron Bentley, #436325)
* Fetching from stacked pre-2a repository via a smart server no longer
fails intermittently with "second push failed to complete".
(Andrew Bennetts, #437626)
* Fix typos left after test_selftest refactoring.
(Vincent Ladeuil, Matt Nordhoff, #461149)
* Fixed ``ObjectNotLocked`` errors during ``bzr log -r NNN somefile``.
(Andrew Bennetts, #445171)
* PreviewTree file names are not limited by the encoding of the temp
directory's filesystem. (Aaron Bentley, #436794)
Improvements
************
* ``bzr log`` now read-locks branches exactly once, so makes better use of
data caches. (Andrew Bennetts)
Documentation
*************
* Filtered views user documentation upgraded to refer to format 2a
instead of pre-2.0 formats. (Ian Clatworthy)
Diffstat (limited to 'devel/bzr')
-rw-r--r-- | devel/bzr/Makefile | 5 | ||||
-rw-r--r-- | devel/bzr/PLIST | 4 | ||||
-rw-r--r-- | devel/bzr/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 2d46ded5410..788fed7e1c0 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2010/02/10 19:17:34 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2010/02/16 11:27:27 wiz Exp $ DISTNAME= bzr-${VER} -PKGREVISION= 1 CATEGORIES= devel scm MASTER_SITES= http://launchpad.net/bzr/2.0/${VER}/+download/ -VER= 2.0.1 +VER= 2.0.3 MAINTAINER= epg@NetBSD.org HOMEPAGE= http://bazaar-vcs.org/ diff --git a/devel/bzr/PLIST b/devel/bzr/PLIST index 4457d555529..e442e0b4d6d 100644 --- a/devel/bzr/PLIST +++ b/devel/bzr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2009/10/11 18:36:00 epg Exp $ +@comment $NetBSD: PLIST,v 1.32 2010/02/16 11:27:27 wiz Exp $ bin/bzr ${PYSITELIB}/bzrlib/__init__.py ${PYSITELIB}/bzrlib/__init__.pyc @@ -1686,6 +1686,8 @@ ${PYSITELIB}/bzrlib/tests/test_patch.pyo ${PYSITELIB}/bzrlib/tests/test_patches.py ${PYSITELIB}/bzrlib/tests/test_patches.pyc ${PYSITELIB}/bzrlib/tests/test_patches.pyo +${PYSITELIB}/bzrlib/tests/test_patches_data/binary-after-normal.patch +${PYSITELIB}/bzrlib/tests/test_patches_data/binary.patch ${PYSITELIB}/bzrlib/tests/test_patches_data/diff ${PYSITELIB}/bzrlib/tests/test_patches_data/diff-2 ${PYSITELIB}/bzrlib/tests/test_patches_data/diff-3 diff --git a/devel/bzr/distinfo b/devel/bzr/distinfo index 6ee3e19780c..1f5318e4dd4 100644 --- a/devel/bzr/distinfo +++ b/devel/bzr/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.35 2009/11/10 19:31:31 epg Exp $ +$NetBSD: distinfo,v 1.36 2010/02/16 11:27:27 wiz Exp $ -SHA1 (bzr-2.0.1.tar.gz) = e19c05e052290746de54f65254e056e39ba5e018 -RMD160 (bzr-2.0.1.tar.gz) = a48492a27942f1001c1270fc8bb974135328c4b5 -Size (bzr-2.0.1.tar.gz) = 6101477 bytes +SHA1 (bzr-2.0.3.tar.gz) = 178fe6546d32a1752a9e9abca57db128463bb1e6 +RMD160 (bzr-2.0.3.tar.gz) = 3b33e5148ff47e66b0315e964d2b8e565d056675 +Size (bzr-2.0.3.tar.gz) = 6616470 bytes SHA1 (patch-aa) = 8eda90885b3127525330cd3432538fb2b4df98c1 SHA1 (patch-ab) = 042761dede5533cefbfa25ba548c3bb13236dce5 |