~jameinel/bzr/2.1.0b4-win32-unsupported_encoding_commit_message

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-05 20:53:49 UTC
  • mfrom: (4776.3.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091105205349-t6i87y0r027ikb98
(vila) Fix bug #475585,
        the lp: proxy support broke python2.4 compatibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
* Hooks daughter classes should always call the base constructor.
25
25
  (Alexander Belchenko, Vincent Ladeuil, #389648) 
26
26
 
27
 
* Sanitize commit messages that come in from the '-m' flag. We translate
28
 
  '\r\n' => '\n' and a plain '\r' => '\n'. The storage layer doesn't
29
 
  allow those because XML store silently translate it anyway. (The parser
30
 
  auto-translates \r\n => \n in ways that are hard for us to catch.)
31
 
 
32
27
* On Windows, do glob expansion at the command-line level (as is usually
33
28
  done in bash, etc.) This means that *all* commands get glob expansion
34
29
  (bzr status, bzr add, bzr mv, etc). It uses a custom command line
37
32
  are now treated as quoted ``bzr ignore '*.py'``.
38
33
  (John Arbash Meinel, #425510, #426410, #194450)
39
34
 
 
35
* Sanitize commit messages that come in from the '-m' flag. We translate
 
36
  '\r\n' => '\n' and a plain '\r' => '\n'. The storage layer doesn't
 
37
  allow those because XML store silently translate it anyway. (The parser
 
38
  auto-translates \r\n => \n in ways that are hard for us to catch.)
 
39
 
 
40
* The fix for bug #186920 accidentally broke compatibility with python
 
41
  2.4.  (Vincent Ladeuil, #475585)
 
42
 
40
43
 
41
44
Improvements
42
45
************