CHANGES 1.1KB

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