~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2008-04-03 14:02:59 UTC
  • mfrom: (3331 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080403140259-83o949yopz03r40j
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
     as this is what bzr branch lp:bzr-svn will give you. (James Westby,
23
23
     Andrew Cowie)
24
24
 
 
25
   * UniqueIntegerBugTracker now appends bug-ids instead of joining
 
26
     them to the base URL. Plugins that register bug trackers may
 
27
     need a trailing / added to the base URL if one is not already there.
 
28
     (James Wesby, Andrew Cowie)
 
29
 
25
30
  FEATURES:
26
31
 
27
32
    * Added mail-mode GNU Emacs mail package as a mail_client.
29
34
 
30
35
  IMPROVEMENTS:
31
36
 
 
37
    * ``bzr commit --fixes`` now recognises "gnome" as a tag by default.
 
38
      (James Westby, Andrew Cowie)
 
39
 
32
40
    * Diff is now more specific about execute-bit changes it describes
33
41
      (Chad Miller)
34
42
 
42
50
    * Merge is faster.  We no longer check a file's existence unnecessarily
43
51
      when merging the execute bit.  (Aaron Bentley)
44
52
 
 
53
    * ``bzr status`` on an explicit list of files no longer shows pending
 
54
      merges, making it much faster on large trees. (John Arbash Meinel)
 
55
 
 
56
    * The launchpad directory service now warns the user if they have not set
 
57
      their launchpad login and are trying to resolve a URL using it, just
 
58
      in case they want to do a write operation with it.  (James Westby)
 
59
 
45
60
    * The smart protocol client is slightly faster, because it now only queries
46
61
      the server for the protocol version once per connection.  Also, the HTTP
47
 
      transport will now automatically use a smart server if one is present.
48
 
      (Andrew Bennetts)
 
62
      transport will now automatically probe for and use a smart server if
 
63
      one is present.  You can use the new ``nosmart+`` transport decorator
 
64
      to get the old behaviour.  (Andrew Bennetts)
 
65
 
 
66
     * Various operations with revision specs and commands that calculate
 
67
       revnos and revision ids are faster.  (John A. Meinel, Aaron Bentley)
49
68
 
50
69
  BUGFIXES:
51
70
 
134
153
      ``Graph.get_parent_map`` returns a dict of key:parents. (Robert Collins)
135
154
 
136
155
 
137
 
bzr 1.3rc1 2008-03-16
138
 
---------------------
 
156
bzr 1.3 2008-03-20
 
157
------------------
139
158
 
140
159
Bazaar has become part of the GNU project <http://www.gnu.org>
141
160
 
143
162
substantially faster.  Several bugs have been fixed and several new options and
144
163
features have been added.
145
164
 
 
165
  TESTING:
 
166
 
 
167
    * Avoid spurious failure of ``TestVersion.test_version`` matching
 
168
      directory names.
 
169
      (#202778, Martin Pool)
 
170
 
 
171
 
 
172
bzr 1.3rc1 2008-03-16
 
173
---------------------
 
174
 
146
175
  NOTES WHEN UPGRADING:
147
176
 
148
177
    * The backup directory created by ``upgrade`` is now called
233
262
      invoking external mail client in `bzr send` command.
234
263
      (#139318, Alexander Belchenko)
235
264
 
 
265
    * Fixed problem connecting to ``bzr+https://`` servers.
 
266
      (#198793, John Ferlito)
 
267
 
236
268
    * Improved error reporting in the Launchpad plugin. (Daniel Watkins,
237
269
      #196618)
238
270