Revisions of bzr

Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 60)
- Update to version 2.0.2
* 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)
* ``bzr log`` now read-locks branches exactly once, so makes better use of
  data caches.  (Andrew Bennetts)
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 59)
- Update to version 2.0.1
* ``bzr add`` in a tree that has files with ``\r`` or ``\n`` in the
  filename will issue a warning and skip over those files.
  (Robert Collins, #3918)
* bzr will attempt to authenticate with SSH servers that support
  ``keyboard-interactive`` auth but not ``password`` auth when using
  Paramiko.   (Andrew Bennetts, #433846)
* Fixed fetches from a stacked branch on a smart server that were failing
  with some combinations of remote and local formats.
  (Andrew Bennetts, #427736)
* Fixed ``ObjectNotLocked`` errors when doing some log and diff operations
  on branches via a smart server.  (Andrew Bennetts, #389413)
* Handle things like ``bzr add foo`` and ``bzr rm foo`` when the tree is
  at the root of a drive.
  (John Arbash Meinel, Jason Spashett, #322807)
* Hide deprecation warnings for 'final' releases for python2.6.
  (John Arbash Meinel, #440062)
* Improve the time for ``bzr log DIR`` for 2a format repositories.
  (John Arbash Meinel, #374730)
* Make sure that we unlock the tree if we fail to create a TreeTransform
  object when doing a merge, and there is limbo, or pending-deletions
  directory.  (Gary van der Merwe, #427773)
* Occasional IndexError on renamed files have been fixed.
  (Robert Collins, #403322)
* Retrieving file text or mtime from a _PreviewTree has good performance when
  there are many changes.  (Aaron Bentley)
* The CHK index pages now use an unlimited cache size.
  (John Arbash Meinel, #402623)
* When a file kind becomes unversionable after being added, a sensible
  error will be shown instead of a traceback. (Robert Collins, #438569)
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 58)
- Update to version 2.0.0
* 2a repository format is now the default
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 57)
- Update to version 1.18
* bzr merge --interactive applies a user-selected portion of the merge
* bzr reconfigure now takes options --stacked-on URL and --unstacked to
  change stacking of a branch
* Bug fixes - see
  http://doc.bazaar-vcs.org/bzr.1.18/en/release-notes/NEWS.html#bzr-1-18
Hendrik Vogelsang's avatar Hendrik Vogelsang (hennevogel) committed (revision 56)
elaborate on changelog
Hendrik Vogelsang's avatar Hendrik Vogelsang (hennevogel) committed (revision 55)
Hendrik Vogelsang's avatar Hendrik Vogelsang (hennevogel) committed (revision 54)
merge OBS/autobuild changes
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 53)
- Update to version 1.17
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 52)
- Update to version 1.16.1
- bzipped source archive
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 51)
 - Update to version 1.15
--This line, and those below, will be ignored--

D    bzr-1.14.tar.gz
A    bzr-1.15.tar.gz
M    bzr.changes
M    bzr.spec

Diff for working copy: .
Index: bzr.changes
===================================================================

--- bzr.changes     (revision 50) 
+++ bzr.changes     (working copy) 
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Jun 02 11:11:09 CEST 2009 - lenz@grimmer.com
+
+- Update to version 1.15
+
 -------------------------------------------------------------------
 Thu Apr 30 15:17:42 CEST 2009 - lenz@grimmer.com
 

Index: bzr.spec
===================================================================

--- bzr.spec     (revision 50) 
+++ bzr.spec     (working copy) 
@@ -1,5 +1,5 @@
 #
-# spec file for package bzr (Version 1.14)
+# spec file for package bzr (Version 1.15)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -11,7 +11,7 @@
 # norootforbuild
 
 Name:           bzr
-Version:        1.14
+Version:        1.15
 Release:        0
 License:        GNU General Public License (GPL)
 Group:          Development/Tools/Version Control

Index: bzr-1.15.tar.gz
===================================================================

Binary file bzr-1.15.tar.gz has changed

Index: bzr-1.14.tar.gz
===================================================================

Binary file bzr-1.14.tar.gz has changed
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 50)
 - Update to version 1.14
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 49)
 - Update to version 1.14rc2
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 48)
 - Fixed spec file, moved the zlib-devel build requirement to the correct location
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 47)
 - Added missing build dependency (zlib-devel)
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 46)
 - Update to version 1.14rc1
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 45)
 - Added new tarball, removed old one
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 44)
 - Update to version 1.13.1
 - Removed the "tools" directory from the docdir
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 43)
- Fixed spec file, removed man page directories from the file list
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 42)
 - Update to version 1.12
Lenz Grimmer's avatar Lenz Grimmer (LenzGr) committed (revision 41)
Displaying revisions 41 - 60 of 100
openSUSE Build Service is sponsored by