~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-02 07:36:15 UTC
  • mfrom: (3399.2.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080502073615-9p6e3x4ijlv6bker
(mbp) merge 1.4final back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
      (Aaron Bentley)
103
103
 
104
104
 
 
105
bzr 1.4 2008-04-28
 
106
------------------
 
107
 
 
108
This release of Bazaar includes handy improvements to the speed of log and
 
109
status, new options for several commands, improved documentation, and better
 
110
hooks, including initial code for server-side hooks.  A number of bugs have
 
111
been fixed, particularly in interoperability between different formats or
 
112
different releases of Bazaar over there network.  There's been substantial
 
113
internal work in both the repository and network code to enable new features
 
114
and faster performance.
 
115
 
 
116
  BUG FIXES:
 
117
 
 
118
    * Pushing a branch in "dirstate" format (Branch5) over bzr+ssh would break
 
119
      if the remote server was < version 1.2.  This was due to a bug in the
 
120
      RemoteRepository.get_parent_map() fallback code.
 
121
      (John Arbash Meinel, Andrew Bennetts, #214894)
 
122
 
 
123
 
105
124
bzr 1.4rc2 2008-04-21
106
125
---------------------
107
126
 
128
147
bzr 1.4rc1 2008-04-11
129
148
---------------------
130
149
 
131
 
 
132
 
 
133
 
bzr 1.4rc1 2008-04-11
134
 
---------------------
 
150
  CHANGES:
135
151
 
136
152
   * bzr main script cannot be imported (Benjamin Peterson)
137
153