~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.1.txt

  • Committer: John Arbash Meinel
  • Date: 2011-05-11 11:35:28 UTC
  • mto: This revision was merged to the branch mainline in revision 5851.
  • Revision ID: john@arbash-meinel.com-20110511113528-qepibuwxicjrbb2h
Break compatibility with python <2.6.

This includes auditing the code for places where we were doing
explicit 'sys.version' checks and removing them as appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
or just say ``today`` (instead of saying ``date:today``). Prefixes
63
63
are now only required if the revision spec could be ambiguous.
64
64
 
 
65
Launchpad compatibility
 
66
-----------------------
 
67
 
 
68
Launchpad has `announced
 
69
<http://blog.launchpad.net/general/edge-is-deprecated>`_ that the
 
70
``edge.launchpad.net`` instance is deprecated and may be shut down in the
 
71
future . Bazaar has therefore been updated in this release to talk to the main
 
72
(``launchpad.net``) servers, rather than the ``edge`` ones (the same code is
 
73
running on both servers during the interim).
 
74
 
65
75
 
66
76
New ignore patterns
67
77
-------------------