12019/10/09 -- 0.3.0:
2- Add algorithm 'scan_borders': On a scanned image, this algorithm tries to
3  figure out where are the page borders. This algorithm is meant to be an
4  helper for scan cropping (it doesn't work with all scanners).
5- Sobel: remove trailing lines at the left and the top of resulting intensity
6  matrix (and resulting image)
7- SWT: Fix memory leak
8- CMakeLists.txt: add SOVERSION
9- CMakeLists.txt: Use CMAKE_INSTALL_LIBDIR instead of LIBDIR
10
112018/04/10 -- 0.2.4:
12- Fix build on ARM CPUs
13
142018/03/01 -- 0.2.3:
15- setup.py: Enable explicitely the use of SSE2 instructions on i386 arch.
16  It makes the test results consistent with amd64 architecture.
17- Do not use values.h (obsolete ; unavailable on MacOSX and some Windows
18  installations)
19- CMakeLists: allow custom libraries directory (/usr/lib64 for instance)
20- compare: fix the expected size for the output image when comparing 2 images
21  with different sizes (fix sigabort on assert())
22
232017/06/06 -- 0.2.2:
24- compare: allow image of different sizes as input
25
262016/10/05 -- 0.2.1:
27- Add algorithm 'compare' (basic image difference visualisation)
28- ACE: Fix alpha channel
29- Microsoft Visual C++ 2010 support
30
312016/09/08 -- 0.2.0:
32- SWT: Make it possible to specify the type of output wanted
33- Windows portage
34- Python: Allows other threads to run while one of the function is running
35