/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.64.80 by Ian Clatworthy
added NEWS and setup.py
1
----------------------------
2
bzr-fastimport Release Notes
3
----------------------------
4
5
.. contents::
6
0.64.85 by Ian Clatworthy
prepare for 0.7 development
7
IN DEVELOPMENT
8
--------------
9
10
  FEATURES:
11
12
  IMPROVEMENTS:
13
0.64.91 by Ian Clatworthy
Add deleteall support (Miklos Vajna)
14
    * Add support for the deleteall command.
15
      (Miklos Vajna, #284941)
16
0.64.85 by Ian Clatworthy
prepare for 0.7 development
17
  BUG FIXES:
18
0.64.87 by Ian Clatworthy
bzr-fast-export exports rm+mv correctly now (Jonas)
19
    * bzr-fast-export now exports rm+mv correctly.
20
      (Jonas)
21
0.64.88 by Ian Clatworthy
Fix recursive rename handling (Pieter de Bie)
22
    * Fix recursive rename handling in bzr-fast-export.
23
      (Pieter de Bie, #287785)
24
0.64.86 by Ian Clatworthy
hg-fast-export should use binary mode on Windows (Alexey Stukalov)
25
    * hg-fast-export should use binary mode on Windows.
26
      (Alexey Stukalov)
27
0.64.90 by Ian Clatworthy
setup.py no longer requires python2.4
28
    * setup.py no longer assumes python2.4.
29
      (schickb@gmail.com)
30
0.64.89 by Ian Clatworthy
setup.py support fixed (Jelmer Vernooij)
31
    * setup.py support fixed.
32
      (Jelmer Vernooij)
33
0.64.92 by Ian Clatworthy
fix last-modified revision after rename (John Arbash Meinel)
34
    * Update the last-modified revision for a renamed file.
35
      (John Arbash Meinel)
36
0.64.85 by Ian Clatworthy
prepare for 0.7 development
37
  COMPATIBILITY BREAKS:
38
0.64.89 by Ian Clatworthy
setup.py support fixed (Jelmer Vernooij)
39
    * bzr-fast-export.py renamed to bzr-fast-export.
40
      (Jelmer Vernooij)
41
0.64.85 by Ian Clatworthy
prepare for 0.7 development
42
  API BREAKS:
43
44
  TESTING:
45
46
  INTERNALS:
47
48
0.64.84 by Ian Clatworthy
release 0.6
49
0.6 23-Jul-2008
50
---------------
0.64.80 by Ian Clatworthy
added NEWS and setup.py
51
52
  FEATURES:
53
54
  IMPROVEMENTS:
55
56
    * Added NEWS containing Release Notes. (Ian Clatworthy)
57
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
58
    * ``bzr help fastimport`` now provides help that is useful.
59
      (Ian Clatworthy)
60
0.64.82 by Ian Clatworthy
Merge Pieter de Bie's export-fixes branch
61
    * Numerous fixes to ``bzr-fast-export.py`` to improve round-tripping
62
      with Git. Added ``--import-marks`` and ``--export-marks`` options
63
      to ``fast-import`` as well.
64
      (Pieter de Bie)
65
0.64.83 by Ian Clatworthy
Merge Mirko Friedenhagen's regex improvement to svn-fast-export.py
66
    * ``svn-fast-export.py`` now supports a regular-expression to specify
67
      the branches to export.
68
      (Mirko Friedenhagen)
69
0.64.80 by Ian Clatworthy
added NEWS and setup.py
70
  BUG FIXES:
71
72
    * Support the new Repository API added in bzr.dev r3510. The old API
73
      will be used for earlier versions of bzr including bzr 1.6beta2 and
74
      earlier. (Ian Clatworthy)
75
76
  COMPATIBILITY BREAKS:
77
78
    * The ``--inv-fulltext`` option is not yet supported when the new
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
79
      Repository API is used to import revisions. The option can be
80
      provided but it will be ignored. (Ian Clatworthy)
0.64.80 by Ian Clatworthy
added NEWS and setup.py
81
82
  API BREAKS:
83
84
    * The ``RevisionLoader`` class has been renamed to ``RevisionLoader1``.
85
      The ``ExperimentalRevisionLoader`` class has been renamed to
86
      ``ImportRevisionLoader1``. New classes called ``RevisionLoader2``
87
      and ``ImportRevisionLoader2`` are provided that use the new
88
      Repository API. (Ian Clatworthy)
89
90
  TESTING:
91
92
  INTERNALS:
93
94
    * Improved packaging by adding a setup.py file. (Ian Clatworthy)
95
96
97
0.5 02-Jun-2008
98
---------------
99
100
  FEATURES:
101
102
    * Version suitable for Bazaar 1.5.
103
      (Ian Clatworthy)