~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2007-02-08 16:28:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2278.
  • Revision ID: john@arbash-meinel.com-20070208162805-dcqiqrwjh9a5lo7n
``GPGStrategy.sign()`` will now raise ``BzrBadParameterUnicode`` if
you pass a Unicode string rather than an 8-bit string. It doesn't 
make sense to sign a Unicode string, and it turns out that some 
versions of python will write out the raw Unicode bytes rather than
encoding automatically. So fail and make callers do the right thing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
      continues to work, but callers accessed the FORMATTERS dictionary
63
63
      directly will not.
64
64
 
 
65
    * ``GPGStrategy.sign()`` will now raise ``BzrBadParameterUnicode`` if
 
66
      you pass a Unicode string rather than an 8-bit string. Callers need
 
67
      to be updated to encode first. (John Arbash Meinel)
 
68
 
65
69
  BUGFIXES:
66
70
 
67
71
    * ``bzr annotate`` now uses dotted revnos from the viewpoint of the