~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jonathan Lange
  • Date: 2009-07-20 11:27:05 UTC
  • mfrom: (4526.2.6 1.17)
  • mto: This revision was merged to the branch mainline in revision 4554.
  • Revision ID: jml@canonical.com-20090720112705-ss4o5s3zw3dbxsek
Merge 1.17, resolving conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
* ``bzr mv`` no longer takes out branch locks, which allows it to work
34
34
  when the branch is readonly. (Robert Collins, #216541)
35
35
 
36
 
* ``bzr serve`` once again applies a ``ChrootServer`` to the given
37
 
  directory before serving it. (Andrew Bennetts, #400535)
38
 
 
39
36
* Fixed a NameError that occurs when merging or pulling from a URL that
40
37
  causes a redirection loop when bzr tries to read a URL as a bundle.
41
38
  (Andrew Bennetts, #400847)
87
84
  disk. (Robert Collins)
88
85
 
89
86
 
90
 
bzr 1.17rc1 "So late it's brunch" 2009-07-13
91
 
############################################
 
87
bzr 1.17 "So late it's brunch" 2009-07-20
 
88
#########################################
 
89
:Codename: so-late-its-brunch
 
90
:1.17rc1: 2009-07-13
 
91
:1.17: 2009-07-20
 
92
 
92
93
 
93
94
Bazaar continues to blaze a straight and shining path to the 2.0 release and
94
95
the elevation of the ``2a`` beta format to the full glory of "supported and
100
101
annoying progress bar artifacts.
101
102
 
102
103
 
 
104
Changes from 1.17rc1 to 1.17final
 
105
*********************************
 
106
 
 
107
* Change an extension to call the python ``frozenset()`` rather than the C
 
108
  api ``PyFrozenSet_New``. It turns out that python2.4 did not expose the
 
109
  C api. (John Arbash Meinel, #399366)
 
110
 
 
111
* Fixes for the Makefile and the rename of ``generate_docs.py`` to
 
112
  ``tools/generate_docs.py`` to allow everything to be built on Windows.
 
113
  (John Arbash Meinel, #399356)
 
114
 
 
115
* ``bzr serve`` once again applies a ``ChrootServer`` to the given
 
116
  directory before serving it. (Andrew Bennetts, #400535)
 
117
 
 
118
 
103
119
Compatibility Breaks
104
120
********************
105
121