~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-03 21:31:22 UTC
  • mfrom: (4782.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091103213122-868c6l4jp94gpi8h
(jam) Fix bug #433779 by sanitizing '\r' in commit messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
Bug Fixes
22
22
*********
23
23
 
 
24
* Sanitize commit messages that come in from the '-m' flag. We translate
 
25
  '\r\n' => '\n' and a plain '\r' => '\n'. The storage layer doesn't
 
26
  allow those because XML store silently translate it anyway. (The parser
 
27
  auto-translates \r\n => \n in ways that are hard for us to catch.)
 
28
 
24
29
Improvements
25
30
************
26
31