~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-10-15 11:38:29 UTC
  • mfrom: (1185.16.40)
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051015113829-40226233fb246920
mergeĀ fromĀ martin

Show diffs side-by-side

added added

removed removed

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