~bzr/ubuntu/maverick/bzr-svn/bzr-ppa

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2008-05-11 19:29:26 UTC
  • mfrom: (220.36.144 0.4)
  • Revision ID: jelmer@samba.org-20080511192926-7mh02j45r25qmzkz
Merge 0.4 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr-svn 0.4.9   2008-03-23
 
1
bzr-svn 0.4.10  UNRELEASED
 
2
 
 
3
  CHANGES
 
4
 
 
5
   * Changed license from GPLv2 or later to GPLv3 or later.
 
6
 
 
7
  FEATURES
 
8
 
 
9
   * Add new ``log-strip-trailing-newline'' option which removes 
 
10
     the last trailing newline from the log message when pushing 
 
11
     to Subversion. This feature is only available for the 
 
12
     experimental mappings. (#189227)
 
13
 
 
14
   * Allow more granularity over what properties are overridden using 
 
15
     ``override-svn-revprops''. (#159143)
 
16
 
 
17
   * Add new ``append-revisions-only'' option with similar behaviour 
 
18
     as in standard bzr formats. (#206242)
 
19
 
 
20
   * Parse mergeWithUpstream set by svn-buildpackage.
 
21
 
 
22
   * Cache last revision number during read locks, significantly speeds
 
23
     up push.
 
24
 
 
25
   * Use different cache for experimental versions of bzr-svn.
 
26
 
 
27
   * Support set_user_option() on Subversion branch BranchConfig. (#195962)
 
28
 
 
29
   * Support credentials in URLs. (#181534)
 
30
 
 
31
   * Allow usage without on-disk cache. (#131008)
 
32
 
 
33
  PERFORMANCE
 
34
 
 
35
   * No longer calculate inventory sha1's for svn revisions. Should provide 
 
36
     some minor speed improvements.
 
37
 
 
38
   * Don't check full branch history when looking up the revno of a revision 
 
39
     id.
 
40
 
 
41
   * Restrict history sample size used for guessing branching scheme to avoid
 
42
     looking at the full history for very large repositories.
 
43
 
 
44
   * New option ``reuse-revisions'' that determines how hard bzr-svn will 
 
45
     try to reuse revisions when pushing into Subversion.
 
46
 
 
47
  INTERNALS
 
48
 
 
49
   * Branching from a Subversion repository will now fetch right-hand side 
 
50
     parents as well as left hand side (mainline) parents, if specified.
 
51
 
 
52
   * Removed revision number cache.
 
53
 
 
54
   * Switch to using "repository layouts" rather than branching schemes. 
 
55
     Layouts are not part of the mapping so don't affect the revision identity.
 
56
 
 
57
  BUGS
 
58
 
 
59
   * Avoid sometimes incorrect determination of Bazaar revision numbers. (#181773)
 
60
 
 
61
   * Deal with bzr:svn-revision-info property being removed. (#206728)
 
62
 
 
63
   * Gracefully handle erroneous svk merge tickets created by old versions of svk.
 
64
 
 
65
   * Use standard infrastructure for caching revision numbers. (#213953)
 
66
 
 
67
   * Work around bug in the Subversion libraries which don't accept 
 
68
     http(s) URLs with urlencoded characters. (#190229)
 
69
 
 
70
   * Make sure committer name is UTF-8 encoded when overriding 
 
71
     revision properties.
 
72
 
 
73
   * Fix installation of mapping3 package, don't rely on specific 
 
74
     version of Python. (#227891)
 
75
 
 
76
bzr-svn 0.4.9    2008-03-23
2
77
 
3
78
  FEATURES
4
79
 
38
113
 
39
114
   * Add note about svn+ prefix to authentication question.
40
115
 
41
 
bzr-svn 0.4.8   2008-03-21
 
116
bzr-svn 0.4.8    2008-03-21
42
117
 
43
118
  BUG FIXES
44
119
 
62
137
 
63
138
   * Add -d option to the svn-push command. 
64
139
 
65
 
bzr-svn 0.4.7   2008-02-01
 
140
bzr-svn 0.4.7    2008-02-01
66
141
 
67
142
  FEATURES
68
143
 
93
168
   * Fix handling of weird file change after replacing from other branch.
94
169
     (#186876)
95
170
 
96
 
bzr-svn 0.4.6   2008-01-08
 
171
bzr-svn 0.4.6    2008-01-08
97
172
 
98
173
  PERFORMANCE
99
174
  
123
198
 
124
199
   * Deal with kind changes that don't change file contents. (#178149)
125
200
 
126
 
bzr-svn 0.4.5   2007-12-01
 
201
bzr-svn 0.4.5    2007-12-01
127
202
 
128
203
  IMPROVEMENTS
129
204
 
150
225
   * Fix compatibility with Bazaar 1.0rc1.
151
226
 
152
227
 
153
 
bzr-svn 0.4.4   2007-11-02
 
228
bzr-svn 0.4.4    2007-11-02
154
229
 
155
230
  PERFORMANCE
156
231
 
231
306
 
232
307
   * Add simple FAQ file. (#144388)
233
308
 
234
 
bzr-svn 0.4.3   2007-09-15
 
309
bzr-svn 0.4.3    2007-09-15
235
310
 
236
311
  PERFORMANCE
237
312
 
255
330
 
256
331
   * Implement SvnWorkingTreeDir.needs_format_conversion().
257
332
 
258
 
bzr-svn 0.4.2   2007-09-09
 
333
bzr-svn 0.4.2    2007-09-09
259
334
 
260
335
  BUG FIXES
261
336
 
280
355
   * Fix sqlite index that was causing indexing errors when a repository 
281
356
     contains multiple copies of a single revision. 
282
357
 
283
 
bzr-svn 0.4.1   2007-08-26
 
358
bzr-svn 0.4.1    2007-08-26
284
359
 
285
360
  BUG FIXES
286
361
 
323
398
 
324
399
   * Support reading gzip and bzip2 compressed dump files in svn-import.
325
400
 
326
 
bzr-svn 0.4.0   2007-08-04      
 
401
bzr-svn 0.4.0    2007-08-04    
327
402
  
328
403
  BUG FIXES
329
404
 
380
455
 
381
456
   * do_update() is now used to find the contents of a directory recursively. 
382
457
     This should reduce the number of roundtrips significantly when 
383
 
         finding file id mappings.
 
458
     finding file id mappings.
384
459
 
385
460
   * Support read locking for Branch.
386
461
 
427
502
 
428
503
  * Fix broken constructor for NotDumpFile exception.
429
504
 
430
 
bzr-svn 0.3.4   2007-06-15
 
505
bzr-svn 0.3.4    2007-06-15
431
506
 
432
507
  BUG FIXES
433
508
 
436
511
 
437
512
  * Fix compatibility with Bazaar 0.17.
438
513
 
439
 
bzr-svn 0.3.3   2007-04-29
 
514
bzr-svn 0.3.3    2007-04-29
440
515
 
441
516
  IMPROVEMENTS
442
517
 
448
523
 
449
524
  * Don't show "not updating working tree" warnings when pushing.
450
525
 
451
 
bzr-svn 0.3.2   2007-03-13
 
526
bzr-svn 0.3.2    2007-03-13
452
527
 
453
528
  BUG FIXES
454
529
 
461
536
 
462
537
  * Handle unicode characters in filenames (#54736)
463
538
 
464
 
bzr-svn 0.3.1   2007-01-31
 
539
bzr-svn 0.3.1    2007-01-31
465
540
 
466
541
  BUG FIXES
467
542
 
476
551
   * Working tree copies will be disabled if the version of python-subversion 
477
552
     is too old.
478
553
 
479
 
bzr-svn 0.3.0   2007-01-16
 
554
bzr-svn 0.3.0    2007-01-16
480
555
 
481
556
  BUG FIXES
482
557