Revisions of bzr

buildservice-autocommit accepted request 144487 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 80)
baserev update by copy to link target
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 79)
- Drop superfluous locales to fix SLES build
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 78)
- Update to version 2.5.1:
  + Connecting with HTTPS via HTTP now correctly uses the host name of the
    destination rather than the proxy when checking certificates.
  + Fixed merge tool availability checking and invocation to search the
    Windows App Path registry in addition to the PATH.
  + Fixed problem with getting errors about failing to open /dev/tty when using
    Bazaar Explorer to sign commits.
  + Fix UnicodeEncodeError when translated progress task messages contain
    non-ascii text.
  + Make sure configuration options can provide their own help topic.
- Changes from version 2.5.0:
  + The names of colocated branches are used as branch nicks if no nick is
    specified.
  + Show locks in ``bzr info`` on control directories without a
    repository.
  + Disable ssl certificate verification on osx and windows until a native
    access to the the root certificates is provided there.
- Don't install locales into /usr/share/share, /usr/share is enough
- Split out lang sub-package
- Build with Cython to have a superfast bzr binary
- Split out test sub-package
buildservice-autocommit accepted request 96191 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 77)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 96081 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 76)
- setup.py says it's GPL-2.0
buildservice-autocommit accepted request 83326 from Wolfgang Rosenauer's avatar Wolfgang Rosenauer (wrosenauer) (revision 75)
baserev update by copy to link target
Wolfgang Rosenauer's avatar Wolfgang Rosenauer (wrosenauer) accepted request 82937 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 74)
- Remove redundant tags/sections from specfile
buildservice-autocommit accepted request 81676 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 73)
baserev update by copy to link target
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 81675 from Jonathan Riddell's avatar Jonathan Riddell (riddell) (revision 72)
- Update to version 2.4.1
* ``config.LocationMatcher`` properly excludes unrelated sections.
  (Vincent Ladeuil, #829237)
* ``dirstate.fdatasync`` and ``repository.fdatasync`` can now properly be
  disabled. (Vincent Ladeuil, #824513)
* Disable ``os.fsync`` and ``os.fdatasync`` by default when running
  ``bzr selftest``. You can use ``--sync`` to re-enable them.
  (John Arbash Meinel, #837293)
* Fix i18n use when no environment variables are set. (Jelmer Vernooij, #810701)
* Avoid UnicodeDecode error when reporting EINVAL from transports.
  (IWATA Hidetaka, #829237)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 81590 from Jonathan Riddell's avatar Jonathan Riddell (riddell) (revision 71)
- Update to version 2.4.0
* New command ``verify-signatures`` to check if all commits or specified commits
  have digital signatures from trusted keys.  Requires python-gpgme to be
  installed.
* New option ``--signatures`` for ``bzr log`` to display digital signature
  verification results for each commit.
* Config option acceptable_keys to list which GPG keys are verified as trusted.
* Config option validate_signatures_in_log to always show signatures in 
  ``bzr log``.
* Hooks have been added for config stacks: ``get``, ``set`` and ``remove``
  are called when an option is respectively read, modified or deleted. Also
  added ``load`` and ``save`` hooks for config stores, called when the
  stores are loaded or saved.  (Vincent Ladeuil)
* New hook server_exception in bzrlib.smart.server to catch any
  exception caused while running bzr serve.
  (Jonathan Riddell, #274578)
* New hook set_commit_message in bzrlib.msgeditor to set a commit message
  and revision properties.  (Jonathan Riddell, #274578)
* Support ``-S`` as an alias for ``--short`` for the ``log`` and
  ``missing`` commands. (Martin von Gagern, #38655)
* The text compressor used for 2a repositories now has a tweakable
  parameter that can be set in bazaar.conf.
  ``bzr.groupcompress.max_entries_per_source`` default of 65536.
  When doing compression, we build up an index of locations to match
  against. Setting this higher will result in slightly better compression,
  at a cost of more memory. Note that a value of 65k represents fully
  sampling a 1MB file. So this only has an effect when compressing texts
  larger than N*16 bytes. (John Arbash Meinel, #602614)
* ``bzr commit`` now supports a ``--lossy`` argument that can be used
  to discard any data that can not be natively represented when committing
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 81573 from Jonathan Riddell's avatar Jonathan Riddell (riddell) (revision 70)
- Update to version 2.4.0
* A call to CHKInventory's filter-method will not result in a
  DuplicateFileId error, if you move a subfolder and change a file in
  that subfolder.
  (Bastian Bowe, #809901)
* Accessing a packaging branch on Launchpad (eg, ``lp:ubuntu/bzr``) now
  checks to see if the most recent published source package version for
  that project is present in the branch tags. This should help developers
  trust whether the packaging branch is up-to-date and can be used for new
  changes. The level of verbosity is controlled by the config item
  ``launchpad.packaging_verbosity``.  (John Arbash Meinel, #609187, #812928)
* Cope with not all Python versions having a ``clear`` method on
  ``TestCase._type_equality_funcs``.
  (Martin [gz], Jelmer Vernooij, #809048)
* Fetching tags when fetching the tip revision of a branch is now
  controlled by the config setting ``branch.fetch_tags``. The behavior has
  been reverted to 2.3's not-fetching tagged revisions by default.
  (John Arbash Meinel, #771184)
* The fix for bug #513709 caused us to open a new connection when
  switching a lightweight checkout that was pointing at a bound branch.
  This isn't necessary because we know the master URL without opening it,
  avoiding an extra SSH connection, etc.
  (John Arbash Meinel, #812285)
* `BranchBuilder.build_snapshot` now supports a "flush" action.  This
  cleanly and reliably allows tests using `BranchBuilder` to construct
  branches that e.g. rename files out of a directory and unversion that
  directory in the same revision.  Previously some changes were impossible
  due to the order that `build_snapshot` performs its actions.
  (Andrew Bennetts)
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
autobuild's avatar autobuild accepted request 35802 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 69)
checked in (request 35802)
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 68)
- Update to version 2.0.5
* Avoid ``malloc(0)`` in ``patiencediff``, which is non-portable.
  (Martin Pool, #331095)
* Concurrent autopacking is more resilient to already-renamed pack files.
  If we find that a file we are about to obsolete is already obsoleted, we
  do not try to rename it, and we leave the file in ``obsolete_packs``.
  The code is also fault tolerant if a file goes missing, assuming that
  another process already removed the file.
  (John Arbash Meinel, Gareth White, #507557)
* Cope with the lockdir ``held/info`` file being empty, which seems to
  happen fairly often if the process is suddenly interrupted while taking
  a lock. (Martin Pool, #185103)
* Give the warning about potentially slow cross-format fetches much
  earlier on in the fetch operation. Don't show this message during
  upgrades, and show the correct format indication for remote
  repositories. (Martin Pool, #456077, #515356, #513157)
* Handle renames correctly when there are files or directories that
  differ only in case. (Chris Jones, Martin Pool, #368931)
* If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile``
  error, report that error rather than failing with an unhelpful
  ``UnboundLocalError``. (Andrew Bennetts, #423563)
* Running ``bzr`` command without any arguments now shows bzr
  version number along with rest of the help text.
  (Parth Malwankar, #369501)
* Use osutils.O_NOINHERIT for some files on win32 to avoid PermissionDenied
  errors.  (Inada Naoki, #524560)
- Fixed various rpmlint warnings (hard-linked duplicate files,
  removed shebangs from non-executable scripts)
- Install bzr bash completion functions
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 67)
sync with O:F
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 66)
prepare_spec
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 65)
converted link to branch
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 64)
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 63)
- Update to version 2.0.4
* bzr annotate on another branch with -r branch:... no longer fails with an
  ObjectNotLocked error. (Andrew Bennetts, #496590)
* bzr export dir now requests all file content as a record stream, rather than
  requsting the file content one file-at-a-time. This can make exporting over the
  network significantly faster (54min => 9min in one case). (John Arbash Meinel,
  #343218)
* bzr serve no longer slowly leaks memory. The compiled
  bzrlib.bencode.Encoder() class was using __del__ to cleanup and free resources,
  and it should have been using __dealloc__. This will likely have an impact on
  any other process that is serving for an extended period of time.
  (John Arbash Meinel, #494406)
* Check for SIGINT (Ctrl-C) and other signals immediately if readdir returns
  EINTR by calling PyErr_CheckSignals. This affected the optional _readdir_pyx
  extension. (Andrew Bennetts, # 495023)
* Concurrent autopacks will no longer lose a newly created pack file. There was
  a race condition, where if the reload happened at the right time, the second
  packer would forget the name of the newly added pack file. (John Arbash Meinel,
  Gareth White, #507566)
* Give a clearer message if the lockdir disappears after being apparently
  successfully taken. (Martin Pool, #498378)
* Give a warning when fetching between repositories (local or remote) with
  sufficiently different formats that the content will need to be serialized (ie
  InterDifferingSerializer or inventory-deltas), so the user has a clue that
  upgrading could make it faster. (Martin Pool, #456077)
* If we fail to open ~/.bzr.log write a clear message to stderr rather than
  using warning(). The log file is opened before logging is set up, and it leads
  to very confusing: ‘no handlers for “bzr”’ messages for users, rather than
  something nicer. (John Arbash Meinel, Barry Warsaw, #503886)
* Refuse to build with any Pyrex 0.9.4 release, as they have known bugs.
  (Martin Pool, John Arbash Meinel, #449372)
* setup.py bdist_rpm now properly finds extra files needed for the build.
  (there is still the distutils bug http://bugs.python.org/issue644744)
  (Joe Julian, #175839)
* The 2a format wasn’t properly restarting autopacks when something changed
  underneath it (like another autopack). Now concurrent autopackers will properly
  succeed. (John Arbash Meinel, #495000)
* TreeTransform can now handle when a delta says that the file id for the tree
  root changes. Rather than trying to rename your working directory, or failing
  early saying that you can’t have multiple tree roots. This also fixes revert,
  update, and pull when the root id changes. (John Arbash Meinel, #494269,
  #504390)
* _update_current_block no longer suppresses exceptions, so ^C at just the
  right time will get propagated, rather than silently failing to move the block
  pointer. (John Arbash Meinel, Gareth White, #495023)
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 62)
 - Fixed versio number in spec file
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 61)
- Update to version 2.0.3
* 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)
Displaying revisions 21 - 40 of 100
openSUSE Build Service is sponsored by