~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-12-18 15:37:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2195.
  • Revision ID: john@arbash-meinel.com-20061218153729-se570hwn14rpaqbw
Correct the bzr+http:// information, since it wasn't in 0.12, but will be in 0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
    * New connection: ``bzr+http://`` which supports tunnelling the smart
 
6
      protocol over an HTTP connection. If writing is enabled on the bzr
 
7
      server, then you can write over the http connection.
 
8
      (Andrew Bennetts, John Arbash Meinel)
 
9
 
5
10
    * Aliases now support quotation marks, so they can contain whitespace
6
11
      (Marius Kruger)
7
12
 
223
228
 
224
229
    * ``bzr help commands`` output is now shorter (Aaron Bentley)
225
230
 
226
 
    * New connection: ``bzr+http://`` which supports tunnelling the smart
227
 
      protocol over an HTTP connection. If writing is enabled on the bzr
228
 
      server, then you can write over the http connection.
229
 
      (Andrew Bennetts)
230
 
 
231
231
    * ``bzr`` now uses lazy importing to reduce the startup time. This has
232
232
      a moderate effect on lots of actions, especially ones that have
233
233
      little to do. For example ``bzr rocks`` time is down to 116ms from