~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-03 04:53:41 UTC
  • mfrom: (3816.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081103045341-70776n3uqq0b5dmb
(mbp) start bzr 1.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
 
7
 
7
8
IN DEVELOPMENT
8
9
--------------
9
10
 
10
 
  USER-VISIBLE CHANGES:
 
11
  CHANGES:
 
12
 
 
13
  NEW FEATURES:
 
14
 
 
15
  IMPROVEMENTS:
 
16
 
 
17
  BUG FIXES:
 
18
 
 
19
  DOCUMENTATION:
 
20
 
 
21
  API CHANGES:
 
22
 
 
23
  TESTING:
 
24
 
 
25
  INTERNALS:
 
26
 
 
27
 
 
28
Bzr 1.9 2008-10-31
 
29
------------------
 
30
 
 
31
This release of Bazaar adds a new repository format, ``1.9``, with smaller
 
32
and more efficient index files.  This format can be specified when
 
33
creating a new repository, or used to losslessly upgrade an existing
 
34
repository.  bzr 1.9 also speeds most operations over the smart server
 
35
protocol, makes annotate faster, and uses less memory when making
 
36
checkouts or pulling large amounts of data.
 
37
 
11
38
 
12
39
  NEW FEATURES:
13
40
 
46
73
    * launchpad-login now provides a default username for bzr+ssh and sftp
47
74
      URLs, allowing username-free URLs to work for everyone. (Aaron Bentley)
48
75
 
49
 
    * lp: lookups no longer include usernames, making them shareable and
 
76
    * ``lp:`` lookups no longer include usernames, making them shareable and
50
77
      shorter. (Aaron Bentley)
51
78
 
52
79
    * New ``PackRepository.autopack`` smart server RPC, which does
112
139
 
113
140
    * commands.plugins_cmds is now a CommandRegistry, not a dict.
114
141
 
115
 
  TESTING:
116
 
 
117
142
  INTERNALS:
118
143
 
119
144
     * New AuthenticationConfig.set_credentials method allows easy programmatic
120
145
       configuration of authetication credentials.
121
146
 
122
 
  PORTABILITY:
123
 
 
124
147
 
125
148
bzr 1.8 2008-10-16
126
149
------------------