| OLD | NEW |
| 1 This is Chrome's locally patched copy of Colin Percival's bspatch tool | 1 This is Chrome's locally patched copy of Colin Percival's bspatch tool |
| 2 (see ../bsdiff for the corresponding bsdiff tool). | 2 (see ../bsdiff for the corresponding bsdiff tool). |
| 3 | 3 |
| 4 Originally obtained from Mozilla's local copy/fork of bspatch; see: | 4 Originally obtained from Mozilla's local copy/fork of bspatch; see: |
| 5 | 5 |
| 6 http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/update/src/updater/ | 6 http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/update/src/updater/ |
| 7 | 7 |
| 8 The license is shared in common with bsdiff. | 8 The license is shared in common with bsdiff. |
| 9 | 9 |
| 10 Local changes include CRC32 verification. | 10 Local changes include CRC32 verification. |
| 11 | 11 |
| 12 Update(08 Sep 08): Changed ApplyBinaryPatch to accept wchar_t paths | 12 Update(08 Sep 08): Changed ApplyBinaryPatch to accept wchar_t paths |
| 13 instead of char paths. | 13 instead of char paths. |
| OLD | NEW |