~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-15 02:57:23 UTC
  • mfrom: (4676.4.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090915025723-80e5kn5xyizsb2f1
(mbp) merge 2.0rc2, sphinx, and various fixes back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
  parameterisation, and is substantially faster. (Robert Collins)
121
121
 
122
122
 
123
 
bzr 2.0rc2 (not released yet)
124
 
#############################
 
123
bzr 2.0rc2
 
124
##########
 
125
 
 
126
:2.0rc2: 2009-09-10
125
127
 
126
128
New Features
127
129
************
200
202
* Help on hooks no longer says 'Not deprecated' for hooks that are
201
203
  currently supported. (Ian Clatworthy, #422415)
202
204
 
 
205
* PDF and CHM (Windows HtmlHelp) formats are now supported for the
 
206
  user documentation. The HTML documentation is better broken up into
 
207
  topics. (Ian Clatworthy)
 
208
 
 
209
* The developer and foreign language documents are now separated
 
210
  out so that searching in the HTML and CHM files produces more
 
211
  useful results. (Ian Clatworthy)
 
212
 
203
213
* The main table of contents now provides links to the new Migration Docs
204
214
  and Plugins Guide. (Ian Clatworthy)
205
215
 
207
217
bzr 2.0rc1
208
218
##########
209
219
 
210
 
 
211
220
:Codename: no worries
212
221
:2.0rc1: 2009-08-26
213
222
 
216
225
fixes and stabilization, covering both 2a and previous formats.
217
226
 
218
227
The Bazaar team decided that 2.0 will be a long-term supported
219
 
release, with bugfix-only releases based on it continuing for at
220
 
least six months or until the following stable release (we said
221
 
that previously, but that's worth repeating).
 
228
release, with bugfix-only releases based on it, continuing for at
 
229
least six months or until the following stable release.
222
230
 
223
231
Compatibility Breaks
224
232
********************
226
234
* The default format for bzr is now ``2a``. This format brings many
227
235
  significant performance and size improvements. bzr can pull from
228
236
  any existing repository into a ``2a`` one, but can only transfer
229
 
  into ``rich-root`` repositories from ``2a``. The Upgrade guide
 
237
  from ``2a`` into ``rich-root`` repositories. The Upgrade guide
230
238
  has more information about this change. (Robert Collins)
231
239
 
232
240
* On Windows auto-detection of Putty's plink.exe is disabled.
318
326
Testing
319
327
*******
320
328
 
321
 
bzr 1.18.1 NOT RELEASED YET
322
 
###########################
 
329
bzr 1.18.1
 
330
##########
 
331
 
 
332
:Codename:     nein nein nein!
 
333
:1.18.1:       2009-09-09
 
334
 
 
335
This release fixes two small but worthwhile bugs relevant to users on
 
336
Microsoft Windows: some commands that failed on with locking errors will
 
337
now work, and a bug that caused poor performance after committing a file
 
338
with line-ending conversion has now been fixed.  It also fixes a bug in
 
339
pushing to older servers.
323
340
 
324
341
Bug Fixes
325
342
*********
328
345
  conversion will commit too many copies a file.
329
346
  (Martin Pool, #415508)
330
347
 
 
348
* Fix assertion error about ``_remember_remote_is_before`` in
 
349
  ``set_tags_bytes`` when pushing to older smart servers.  
 
350
  (Andrew Bennetts, Alexander Belchenko, #418931)
 
351
 
331
352
Improvements
332
353
************
333
354
 
334
 
* ``bzr push`` locally on windows will no longer give a locking error with
 
355
* ``bzr push`` locally on Windows will no longer give a locking error with
335
356
  dirstate based formats. (Robert Collins)
336
357
 
337
 
* ``bzr shelve`` and ``bzr unshelve`` now work on windows.
 
358
* ``bzr shelve`` and ``bzr unshelve`` now work on Windows.
338
359
  (Robert Collins, #305006)
339
360
 
340
361
API Changes
699
720
  knit format repositories.  (Andrew Bennetts, #405653)
700
721
  
701
722
 
702
 
bzr 1.17 "So late it's brunch" 2009-07-20
703
 
#########################################
 
723
bzr 1.17
 
724
########
704
725
:Codename: so-late-its-brunch
705
726
:1.17rc1: 2009-07-13
706
727
:1.17: 2009-07-20
949
970
  this class and the UI.  (Martin Pool)
950
971
 
951
972
 
952
 
bzr 1.16.1 2009-06-26
953
 
#####################
 
973
bzr 1.16.1
 
974
##########
 
975
 
 
976
:Released: 2009-06-26
954
977
 
955
978
End user testing of the 2a format revealed two serious bugs. The first,
956
979
#365615, caused bzr to raise AbsentContentFactory errors when autopacking.
1005
1028
  (Robert Collins, #376748)
1006
1029
 
1007
1030
 
1008
 
bzr 1.16 "It's yesterday in California" 2009-06-18
1009
 
##################################################
 
1031
bzr 1.16
 
1032
########
1010
1033
:Codename: yesterday-in-california
1011
1034
:1.16rc1: 2009-06-11
1012
1035
:1.16: 2009-06-18
2483
2506
  (Vincent Ladeuil)
2484
2507
 
2485
2508
 
2486
 
bzr 1.11 "Eyes up!" 2009-01-19
2487
 
##############################
 
2509
bzr 1.11
 
2510
########
 
2511
 
 
2512
:Codename: "Eyes up!"
 
2513
:Released: 2009-01-19
2488
2514
 
2489
2515
This first monthly release of Bazaar for 2009 improves Bazaar's operation
2490
2516
in Windows, Mac OS X, and other situations where file names are matched
2510
2536
 
2511
2537
 
2512
2538
 
2513
 
bzr 1.11rc1 "Eyes up!" 2009-01-09
2514
 
#################################
 
2539
bzr 1.11rc1
 
2540
###########
 
2541
 
 
2542
:Codename: "Eyes up!"
 
2543
:Released: 2009-01-09
2515
2544
 
2516
2545
Changes
2517
2546
*******
2747
2776
 
2748
2777
 
2749
2778
 
2750
 
bzr 1.10 2008-12-05
2751
 
###################
 
2779
bzr 1.10
 
2780
########
 
2781
 
 
2782
:Released: 2008-12-05
2752
2783
 
2753
2784
Bazaar 1.10 has several performance improvements for copying revisions
2754
2785
(especially for small updates to large projects).  There has also been a
2773
2804
  topologically. (John Arbash Meinel, #304841)
2774
2805
 
2775
2806
 
2776
 
bzr 1.10rc1 2008-11-28
2777
 
######################
 
2807
bzr 1.10rc1
 
2808
###########
 
2809
 
 
2810
:Released: 2008-11-28
2778
2811
 
2779
2812
This release of Bazaar focuses on performance improvements when pushing
2780
2813
and pulling revisions, both locally and to remote networks.  The popular
2894
2927
* Doctests now only report the first failure.  (Martin Pool)
2895
2928
 
2896
2929
 
2897
 
bzr 1.9 2008-11-07
2898
 
##################
 
2930
bzr 1.9
 
2931
#######
 
2932
 
 
2933
:Released: 2008-11-07
2899
2934
 
2900
2935
This release of Bazaar adds a new repository format, ``1.9``, with smaller
2901
2936
and more efficient index files.  This format can be specified when
2917
2952
  (John Arbash Meinel, #293746)
2918
2953
 
2919
2954
 
2920
 
bzr 1.9rc1 2008-10-31
2921
 
#####################
 
2955
bzr 1.9rc1
 
2956
##########
 
2957
 
 
2958
:Released: 2008-10-31
2922
2959
 
2923
2960
New Features
2924
2961
************
3035
3072
  configuration of authetication credentials.
3036
3073
 
3037
3074
 
3038
 
bzr 1.8 2008-10-16
3039
 
##################
 
3075
bzr 1.8
 
3076
#######
 
3077
 
 
3078
:Released: 2008-10-16
3040
3079
 
3041
3080
Bazaar 1.8 includes several fixes that improve working tree performance,
3042
3081
display of revision logs, and merges.  The bzr testsuite now passes on OS
3057
3096
  that platform.  (Alexander Belchenko, Martin Pool, #277481)
3058
3097
 
3059
3098
 
3060
 
bzr 1.8rc1 2008-10-07
3061
 
#####################
 
3099
bzr 1.8rc1
 
3100
##########
 
3101
 
 
3102
:Released: 2008-10-07
3062
3103
 
3063
3104
Changes
3064
3105
*******
3256
3297
  (Vincent Ladeuil)
3257
3298
 
3258
3299
 
3259
 
bzr 1.7.1 2008-10-01
3260
 
####################
 
3300
bzr 1.7.1
 
3301
#########
 
3302
 
 
3303
:Released:  2008-10-01
3261
3304
 
3262
3305
No changes from 1.7.1rc1.
3263
3306
 
3264
3307
 
3265
 
bzr 1.7.1rc1 2008-09-24
3266
 
#######################
 
3308
bzr 1.7.1rc1
 
3309
############
 
3310
 
 
3311
:Released: 2008-09-24
3267
3312
 
3268
3313
This release just includes an update to how the merge algorithm handles
3269
3314
file paths when we encounter complex history.
3278
3323
  (John Arbash Meinel)
3279
3324
 
3280
3325
 
3281
 
bzr 1.7 2008-09-23
3282
 
##################
 
3326
bzr 1.7
 
3327
#######
 
3328
 
 
3329
:Released: 2008-09-23
3283
3330
 
3284
3331
This release includes many bug fixes and a few performance and feature
3285
3332
improvements.  ``bzr rm`` will now scan for missing files and remove them,
3296
3343
  packaging qbzr. (Mark Hammond)
3297
3344
 
3298
3345
 
3299
 
bzr 1.7rc2 2008-09-17
3300
 
#####################
 
3346
bzr 1.7rc2
 
3347
##########
 
3348
 
 
3349
:Released: 2008-09-17
3301
3350
 
3302
3351
A few bug fixes from 1.7rc1. The biggest change is a new
3303
3352
``RemoteBranch.get_stacked_on_url`` rpc. This allows clients that are
3321
3370
  (Andrew Bennetts)
3322
3371
 
3323
3372
 
3324
 
bzr 1.7rc1 2008-09-09
3325
 
#####################
 
3373
bzr 1.7rc1
 
3374
##########
 
3375
 
 
3376
:Released: 2008-09-09
3326
3377
 
3327
3378
This release candidate for bzr 1.7 has several bug fixes and a few
3328
3379
performance and feature improvements.  ``bzr rm`` will now scan for
3519
3570
  clients now use this mechanism.  (Neil Martinsen-Burrell)
3520
3571
 
3521
3572
 
3522
 
bzr 1.6.1 2008-09-05
3523
 
####################
 
3573
bzr 1.6.1
 
3574
#########
 
3575
 
 
3576
:Released: 2008-09-05
3524
3577
 
3525
3578
A couple regressions were found in the 1.6 release. There was a
3526
3579
performance issue when using ``bzr+ssh`` to branch large repositories,
3527
3580
and some problems with stacking and ``rich-root`` capable repositories.
3528
3581
 
3529
3582
 
3530
 
bzr 1.6.1rc2 2008-09-03
3531
 
#######################
 
3583
bzr 1.6.1rc2
 
3584
############
 
3585
 
 
3586
:Released: 2008-09-03
3532
3587
 
3533
3588
Bug Fixes
3534
3589
*********
3539
3594
  (John Arbash Meinel, #264321)
3540
3595
 
3541
3596
 
3542
 
bzr 1.6.1rc1 2008-08-29
3543
 
#######################
 
3597
bzr 1.6.1rc1
 
3598
############
 
3599
 
 
3600
:Released: 2008-08-29
3544
3601
 
3545
3602
This release fixes a few regressions found in the 1.6 client. Fetching
3546
3603
changes was using an O(N^2) buffering algorithm, so for large projects it
3580
3637
  (John Arbash Meinel, #262333)
3581
3638
 
3582
3639
 
3583
 
bzr 1.6 2008-08-25
3584
 
##################
 
3640
bzr 1.6
 
3641
#######
 
3642
 
 
3643
:Released: 2008-08-25
3585
3644
 
3586
3645
Finally, the long awaited bzr 1.6 has been released. This release includes
3587
3646
new features like Stacked Branches, improved weave merge, and an updated
3594
3653
TortoiseBzr in the standalone Windows installer.
3595
3654
 
3596
3655
 
3597
 
bzr 1.6rc5 2008-08-19
3598
 
#####################
 
3656
bzr 1.6rc5
 
3657
##########
 
3658
 
 
3659
:Released: 2008-08-19
3599
3660
 
3600
3661
Bug Fixes
3601
3662
*********
3607
3668
  (This change was reverted when merged to bzr.dev)
3608
3669
 
3609
3670
 
3610
 
bzr 1.6rc4 2008-08-18
3611
 
#####################
 
3671
bzr 1.6rc4
 
3672
##########
 
3673
 
 
3674
:Released: 2008-08-18
3612
3675
 
3613
3676
Bug Fixes
3614
3677
*********
3618
3681
  rather than preserving deltas.  (John Arbash Meinel, #256757)
3619
3682
 
3620
3683
 
3621
 
bzr 1.6rc3 2008-08-14
3622
 
#####################
 
3684
bzr 1.6rc3
 
3685
##########
 
3686
 
 
3687
:Released: 2008-08-14
3623
3688
 
3624
3689
Changes
3625
3690
*******
3652
3717
  development which is substantially faster. (Robert Collins)
3653
3718
 
3654
3719
 
3655
 
bzr 1.6rc2 2008-08-13
3656
 
#####################
 
3720
bzr 1.6rc2
 
3721
##########
 
3722
 
 
3723
:Released: 2008-08-13
3657
3724
 
3658
3725
This release candidate has a few minor bug fixes, and some regression
3659
3726
fixes for Windows.
3691
3758
  will get the same results.  (John Arbash Meinel, #232188)
3692
3759
 
3693
3760
 
3694
 
bzr 1.6rc1 2008-08-06
3695
 
#####################
 
3761
bzr 1.6rc1
 
3762
##########
 
3763
 
 
3764
:Released: 2008-08-06
3696
3765
 
3697
3766
This release candidate for bzr 1.6 solidifies the new branch stacking
3698
3767
feature.  Bazaar now recommends that users upgrade all knit repositories,
3828
3897
  (Ian Clatworthy)
3829
3898
 
3830
3899
 
3831
 
bzr 1.6beta3 2008-07-17
3832
 
#######################
 
3900
bzr 1.6beta3
 
3901
############
 
3902
 
 
3903
:Released: 2008-07-17
3833
3904
 
3834
3905
This release adds a new 'stacked branches' feature allowing branches to
3835
3906
share storage without being in the same repository or on the same machine.
4001
4072
  (Robert Collins)
4002
4073
 
4003
4074
 
4004
 
bzr 1.6beta2 2008-06-10
4005
 
#######################
 
4075
bzr 1.6beta2
 
4076
############
 
4077
 
 
4078
:Released: 2008-06-10
4006
4079
 
4007
4080
This release contains further progress towards our 1.6 goals of shallow
4008
4081
repositories, and contains a fix for some user-affecting bugs in the
4085
4158
* Knit record serialisation is now stricter on what it will accept, to
4086
4159
  guard against potential internal bugs, or broken input. (Robert Collins)
4087
4160
 
4088
 
bzr 1.6beta1 2008-06-02
4089
 
#######################
 
4161
bzr 1.6beta1
 
4162
############
4090
4163
 
 
4164
:Released: 2008-06-02
4091
4165
 
4092
4166
Commands that work on the revision history such as push, pull, missing,
4093
4167
uncommit and log are now substantially faster.  This release adds a
4305
4379
  (Martin Pool)
4306
4380
 
4307
4381
 
4308
 
bzr 1.5 2008-05-16
4309
 
##################
 
4382
bzr 1.5
 
4383
#######
 
4384
 
 
4385
:Released: 2008-05-16
4310
4386
 
4311
4387
This release of Bazaar includes several updates to the documentation, and fixes
4312
4388
to prepare for making rich root support the default format. Many bugs have been
4327
4403
  (Ian Clatworthy)
4328
4404
 
4329
4405
 
4330
 
bzr 1.5rc1 2008-05-09
4331
 
#####################
 
4406
bzr 1.5rc1
 
4407
##########
 
4408
 
 
4409
:Released: 2008-05-09
4332
4410
 
4333
4411
Changes
4334
4412
*******
4498
4576
  (Martin Pool)
4499
4577
 
4500
4578
 
4501
 
bzr 1.4 2008-04-28
4502
 
##################
 
4579
bzr 1.4 
 
4580
#######
 
4581
 
 
4582
:Released: 2008-04-28
4503
4583
 
4504
4584
This release of Bazaar includes handy improvements to the speed of log and
4505
4585
status, new options for several commands, improved documentation, and better
4518
4598
  (John Arbash Meinel, Andrew Bennetts, #214894)
4519
4599
 
4520
4600
 
4521
 
bzr 1.4rc2 2008-04-21
4522
 
#####################
 
4601
bzr 1.4rc2
 
4602
##########
 
4603
 
 
4604
:Released: 2008-04-21
4523
4605
 
4524
4606
Bug Fixes
4525
4607
*********
4542
4624
  (Robert Collins, John Arbash Meinel)
4543
4625
 
4544
4626
 
4545
 
bzr 1.4rc1 2008-04-11
4546
 
#####################
 
4627
bzr 1.4rc1
 
4628
##########
 
4629
 
 
4630
:Released: 2008-04-11
4547
4631
 
4548
4632
Changes
4549
4633
*******
4830
4914
  ``Graph.get_parent_map`` returns a dict of key:parents. (Robert Collins)
4831
4915
 
4832
4916
 
4833
 
bzr 1.3.1 2008-04-09
4834
 
####################
 
4917
bzr 1.3.1
 
4918
#########
 
4919
 
 
4920
:Released: 2008-04-09
4835
4921
 
4836
4922
No changes from 1.3.1rc1.
4837
4923
 
4838
4924
 
4839
 
bzr 1.3.1rc1 2008-04-04
4840
 
#######################
 
4925
bzr 1.3.1rc1
 
4926
############
 
4927
 
 
4928
:Released: 2008-04-04
4841
4929
 
4842
4930
Bug Fixes
4843
4931
*********
4848
4936
  (#208418, Andrew Bennetts, Martin Pool, Robert Collins)
4849
4937
 
4850
4938
 
4851
 
bzr 1.3 2008-03-20
4852
 
##################
 
4939
bzr 1.3
 
4940
#######
 
4941
 
 
4942
:Released: 2008-03-20
4853
4943
 
4854
4944
Bazaar has become part of the GNU project <http://www.gnu.org>
4855
4945
 
4865
4955
  (#202778, Martin Pool)
4866
4956
 
4867
4957
 
4868
 
bzr 1.3rc1 2008-03-16
4869
 
#####################
 
4958
bzr 1.3rc1
 
4959
##########
 
4960
 
 
4961
:Released: 2008-03-16
4870
4962
 
4871
4963
Notes When Upgrading
4872
4964
********************
5052
5144
  format. (Robert Collins)
5053
5145
 
5054
5146
 
5055
 
bzr 1.2 2008-02-15
5056
 
##################
 
5147
bzr 1.2
 
5148
#######
 
5149
 
 
5150
:Released: 2008-02-15
5057
5151
 
5058
5152
Bug Fixes
5059
5153
*********
5061
5155
* Fix failing test in Launchpad plugin. (Martin Pool)
5062
5156
 
5063
5157
 
5064
 
bzr 1.2rc1 2008-02-13
5065
 
#####################
 
5158
bzr 1.2rc1
 
5159
##########
 
5160
 
 
5161
:Released: 2008-02-13
5066
5162
 
5067
5163
Notes When Upgrading
5068
5164
********************
5263
5359
  revision names etc. (Robert Collins)
5264
5360
 
5265
5361
 
5266
 
bzr 1.1 2008-01-15
5267
 
##################
 
5362
bzr 1.1
 
5363
#######
 
5364
 
 
5365
:Released: 2008-01-15
5268
5366
 
5269
5367
(no changes from 1.1rc1)
5270
5368
 
5271
 
bzr 1.1rc1 2008-01-05
5272
 
#####################
 
5369
bzr 1.1rc1
 
5370
##########
 
5371
 
 
5372
:Released: 2008-01-05
5273
5373
 
5274
5374
Changes
5275
5375
*******
5479
5579
  replaced by the new helper methods added in this release. (Robert Collins)
5480
5580
 
5481
5581
 
5482
 
bzr 1.0 2007-12-14
5483
 
##################
 
5582
bzr 1.0
 
5583
#######
 
5584
 
 
5585
:Released: 2007-12-14
5484
5586
 
5485
5587
Documentation
5486
5588
*************
5497
5599
  (Ian Clatworthy)
5498
5600
 
5499
5601
 
5500
 
bzr 1.0rc3 2007-12-11
5501
 
#####################
 
5602
bzr 1.0rc3
 
5603
##########
 
5604
 
 
5605
:Released: 2007-12-11
5502
5606
 
5503
5607
Changes
5504
5608
*******
5539
5643
  (Vincent Ladeuil)
5540
5644
 
5541
5645
 
5542
 
bzr 1.0rc2 2007-12-07
5543
 
#####################
 
5646
bzr 1.0rc2
 
5647
##########
 
5648
 
 
5649
:Released: 2007-12-07
5544
5650
 
5545
5651
Improvements
5546
5652
************
5614
5720
  ``started`` methods. (Matt Nordhoff)
5615
5721
 
5616
5722
 
5617
 
bzr 1.0rc1 2007-11-30
5618
 
#####################
 
5723
bzr 1.0rc1
 
5724
##########
 
5725
 
 
5726
:Released: 2007-11-30
5619
5727
 
5620
5728
Notes When Upgrading
5621
5729
********************
5891
5999
* InventoryEntry.diff is now deprecated.  Please use diff.DiffTree instead.
5892
6000
 
5893
6001
 
5894
 
bzr 0.92 2007-11-05
5895
 
###################
 
6002
bzr 0.92
 
6003
########
 
6004
 
 
6005
:Released: 2007-11-05
5896
6006
 
5897
6007
Changes
5898
6008
*******
5900
6010
  * New uninstaller on Win32.  (Alexander Belchenko)
5901
6011
 
5902
6012
 
5903
 
bzr 0.92rc1 2007-10-29
5904
 
######################
 
6013
bzr 0.92rc1
 
6014
###########
 
6015
 
 
6016
:Released: 2007-10-29
5905
6017
 
5906
6018
Changes
5907
6019
*******
6220
6332
  raises a Python warning.  (Martin Pool)
6221
6333
 
6222
6334
 
6223
 
bzr 0.91 2007-09-26
6224
 
###################
 
6335
bzr 0.91
 
6336
########
 
6337
 
 
6338
:Released: 2007-09-26
6225
6339
 
6226
6340
Bug Fixes
6227
6341
*********
6242
6356
  (Andrew Bennetts)
6243
6357
 
6244
6358
 
6245
 
bzr 0.91rc2 2007-09-11
6246
 
######################
 
6359
bzr 0.91rc2
 
6360
###########
 
6361
 
 
6362
:Released: 2007-09-11
6247
6363
 
6248
6364
* Replaced incorrect tarball for previous release; a debug statement was left
6249
6365
  in bzrlib/remote.py.
6250
6366
 
6251
6367
 
6252
 
bzr 0.91rc1 2007-09-11
6253
 
######################
 
6368
bzr 0.91rc1
 
6369
###########
 
6370
 
 
6371
:Released: 2007-09-11
6254
6372
 
6255
6373
Changes
6256
6374
*******
6577
6695
  [] to revert all files is deprecated.  (Aaron Bentley)
6578
6696
 
6579
6697
 
6580
 
bzr 0.90 2007-08-28
6581
 
###################
 
6698
bzr 0.90
 
6699
########
 
6700
 
 
6701
:Released: 2007-08-28
6582
6702
 
6583
6703
Improvements
6584
6704
************
6601
6721
  and call ``create_repository`` on that.  (Martin Pool)
6602
6722
 
6603
6723
 
6604
 
bzr 0.90rc1 2007-08-14
6605
 
######################
 
6724
bzr 0.90rc1
 
6725
###########
 
6726
 
 
6727
:Released: 2007-08-14
6606
6728
 
6607
6729
Bugfixes
6608
6730
********
6874
6996
  parameter.  Varargs-style parameters are deprecated. (Aaron Bentley)
6875
6997
 
6876
6998
 
6877
 
bzr 0.18  2007-07-17
6878
 
####################
 
6999
bzr 0.18
 
7000
########
 
7001
 
 
7002
:Released:  2007-07-17
6879
7003
 
6880
7004
Bugfixes
6881
7005
********
6883
7007
* Fix 'bzr add' crash under Win32 (Kuno Meyer)
6884
7008
 
6885
7009
 
6886
 
bzr 0.18rc1  2007-07-10
6887
 
#######################
 
7010
bzr 0.18rc1
 
7011
###########
 
7012
 
 
7013
:Released:  2007-07-10
6888
7014
 
6889
7015
Bugfixes
6890
7016
********
7135
7261
  (Vincent Ladeuil, #110448)
7136
7262
 
7137
7263
 
7138
 
bzr 0.17  2007-06-18
7139
 
####################
 
7264
bzr 0.17
 
7265
########
 
7266
 
 
7267
:Released:  2007-06-18
7140
7268
 
7141
7269
Bugfixes
7142
7270
********
7148
7276
  (Aaron Bentley, Ian Clatworthy, #120930)
7149
7277
 
7150
7278
 
7151
 
bzr 0.17rc1  2007-06-12
7152
 
#######################
 
7279
bzr 0.17rc1
 
7280
###########
 
7281
 
 
7282
:Released:  2007-06-12
7153
7283
 
7154
7284
Notes When Upgrading
7155
7285
********************
7250
7380
  your repository. (Previously Branch6 only supported revisions in your
7251
7381
  mainline). (John Arbash Meinel, #115343)
7252
7382
 
7253
 
bzr 0.16  2007-05-07
7254
 
####################
 
7383
bzr 0.16
 
7384
########
 
7385
 
 
7386
:Released:  2007-05-07
7255
7387
 
7256
7388
Bugfixes
7257
7389
********
7281
7413
  diff`` and ``bzr status`` significantly improving the speed of
7282
7414
  both. (John Arbash Meinel)
7283
7415
 
7284
 
bzr 0.16rc2  2007-04-30
7285
 
#######################
 
7416
bzr 0.16rc2
 
7417
###########
 
7418
 
 
7419
:Released:  2007-04-30
7286
7420
 
7287
7421
Bugfixes
7288
7422
********
7305
7439
* ``WorkingTree4._iter_changes`` should not descend into unversioned
7306
7440
  directories. (John Arbash Meinel, #110399)
7307
7441
 
7308
 
bzr 0.16rc1  2007-04-26
7309
 
#######################
 
7442
bzr 0.16rc1
 
7443
###########
 
7444
 
 
7445
:Released:  2007-04-26
7310
7446
 
7311
7447
Notes When Upgrading
7312
7448
********************
7613
7749
  implementation of new auth schemes for both http and proxy.
7614
7750
  (Vincent Ladeuil)
7615
7751
 
7616
 
bzr 0.15 2007-04-01
7617
 
###################
 
7752
bzr 0.15
 
7753
########
 
7754
 
 
7755
:Released: 2007-04-01
7618
7756
 
7619
7757
Bugfixes
7620
7758
********
7626
7764
  checking out a branch that contains an old-format working tree.
7627
7765
  (Martin Pool)
7628
7766
 
7629
 
bzr 0.15rc3  2007-03-26
7630
 
#######################
 
7767
bzr 0.15rc3
 
7768
###########
 
7769
 
 
7770
:Released:  2007-03-26
7631
7771
 
7632
7772
Changes
7633
7773
*******
7702
7842
* Correctly handles mutiple permanent http redirections.
7703
7843
  (vila, #88780)
7704
7844
 
7705
 
bzr 0.15rc2  2007-03-14
7706
 
#######################
 
7845
bzr 0.15rc2
 
7846
###########
 
7847
 
 
7848
:Released:  2007-03-14
7707
7849
 
7708
7850
Notes When Upgrading
7709
7851
********************
7756
7898
  (Wouter van Heyst, #53483)
7757
7899
 
7758
7900
 
7759
 
bzr 0.15rc1  2007-03-07
7760
 
#######################
 
7901
bzr 0.15rc1
 
7902
###########
 
7903
 
 
7904
:Released:  2007-03-07
7761
7905
 
7762
7906
Surprises
7763
7907
*********
7987
8131
  before the rest of the suite.  (Martin Pool)
7988
8132
 
7989
8133
 
7990
 
bzr 0.14  2007-01-23
7991
 
####################
 
8134
bzr 0.14
 
8135
########
 
8136
 
 
8137
:Released:  2007-01-23
7992
8138
 
7993
8139
Improvements
7994
8140
************
8007
8153
  it is in is below a repository. (James Westby, #77306)
8008
8154
 
8009
8155
 
8010
 
bzr 0.14rc1  2007-01-16
8011
 
#######################
 
8156
bzr 0.14rc1
 
8157
###########
 
8158
 
 
8159
:Released:  2007-01-16
8012
8160
 
8013
8161
Improvements
8014
8162
************
8142
8290
  (Alexander Belchenko, #68124)
8143
8291
 
8144
8292
 
8145
 
bzr 0.13  2006-12-05
8146
 
####################
 
8293
bzr 0.13
 
8294
########
 
8295
 
 
8296
:Released:  2006-12-05
8147
8297
 
8148
8298
No changes from 0.13rc
8149
8299
 
8150
8300
 
8151
 
bzr 0.13rc1  2006-11-27
8152
 
#######################
 
8301
bzr 0.13rc1
 
8302
###########
 
8303
 
 
8304
:Released:  2006-11-27
8153
8305
 
8154
8306
Improvements
8155
8307
************
8274
8426
* TestingHTTPRequestHandler really handles the Range header
8275
8427
  (previously it was ignoring it and returning the whole file,).
8276
8428
 
8277
 
bzr 0.12  2006-10-30
8278
 
####################
 
8429
bzr 0.12
 
8430
########
 
8431
 
 
8432
:Released:  2006-10-30
8279
8433
 
8280
8434
Internals
8281
8435
*********
8284
8438
  and remove benchmarks that take longer than 10min to run.
8285
8439
  (John Arbash Meinel)
8286
8440
 
8287
 
bzr 0.12rc1  2006-10-23
8288
 
#######################
 
8441
bzr 0.12rc1
 
8442
###########
 
8443
 
 
8444
:Released:  2006-10-23
8289
8445
 
8290
8446
Improvements
8291
8447
************
8406
8562
  option to set the BzrDir, Repository and Branch formats of the
8407
8563
  created objects. (Robert Collins, John Arbash Meinel)
8408
8564
 
8409
 
bzr 0.11  2006-10-02
8410
 
####################
 
8565
bzr 0.11
 
8566
########
 
8567
 
 
8568
:Released:  2006-10-02
8411
8569
 
8412
8570
* Smart server transport test failures on windows fixed. (Lukáš Lalinský).
8413
8571
 
8414
 
bzr 0.11rc2  2006-09-27
8415
 
#######################
 
8572
bzr 0.11rc2
 
8573
###########
 
8574
 
 
8575
:Released:  2006-09-27
8416
8576
 
8417
8577
Bug Fixes
8418
8578
*********
8422
8582
* Commit performance regression fixed. (Aaron Bentley, Robert Collins, John
8423
8583
  Arbash Meinel).
8424
8584
 
8425
 
bzr 0.11rc1  2006-09-25
8426
 
#######################
 
8585
bzr 0.11rc1
 
8586
###########
 
8587
 
 
8588
:Released:  2006-09-25
8427
8589
 
8428
8590
Improvements
8429
8591
************
8616
8778
  allow upgrades to a richer interface than the VFS one provided by
8617
8779
  Transport. (Andrew Bennetts, Martin Pool)
8618
8780
 
8619
 
bzr 0.10  2006-08-29
8620
 
####################
 
8781
bzr 0.10
 
8782
########
 
8783
 
 
8784
:Released:  2006-08-29
8621
8785
 
8622
8786
Improvements
8623
8787
************
8694
8858
  need to be installed. This should help make the life of packagers
8695
8859
  easier. (John Arbash Meinel)
8696
8860
 
8697
 
bzr 0.9.0  2006-08-11
8698
 
#####################
 
8861
bzr 0.9.0
 
8862
#########
 
8863
 
 
8864
:Released:  2006-08-11
8699
8865
 
8700
8866
Surprises
8701
8867
*********
8962
9128
 
8963
9129
* "RevisionTree" is now in bzrlib/revisiontree.py. (Robert Collins)
8964
9130
 
8965
 
bzr 0.8.2  2006-05-17
8966
 
#####################
 
9131
bzr 0.8.2
 
9132
#########
 
9133
 
 
9134
:Released:  2006-05-17
8967
9135
 
8968
9136
Bug Fixes
8969
9137
*********
8970
9138
 
8971
9139
* setup.py failed to install launchpad plugin.  (Martin Pool)
8972
9140
 
8973
 
bzr 0.8.1  2006-05-16
8974
 
#####################
 
9141
bzr 0.8.1
 
9142
#########
 
9143
 
 
9144
:Released:  2006-05-16
8975
9145
 
8976
9146
Bug Fixes
8977
9147
*********
9024
9194
* Fix test case for bzr info in upgrading a standalone branch to metadir,
9025
9195
  uses bzrlib api now. (Olaf Conradi)
9026
9196
 
9027
 
bzr 0.8  2006-05-08
9028
 
###################
 
9197
bzr 0.8
 
9198
#######
 
9199
 
 
9200
:Released:  2006-05-08
9029
9201
 
9030
9202
Notes When Upgrading
9031
9203
********************
9286
9458
* ``run_bzr`` and ``run_bzr_captured`` now accept a 'stdin="foo"'
9287
9459
  parameter which will provide String("foo") to the command as its stdin.
9288
9460
 
9289
 
bzr 0.7 2006-01-09
9290
 
##################
 
9461
bzr 0.7
 
9462
#######
 
9463
 
 
9464
:Released: 2006-01-09
9291
9465
 
9292
9466
Changes
9293
9467
*******
9582
9756
* ``bzrlib.osutils.safe_unicode`` now exists to provide parameter coercion
9583
9757
  for functions that need unicode strings. (Robert Collins)
9584
9758
 
9585
 
bzr 0.6 2005-10-28
9586
 
##################
 
9759
bzr 0.6
 
9760
#######
 
9761
 
 
9762
:Released: 2005-10-28
9587
9763
 
9588
9764
Improvements
9589
9765
************
9798
9974
  [-1] in the revision-history. (Andres Salomon)
9799
9975
 
9800
9976
 
9801
 
bzr 0.1.1 2005-10-12
9802
 
####################
 
9977
bzr 0.1.1
 
9978
#########
 
9979
 
 
9980
:Released: 2005-10-12
9803
9981
 
9804
9982
Bug Fixes
9805
9983
*********
9816
9994
* Avoid some unnecessary http operations in branch and pull.
9817
9995
 
9818
9996
 
9819
 
bzr 0.1 2005-10-11
9820
 
##################
 
9997
bzr 0.1
 
9998
#######
 
9999
 
 
10000
:Released: 2005-10-11
9821
10001
 
9822
10002
Notes
9823
10003
*****
9946
10126
  of tests to run, e.g. ``bzr selftest test_weave``
9947
10127
 
9948
10128
 
9949
 
bzr 0.0.9 2005-09-23
9950
 
####################
 
10129
bzr 0.0.9
 
10130
#########
 
10131
 
 
10132
:Released: 2005-09-23
9951
10133
 
9952
10134
Bug Fixes
9953
10135
*********
9988
10170
  another (used by pull, merged, etc.)
9989
10171
 
9990
10172
 
9991
 
bzr 0.0.8 2005-09-20
9992
 
####################
 
10173
bzr 0.0.8
 
10174
#########
 
10175
 
 
10176
:Released: 2005-09-20
 
10177
 
9993
10178
 
9994
10179
Improvements
9995
10180
************
10039
10224
* Quieten warnings about locking; patch from Matt Lavin.
10040
10225
 
10041
10226
 
10042
 
bzr-0.0.7 2005-09-02
10043
 
####################
 
10227
bzr-0.0.7
 
10228
#########
 
10229
 
 
10230
:Released: 2005-09-02
10044
10231
 
10045
10232
New Features
10046
10233
************
10094
10281
 
10095
10282
 
10096
10283
 
10097
 
bzr-0.0.6 2005-08-18
10098
 
####################
 
10284
bzr-0.0.6
 
10285
#########
 
10286
 
 
10287
:Released: 2005-08-18
10099
10288
 
10100
10289
New Features
10101
10290
************
10180
10369
* Fix bugs in committing only selected files or within a subdirectory.
10181
10370
 
10182
10371
 
10183
 
bzr-0.0.5  2005-06-15
10184
 
#####################
 
10372
bzr-0.0.5
 
10373
#########
 
10374
 
 
10375
:Released:  2005-06-15
10185
10376
 
10186
10377
Changes
10187
10378
*******
10322
10513
  2.4 is now only recommended.
10323
10514
 
10324
10515
 
10325
 
bzr-0.0.4  2005-04-22
10326
 
#####################
 
10516
bzr-0.0.4
 
10517
#########
 
10518
 
 
10519
:Released:  2005-04-22
10327
10520
 
10328
10521
Enhancements
10329
10522
************
10391
10584
  from QuantumG.
10392
10585
 
10393
10586
 
10394
 
bzr-0.0.3  2005-04-06
10395
 
#####################
 
10587
bzr-0.0.3
 
10588
#########
 
10589
 
 
10590
:Released:  2005-04-06
10396
10591
 
10397
10592
Enhancements
10398
10593
************
10446
10641
* Win32 fixes from Steve Brown.
10447
10642
 
10448
10643
 
10449
 
bzr-0.0.2  "black cube"  2005-03-31
10450
 
###################################
 
10644
bzr-0.0.2
 
10645
#########
 
10646
 
 
10647
:Codename: "black cube"
 
10648
:Released: 2005-03-31
10451
10649
 
10452
10650
Enhancements
10453
10651
************
10475
10673
  the root directory only.
10476
10674
 
10477
10675
 
10478
 
bzr-0.0.1  2005-03-26
10479
 
#####################
 
10676
bzr-0.0.1
 
10677
#########
 
10678
 
 
10679
:Released:  2005-03-26
10480
10680
 
10481
10681
Enhancements
10482
10682
************
10505
10705
  supported).
10506
10706
 
10507
10707
 
10508
 
bzr-0.0.0.69  2005-03-22
10509
 
########################
 
10708
bzr-0.0.0.69
 
10709
############
 
10710
 
 
10711
:Released:  2005-03-22
10510
10712
 
10511
10713
Enhancements
10512
10714
************