~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-29 03:50:03 UTC
  • mfrom: (4104.1.11 bzr-1.13.2)
  • Revision ID: pqm@pqm.ubuntu.com-20090429035003-lx76v27oxuh6ykwm
(tanner) merge 1.13.2 to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
End-of-line conversion is now supported for formats supporting content
106
106
filtering.
107
107
 
108
 
Changes from RC1 to RC2
109
 
***********************
 
108
Changes from 1.14rc1 to 1.14rc2
 
109
*******************************
110
110
 
111
111
* Fix for bug 358037 Revision not in
112
112
  bzrlib.groupcompress.GroupCompressVersionedFiles (Brian de Alwis, 
536
536
:1.13: 2009-03-14
537
537
:1.13rc1: 2009-03-10
538
538
:1.13.1: 2009-03-23
 
539
:1.13.2: 2009-04-27
539
540
 
540
541
GNU Changelog output can now be produced by ``bzr log --gnu-changelog``.  Debug
541
542
flags can now be set in ``~/.bazaar/bazaar.conf``.  Lightweight checkouts and
542
543
stacked branches should both be much faster over remote connections.  
543
544
 
544
 
Changes From 1.13 to 1.13.1
545
 
***************************
 
545
Changes From 1.13.1 to 1.13.2
 
546
*****************************
 
547
 
 
548
A regression was found in the 1.13.1 release. When bzr 1.13.1 and earlier push
 
549
a stacked branch they do not take care to push all the parent inventories for
 
550
the transferred revisions. This means that a smart server serving that branch
 
551
often cannot calculate inventory deltas for the branch (because smart server
 
552
does not/cannot open fallback repositories). Prior to 1.13 the server did not
 
553
have a verb to stream revisions out of a repository, so that's why this bug has
 
554
appeared now.
 
555
 
 
556
Bug Fixes
 
557
*********
 
558
 
 
559
* Fix for bug 354036 ErrorFromSmartServer - AbsentContentFactory object has no
 
560
  attribute 'get_bytes_as' exception while pulling from Launchpad 
 
561
  (Jean-Francois Roy, Andrew Bennetts, Robert Collins)
 
562
 
 
563
Changes From 1.13final to 1.13.1
 
564
********************************
 
565
 
546
566
A couple regessions where found in the 1.13 release. The pyrex-generated C
547
567
extensions are missing from the .tar.gz and .zip files.  Documentation on how
548
568
to generate GNU ChangeLogs is wrong.
561
581
 
562
582
* ``merge --force`` works again. (Robert Collins, #342105)
563
583
 
564
 
Changes From RC1 to Final
565
 
*************************
 
584
Changes From 1.13rc1 to 1.13final
 
585
*********************************
566
586
 
567
587
* Fix "is not a stackable format" error when pushing a
568
588
  stackable-format branch with an unstackable-format repository to a