CHANGES 1.3KB

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