~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(mbp) prepare 1.18.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
   :depth: 1
8
8
 
9
9
 
10
 
bzr 1.18.1 NOT RELEASED YET
11
 
###########################
 
10
bzr 1.18.1
 
11
##########
 
12
 
 
13
:Codename:     nein nein nein!
 
14
:1.18.1:       2009-09-09
 
15
 
 
16
This release fixes two small but worthwhile bugs relevant to users on
 
17
Microsoft Windows: some commands that failed on with locking errors will
 
18
now work, and a bug that caused poor performance after committing a file
 
19
with line-ending conversion has now been fixed.  It also fixes a bug in
 
20
pushing to older servers.
12
21
 
13
22
Bug Fixes
14
23
*********
17
26
  conversion will commit too many copies a file.
18
27
  (Martin Pool, #415508)
19
28
 
 
29
* Fix assertion error about ``_remember_remote_is_before`` in
 
30
  ``set_tags_bytes`` when pushing to older smart servers.  
 
31
  (Andrew Bennetts, Alexander Belchenko, #418931)
 
32
 
20
33
Improvements
21
34
************
22
35
 
23
 
* ``bzr push`` locally on windows will no longer give a locking error with
 
36
* ``bzr push`` locally on Windows will no longer give a locking error with
24
37
  dirstate based formats. (Robert Collins)
25
38
 
26
 
* ``bzr shelve`` and ``bzr unshelve`` now work on windows.
 
39
* ``bzr shelve`` and ``bzr unshelve`` now work on Windows.
27
40
  (Robert Collins, #305006)
28
41
 
29
42
API Changes