Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
epg 1140e13982 bzr 1.10 2008-12-05
-------------------

Bazaar 1.10 has several performance improvements for copying revisions
(especially for small updates to large projects).  There has also been a
significant amount of effort in polishing stacked branches.  The commands
``shelve`` and ``unshelve`` have become core commands, with an improved
implementation.

The only changes versus bzr-1.10rc1 are bugfixes for stacked branches.

  BUG FIXES:

    * Don't set a pack write cache size from RepoFetcher, because the
      cache is not coherent with reads and causes ShortReadvErrors.
      This reverses the change that fixed #294479.
      (Martin Pool, #303856)

    * Properly handle when a revision can be inserted as a delta versus
      when it needs to be expanded to a fulltext for stacked branches.
      There was a bug involving merge revisions. As a method to help
      prevent future difficulties, also make stacked fetches sort
      topologically. (John Arbash Meinel, #304841)


bzr 1.10rc1 2008-11-28
----------------------

This release of Bazaar focuses on performance improvements when pushing
and pulling revisions, both locally and to remote networks.  The popular
``shelve`` and ``unshelve`` commands, used to interactively revert and
restore work in progress, have been merged from bzrtools into the bzr
core.  There are also bug fixes for portability, and for stacked branches.

  NEW FEATURES:

    * New ``commit_message_template`` hook that is called by the commit
      code to generate a template commit message. (Jelmer Vernooij)

    * New `shelve` and `unshelve` commands allow undoing and redoing changes.
      (Aaron Bentley)

  IMPROVEMENTS:

    * ``(Remote)Branch.copy_content_into`` no longer generates the full revision
      history just to set the last revision info.
      (Andrew Bennetts, John Arbash Meinel)

    * Fetches between formats with different serializers (such as
      pack-0.92-subtree and 1.9-rich-root) are faster now.  This is due to
      operating on batches of 100 revisions at time rather than
      one-by-one.  (Andrew Bennetts, John Arbash Meinel)

    * Search index files corresponding to pack files we've already used
      before searching others, because they are more likely to have the
      keys we're looking for.  This reduces the number of iix and tix
      files accessed when pushing 1 new revision, for instance.
      (John Arbash Meinel)

    * Signatures to transfer are calculated more efficiently in
      ``item_keys_introduced_by``.  (Andrew Bennetts, John Arbash Meinel)

    * The generic fetch code can once again copy revisions and signatures
      without extracting them completely to fulltexts and then serializing
      them back down into byte strings. This is a significant performance
      improvement when fetching from a stacked branch.
      (John Arbash Meinel, #300289)

    * When making a large readv() request over ``bzr+ssh``, break up the
      request into more manageable chunks. Because the RPC is not yet able
      to stream, this helps keep us from buffering too much information at
      once. (John Arbash Meinel)

  BUG FIXES:

    * Better message when the user needs to set their Launchpad ID.
      (Martin Pool, #289148)

    * ``bzr commit --local`` doesn't access the master branch anymore.
      This fixes a regression introduced in 1.9.  (Marius Kruger, #299313)

    * Don't call the system ``chdir()`` with an empty path. Sun OS seems
      to give an error in that case.  Also, don't count on ``getcwd()``
      being able to allocate a new buffer, which is a gnu extension.
      (John Arbash Meinel, Martin Pool, Harry Hirsch, #297831)

    * Don't crash when requesting log --forward <file> for a revision range
      starting with a dotted revno.
      (Vincent Ladeuil, #300055)

    * Don't create text deltas spanning stacked repositories; this could
      cause "Revision X not present in Y" when later accessing them.
      (Martin Pool, #288751)

    * Pack repositories are now able to reload the pack listing and retry
      the current operation if another action causes the data to be
      repacked.  (John Arbash Meinel, #153786)

    * PermissionDenied errors from smart servers no longer cause
      "PermissionDenied: "None"" on the client.
      (Andrew Bennetts, #299254)

    * Pushing to a stacked pack repository now batches writes, the same
      way writes are batched to ordinary pack repository.  This makes
      pushing to a stacked branch over the network much faster.
      (Andrew Bennetts, #294479)

    * TooManyConcurrentRequests no longer occur when a fetch fails and
      tries to abort a write group.  This allows the root cause (e.g. a
      network interruption) to be reported.  (Andrew Bennetts, #297014)

    * RemoteRepository.get_parent_map now uses fallback repositories.
      (Aaron Bentley, #297991?, #293679?)

  API CHANGES:

    * ``CommitBuilder`` now validates the strings it will be committing,
      to ensure that they do not have characters that will not be properly
      round-tripped. For now, it just checks for characters that are
      invalid in the XML form. (John Arbash Meinel, #295161)

    * Constructor parameters for NewPack (internal to pack repositories)
      have changed incompatibly.

    * ``Repository.abort_write_group`` now accepts an optional
      ``suppress_errors`` flag.  Repository implementations that override
      ``abort_write_group`` will need to be updated to accept the new
      argument.  Subclasses that only override ``_abort_write_group``
      don't need to change.

    * Transport implementations must provide copy_tree_to_transport.  A default
      implementation is provided for Transport subclasses.

  TESTING:

    * ``bzr selftest`` now fails if no doctests are found in a module
      that's expected to have them.  (Martin Pool)

    * Doctests now only report the first failure.  (Martin Pool)
2008-12-07 02:32:20 +00:00
archivers Update to 2.24.2: 2008-12-02 13:30:08 +00:00
audio Add missing ltdl dependency. Causes build failure, so no PKGREVISION bump. 2008-12-06 09:29:51 +00:00
benchmarks Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
biology Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
bootstrap /usr/ucb/install cannot handle a Solaris zone with a read-only /usr but 2008-11-19 16:35:23 +00:00
cad Update to pcb-20081128 2008-12-03 00:28:39 +00:00
chat Update to 1.1.22 2008-12-05 14:04:52 +00:00
comms Fixed download site. Patch by Rumko via pkgsrc-users. 2008-11-26 00:32:55 +00:00
converters Support user-destdir. 2008-12-07 02:05:50 +00:00
cross + cc65. 2008-10-08 19:54:24 +00:00
databases Update from version 0.7 to version 0.8 2008-12-03 05:44:50 +00:00
devel bzr 1.10 2008-12-05 2008-12-07 02:32:20 +00:00
distfiles
doc Updated emulators/wine-devel to 1.1.10 2008-12-07 00:45:59 +00:00
editors + tomboy. 2008-12-04 16:45:59 +00:00
emulators Changes 1.1.10: 2008-12-07 00:43:03 +00:00
filesystems Updated to fs-utils-20081124 2008-11-24 16:28:31 +00:00
finance Update from version 1.25nb1 to 1.26. 2008-11-17 22:55:37 +00:00
fonts Update to 2.24.2: 2008-12-02 16:56:58 +00:00
games Update to 2.24.2: 2008-12-02 14:59:56 +00:00
geography Make garmin-utils build on Linux 2008-11-12 13:37:36 +00:00
graphics Depend on py-sqlite. Ride update. 2008-12-06 19:43:27 +00:00
ham Add missing files to PLIST. 2008-12-06 08:48:03 +00:00
inputmethod Original MASTER_SITES does not have old distfiles. 2008-11-28 02:03:01 +00:00
lang Update to 5.2.7. 2008-12-05 13:07:37 +00:00
licenses add license 2008-09-12 22:49:37 +00:00
mail Updated mail/squirrelmail to 1.4.17 2008-12-04 07:18:46 +00:00
math MAKE_JOBS_SAFE= no 2008-12-05 19:02:09 +00:00
mbone Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
meta-pkgs Depend on correct anjuta version, bump version. 2008-12-04 17:32:36 +00:00
misc + mousetweaks. 2008-12-03 09:26:28 +00:00
mk Bump intltools dependency default to 0.40.0, more and more programs need it. 2008-12-05 08:25:15 +00:00
multimedia We need a Real Shell to run some internal configure script (fixes 2008-12-05 15:18:40 +00:00
net Add patch from <http://libtorrent.rakshasa.no/ticket/1184> to fix the build 2008-12-05 16:31:52 +00:00
news MAKE_JOBS_SAFE=no 2008-12-05 19:00:27 +00:00
packages
parallel Update SGE to 6.1.5 2008-11-26 10:20:08 +00:00
pkgtools Make complaints about hicolor icon themes directories errors. 2008-12-05 06:48:05 +00:00
print Reinsert the missing part of the sentence... 2008-12-05 12:20:05 +00:00
regress Drop maintainership 2008-04-30 13:38:14 +00:00
security Add security/sslproxy 2008-12-05 12:53:24 +00:00
shells Switch to http for ftp.scsh.net, can't connet with ftp and download page 2008-11-28 11:45:40 +00:00
sysutils Renamed option 'openssl' to 'ssl', which is more compatible with pkgsrc env. 2008-12-07 00:44:40 +00:00
templates Remove trailing spaces. 2007-10-09 19:19:08 +00:00
textproc Update to 2.0.15: 2008-12-06 18:17:48 +00:00
time This is not a love song^W^W^WRose-DB-Object: fix homepage. 2008-12-06 17:57:45 +00:00
wm Add DESTDIR support. 2008-11-27 13:28:05 +00:00
www Update ja-trac to 0.11.2.1pl1, a.k.a Trac-0.11.2.1.ja1. 2008-12-06 10:52:23 +00:00
x11 This can be built only with python versions 2.4 and 2.5 due to x11/py-gtk2. 2008-12-04 06:15:17 +00:00
Makefile The crosspkgtools has not worked for a long time because of changes in 2008-06-23 20:34:20 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.