~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2008-03-02 16:57:11 UTC
  • mto: This revision was merged to the branch mainline in revision 3267.
  • Revision ID: bialix@ukr.net-20080302165711-w22fjx7opsi22hrm
update NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    * Disable plink's interactive prompt for password.
44
44
      (#107593, Dmitry Vasiliev)
45
45
 
46
 
    * Encode recipient and subject line from unicode to user_encoding before
47
 
      invoking external mail client (e.g. Thunderbird) in `bzr send` command
48
 
      on Windows. (#139318, Alexander Belchenko)
 
46
    * Encode command line arguments from unicode to user_encoding before
 
47
      invoking external mail client in `bzr send` command.
 
48
      (#139318, Alexander Belchenko)
49
49
 
50
50
    * Include quick-start-summary.svg file to python-based installer(s)
51
51
      for Windows. (#192924, Alexander Belchenko)
72
72
 
73
73
  INTERNALS:
74
74
 
75
 
    * New wrapping method ``ExternalMailClient._get_compose_8bit_commandline``
76
 
      in ``bzrlib.mail_client`` module to force 8 bit command line 
77
 
      for invoking external mail client via subprocess library. This method
78
 
      makes bug #139318 testable. (Alexander Belchenko)
79
 
 
80
75
    * New module ``tools/package_mf.py`` provide custom module finder for
81
76
      python packages (improves standard python library's modulefinder.py)
82
77
      used by ``setup.py`` script while building standalone bzr.exe.