~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2007-04-19 07:17:16 UTC
  • mto: This revision was merged to the branch mainline in revision 2461.
  • Revision ID: mbp@sourcefrog.net-20070419071716-tcuv5i38vhci6fuf
Fix formatting of timezones in bundles and merge directives.
Always give epoch time in utc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    * FTP now works even when the FTP server does not support atomic rename.
84
84
      (Aaron Bentley, #89436)
85
85
 
 
86
    * Correct handling in bundles and merge directives of timezones with
 
87
      that are not an integer number of hours offset from UTC.  Always 
 
88
      represent the epoch time in UTC to avoid problems with formatting 
 
89
      earlier times on win32.  (Martin Pool, Alexander Belchenko, John
 
90
      Arbash Meinel)
 
91
 
86
92
  TESTING:
87
93
 
88
94
    * Added ``bzrlib.strace.strace`` which will strace a single callable and