~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2005-09-01 12:34:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050901123434-47f5353abbeae0d6
- typo fixes from kfish

- point the tutorial to the web site where it's now maintained

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bzr 0.1 2005-10-11
2
 
 
3
 
  NOTES:
4
 
 
5
 
    * 'bzr branch' over http initially gives a very high estimate
6
 
      of completion time but it should fall as the first few 
7
 
      revisions are pulled in.  branch is still slow on 
8
 
      high-latency connections.
9
 
 
10
 
  BUG FIXES:
11
 
  
12
 
    * bzr-man.py has been updated to work again. Contributed by
13
 
      Rob Weir.
14
 
 
15
 
    * Locking is now done with fcntl.lockf which works with NFS
16
 
      file systems. Contributed by Harald Meland.
17
 
 
18
 
    * When a merge encounters a file that has been deleted on
19
 
      one side and modified on the other, the old contents are
20
 
      written out to foo.BASE and foo.SIDE, where SIDE is this
21
 
      or OTHER. Contributed by Aaron Bentley.
22
 
 
23
 
    * Export was choosing incorrect file paths for the content of
24
 
      the tarball, this has been fixed by Aaron Bentley.
25
 
 
26
 
    * Commit will no longer commit without a log message, an 
27
 
      error is returned instead. Contributed by Jelmer Vernooij.
28
 
 
29
 
    * If you commit a specific file in a sub directory, any of its
30
 
      parent directories that are added but not listed will be 
31
 
      automatically included. Suggested by Michael Ellerman.
32
 
 
33
 
    * bzr commit and upgrade did not correctly record new revisions
34
 
      for files with only a change to their executable status.
35
 
      bzr will correct this when it encounters it. Fixed by
36
 
      Robert Collins
37
 
 
38
 
    * HTTP tests now force off the use of http_proxy for the duration.
39
 
      Contributed by Gustavo Niemeyer.
40
 
 
41
 
    * Fix problems in merging weave-based branches that have 
42
 
      different partial views of history.
43
 
 
44
 
    * Symlink support: working with symlinks when not in the root of a 
45
 
      bzr tree was broken, patch from Scott James Remnant.
46
 
 
47
 
 
48
 
  IMPROVEMENTS:
49
 
 
50
 
    * 'branch' now accepts a --basis parameter which will take advantage
51
 
      of local history when making a new branch. This allows faster 
52
 
      branching of remote branches. Contributed by Aaron Bentley.
53
 
 
54
 
    * New tree format based on weave files, called version 5.
55
 
      Existing branches can be upgraded to this format using 
56
 
      'bzr upgrade'.
57
 
 
58
 
    * Symlinks are now versionable. Initial patch by 
59
 
      Erik Toubro Nielsen, updated to head by Robert Collins.
60
 
 
61
 
    * Executable bits are tracked on files. Patch from Gustavo
62
 
      Niemeyer.
63
 
 
64
 
    * 'bzr status' now shows unknown files inside a selected directory.
65
 
      Patch from Heikki Paajanen.
66
 
 
67
 
    * Merge conflicts are recorded in .bzr. Two new commands 'conflicts'
68
 
      and 'resolve' have needed added, which list and remove those 
69
 
      merge conflicts respectively. A conflicted tree cannot be committed
70
 
      in. Contributed by Aaron Bentley.
71
 
 
72
 
    * 'rm' is now an alias for 'remove'.
73
 
 
74
 
    * Stores now split out their content in a single byte prefixed hash,
75
 
      dropping the density of files per directory by 256. Contributed by
76
 
      Gustavo Niemeyer.
77
 
 
78
 
    * 'bzr diff -r branch:URL' will now perform a diff between two branches.
79
 
      Contributed by Robert Collins.
80
 
 
81
 
    * 'bzr log' with the default formatter will show merged revisions,
82
 
      indented to the right. Initial implementation contributed by Gustavo
83
 
      Niemeyer, made incremental by Robert Collins.
84
 
 
85
 
 
86
 
  INTERNALS:
87
 
 
88
 
    * Test case failures have the exception printed after the log 
89
 
      for your viewing pleasure.
90
 
 
91
 
    * InventoryEntry is now an abstract base class, use one of the
92
 
      concrete InventoryDirectory etc classes instead.
93
 
 
94
 
    * Branch raises an UnsupportedFormatError when it detects a 
95
 
      bzr branch it cannot understand. This allows for precise
96
 
      handling of such circumstances.
97
 
 
98
 
 
99
 
  TESTING:
100
 
 
101
 
    * Removed testsweet module so that tests can be run after 
102
 
      bzr installed by 'bzr selftest'.
103
 
 
104
 
    * 'bzr selftest' command-line arguments can now be partial ids
105
 
      of tests to run, e.g. 'bzr selftest test_weave'
106
 
 
107
 
      
108
 
bzr 0.0.9 2005-09-23
109
 
 
110
 
  BUG FIXES:
111
 
 
112
 
    * Fixed "branch -r" option.
113
 
 
114
 
    * Fix remote access to branches containing non-compressed history.
115
 
      (Robert Collins).
116
 
 
117
 
    * Better reliability of http server tests.  (John Arbash-Meinel)
118
 
 
119
 
    * Merge graph maximum distance calculation fix.  (Aaron Bentley)
120
 
   
121
 
    * Various minor bug in windows support have been fixed, largely in the
122
 
      test suite. Contributed by Alexander Belchenko.
123
 
 
124
 
  IMPROVEMENTS:
125
 
 
126
 
    * Status now accepts a -r argument to give status between chosen
127
 
      revisions. Contributed by Heikki Paajanen.
128
 
 
129
 
    * Revision arguments no longer use +/-/= to control ranges, instead
130
 
      there is a 'before' namespace, which limits the successive namespace.
131
 
      For example '$ bzr log -r date:yesterday..before:date:today' will
132
 
      select everything from yesterday and before today. Contributed by
133
 
      Robey Pointer
134
 
 
135
 
    * There is now a bzr.bat file created by distutils when building on 
136
 
      Windows. Contributed by Alexander Belchenko.
137
 
 
138
 
  INTERNALS:
139
 
 
140
 
    * Removed uuid() as it was unused.
141
 
 
142
 
    * Improved 'fetch' code for pulling revisions from one branch into
143
 
      another (used by pull, merged, etc.)
144
 
 
145
 
 
146
 
bzr 0.0.8 2005-09-20
147
 
 
148
 
  IMPROVEMENTS:
149
 
 
150
 
    * Adding a file whose parent directory is not versioned will
151
 
      implicitly add the parent, and so on up to the root. This means
152
 
      you should never need to explictly add a directory, they'll just
153
 
      get added when you add a file in the directory.  Contributed by
154
 
      Michael Ellerman.
155
 
 
156
 
    * Ignore .DS_Store (contains Mac metadata) by default.  Patch from
157
 
      Nir Soffer.
158
 
 
159
 
    * If you set BZR_EDITOR in the environment, it is checked in
160
 
      preference to EDITOR and the config file for the interactive commit
161
 
      editing program. Related to this is a bugfix where a missing program
162
 
      set in EDITOR would cause editing to fail, now the fallback program
163
 
      for the operating system is still tried.
164
 
 
165
 
    * Files that are not directories/symlinks/regular files will no longer
166
 
      cause bzr to fail, it will just ignore them by default. You cannot add
167
 
      them to the tree though - they are not versionable.
168
 
 
169
 
 
170
 
  INTERNALS:
171
 
 
172
 
    * Refactor xml packing/unpacking.
173
 
 
174
 
  BUG FIXES: 
175
 
 
176
 
    * Fixed 'bzr mv' by Ollie Rutherfurd.
177
 
 
178
 
    * Fixed strange error when trying to access a nonexistent http
179
 
      branch.
180
 
 
181
 
    * Make sure that the hashcache gets written out if it can't be
182
 
      read.
183
 
 
184
 
 
185
 
  PORTABILITY:
186
 
 
187
 
    * Various Windows fixes from Ollie Rutherfurd.
188
 
 
189
 
    * Quieten warnings about locking; patch from Matt Lavin.
190
 
 
191
 
 
192
 
bzr-0.0.7 2005-09-02
 
1
bzr development head
193
2
 
194
3
  NEW FEATURES:
195
4
 
217
26
 
218
27
    * Fix case of $EDITOR containing options for the editor.
219
28
 
220
 
    * Fix log -r refusing to show the last revision.
221
 
      (Patch from Goffredo Baroncelli.)
222
 
 
223
29
 
224
30
  CHANGES:
225
31
 
226
32
    * ``bzr log --show-ids`` shows the revision ids of all parents.
227
33
 
228
 
    * Externally provided commands on your $BZRPATH no longer need
229
 
      to recognize --bzr-usage to work properly, and can just handle
230
 
      --help themselves.
231
 
 
232
34
 
233
35
  LIBRARY:
234
36