~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2008-02-19 09:17:28 UTC
  • mto: This revision was merged to the branch mainline in revision 3227.
  • Revision ID: bialix@ukr.net-20080219091728-qg1xo2i5r4r3u72w
(bialix) Include quick-start-summary.svg file to python-based installer for Windows (bug #192924)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
  BUGFIXES:
19
19
 
 
20
    * Include quick-start-summary.svg file to python-based installer(s)
 
21
      for Windows (#192924, Alexander Belchenko)
 
22
 
20
23
  API BREAKS:
21
24
 
22
25
  TESTING:
111
114
    * List possible values for BZR_SSH environment variable in env-variables
112
115
      help topic. (Alexander Belchenko, #181842)
113
116
 
114
 
   * New methods ``push_log_file`` and ``pop_log_file`` to intercept messages:
115
 
     popping the log redirection now precisely restores the previous state,
116
 
     which makes it easier to use bzr log output from other programs.
117
 
     TestCaseInTempDir no longer depends on a log redirection being established
118
 
     by the test framework, which lets bzr tests cleanly run from a normal
119
 
     unittest runner.
120
 
     (#124153, #124849, Martin Pool, Jonathan Lange)
121
 
 
 
117
    * New methods ``push_log_file`` and ``pop_log_file`` to intercept messages:
 
118
      popping the log redirection now precisely restores the previous state,
 
119
      which makes it easier to use bzr log output from other programs.
 
120
      TestCaseInTempDir no longer depends on a log redirection being established
 
121
      by the test framework, which lets bzr tests cleanly run from a normal
 
122
      unittest runner.
 
123
      (#124153, #124849, Martin Pool, Jonathan Lange)
 
124
 
122
125
    * ``pull --quiet`` is now more quiet, in particular a message is no longer
123
126
      printed when the remembered pull location is used. (James Westby,
124
127
      #185907)