~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
  INTERNALS:
 
6
 
 
7
  BUGFIXES:
 
8
 
 
9
  TESTING:
 
10
 
 
11
    * New ``--first`` option to ``bzr selftest`` to run specified tests
 
12
      before the rest of the suite.  (Martin Pool)
 
13
 
 
14
bzr 0.14rc1  2007-01-16
 
15
 
 
16
  IMPROVEMENTS:
 
17
 
5
18
    * New connection: ``bzr+http://`` which supports tunnelling the smart
6
19
      protocol over an HTTP connection. If writing is enabled on the bzr
7
20
      server, then you can write over the http connection.
56
69
    * ``bzr merge`` now has an option ``--pull`` to fall back to pull if
57
70
      local is fully merged into remote. (Jan Hudec)
58
71
 
 
72
    * ``bzr help formats`` describes available directory formats. (Aaron Bentley)
 
73
 
59
74
  INTERNALS:
60
75
 
61
76
    * A few tweaks directly to ``fileids_affected_by_revision_ids`` to
77
92
    * Single-letter short options are no longer globally declared.  (Martin
78
93
      Pool)
79
94
 
 
95
    * Before using detected user/terminal encoding bzr should check
 
96
      that Python has corresponding codec. (Alexander Belchenko)
 
97
 
 
98
    * Formats for end-user selection are provided via a FormatRegistry (Aaron Bentley)
 
99
 
80
100
  BUG FIXES:
81
101
 
82
102
    * ``bzr missing --verbose`` was showing adds/removals in the wrong
118
138
    * Mention the revisionspec topic for the revision option help.
119
139
      (Wouter van Heyst, #31663)
120
140
 
 
141
    * Allow plugins import from zip archives.
 
142
      (Alexander Belchenko, #68124)
 
143
 
121
144
 
122
145
bzr 0.13  2006-12-05
123
146