CHANGES 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Change log
  2. ==========
  3. Version 0.7.1 (2013-02-25)
  4. - Handle 'Binary files ... differ'
  5. - Document update for known issues
  6. Version 0.7 (2013-02-23)
  7. - Support reading diff or log for given files/dirs in workspace
  8. - Support diff generated from ``diff -ru dir1 dir2``
  9. - Usage change: reading a patch and comparing two files need stdin redirect
  10. Version 0.6 (2013-02-20)
  11. - A few performance tuning and code clean up
  12. - Add unit test cases with coverage 70%
  13. - Show merge history in svn log
  14. Version 0.5.1 (2013-02-19)
  15. - Fixed incorrect yield on diff missing eof
  16. - Fixed a bug in diff format probe
  17. - Handle keyboard interrupt and large diffs in non-color mode
  18. - Code clean up
  19. Version 0.5 (2013-02-18)
  20. - Support read output from ``svn diff --log`` and ``hg log -p``
  21. - Streamline reading large patch set
  22. - New ``--log (-l)`` option to read revision control diff log (thanks to
  23. `Steven Myint <https://github.com/myint>`_)
  24. Version 0.4 (2013-02-16)
  25. - New option *-c WHEN* (*--color WHEN*) to support auto test
  26. - Auto regression test now on Travis
  27. Version 0.3 (2013-02-07)
  28. - Support compare two files (wrapper of diff)
  29. Version 0.2 (2013-02-06)
  30. - Move cdiff.py to top dir for better meta info management
  31. Version 0.1 (2013-02-05)
  32. - New --version option
  33. - setup.py now read version from source code
  34. Version 0.0.4 (2013-02-04)
  35. - Add CHANGES for history track and better versioning
  36. Version 0.0.3 (2013-02-04)
  37. - Publish on PyPI, supports read patch from file, pipe and diff output from
  38. revision tools (thanks to `Steven Myint <https://github.com/myint>`_)