
v2.6 / 2016-11-12
=================

  * Use git-changelog to produce ChangeLog
  * Do not use C++ style comments and late declarations in C with -pedantic
  * Add tests for issue #9
  * Add -pedantic to compile tests flags
  * Split files into directories
  * Update copyright notices
  * fix #9: -o option appears to early with device relative path

v2.6 / 2015-10-11
=================

  * Version 2.6
  * Fix #7: impossible rebuild without pandoc after distclean

v2.5 / 2015-10-11
=================

  * Version 2.5
  * Fix #8: sort-pictures always fail
  * Fix typo in .travis.yml

v2.4 / 2015-09-22
=================

  * Version 2.4
  * Update manual pages date
  * Add the -o option as well as a note in the man page
  * Upgrade travis to container-based infrastructure
  * Add Travis configuration file
  * Initialize integer with integer

v2.3 / 2014-03-05
=================

  * Version 2.3
  * Add skip size option
  * Fix verbose definition
  * Add terabyte suffix

v2.2.3 / 2013-05-01
===================

  * Version 2.2.3
  * Remove explicit linking of libstdc++
  * Fix #3: import latest version of GPLv2

v2.2.2 / 2013-04-25
===================

  * Version 2.2.2
  * Note that recoverjpeg can work on files too
  * Produce manpages with pandoc
  * Modernize automake invocation

v2.2.1 / 2013-01-19
===================

  * Version 2.2.1
  * Use a more correct const declaration for main
  * Fix possible buffer overflows
  * Avoid a race condition by testing errno after mkdir()
  * Only create the directory if it does not already exist.
  * Add ddrescue mention in README
  * Fix typo
  * Add Mike Ingle technique to the README

v2.2 / 2012-07-10
=================

  * Version 2.2
  * Update disk name, nobody uses /dev/hd* anymore
  * Add cutoff size option
  * Update copyright dates

v2.1.1 / 2012-04-07
===================

  * Version 2.1.1 which includes Debian patches
  * Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> include
  * Apply Debian manpage fixes
  * Add remove-duplicates manpage from Debian

v2.1 / 2012-04-07
=================

  * Version 2.1
  * Add ChangeLog to distribution (requires git2cl)
  * Update README file with new information
  * Better const handling
  * Add stdc++ to link to be able to compile recovermov with clang
  * Add the -d option to set the directory name
  * Convert README to Markdown format
  * More test reports
  * Gratuitous run of indent(1)
  * Add some const
  * Remove spaces on blank lines
  * Add -V (display version) option to recoverjpeg and recovermov
  * Add more FreeBSD testing
  * Add cygwin to the list of tested systems

v2.0 / 2010-03-02
=================

  * New tests have been done, update README
  * Include utils.h in distribution
  * Free memory before exiting to keep valgrind happy
  * fixed compiler warnings: conversions from {int, size_t} to long
  * cleaned up recovermov's man page
  * Fix signedness at various places
  * Factor out size conversion utility
  * Bump version information to 2.0
  * Add man page for recovermov and update copyright info
  * checkin of recovermov
  * Add .gitignore file
  * Give build instructions in README
