~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-12 00:25:28 UTC
  • mfrom: (2102.4.4 revision_ms)
  • Revision ID: pqm@pqm.ubuntu.com-20061212002528-87297ad66899257e
(John Arbash Meinel) Switch the XML5 serializer to use millisecond timestamps

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
      
41
41
  INTERNALS:
42
42
 
 
43
    * Change Revision serialization to only write out millisecond
 
44
      resolution. Rather than expecting floating point serialization to
 
45
      preserve more resolution than we need. (Henri Weichers, Martin Pool)
 
46
 
43
47
  BUG FIXES:
44
48
 
45
49
    * bzr now supports Win32 UNC path (e.g. \\HOST\path).