+News for v0.1.7:
+================
+
+ * Fix FFMpeg deprecation warnings, the code now depends on FFMpeg 3.1+
+ * Fix compilation on Windows
+ * Update the Windows build instructions in HACKING.asciidoc
+ * Add a HOWTO for new users in contrib/howto-picopix.asciidoc
+ * Add a patch to contrib/ to allow compiling libam7xxx on Ubuntu 14.04 LTS
+ * Make sure am7xxx_get_device_info() always returns sensible values
+ * Fix warnings about _BSD_SOURCE deprecation
+ * Misc code and build system cleanups
+
+News for v0.1.6:
+================
+
+ * Fix some ffmpeg compile time deprecation warnings in am7xxx-play
+ * Fix some fmmpeg runtime warnings
+ * Don't dump the last frame unconditionally in am7xxx-play when in DEBUG
+ mode, add an option to enable the frame dump, but this is only active in
+ DEBUG mode
+ * Fix some compilation warnings from clang
+ * Replace deprecated FFmpeg API symbol PIX_FMT_NV12 in am7xxx-play (Thanks
+ to Andreas Cadhalpun)
+ * Fix the Length field in the switch command in am7xxx-modeswitch (Thanks to
+ Balasubramanian S)
+ * More robust handling of USB configurations
+ * More robust handling of kernel driver detachment (Thanks to Andrea
+ Console)
+ * Minor documentation cleanups
+ * Minor build system improvements (am7xxx-play can now build without XCB,
+ but some functionalities will not be available)
+ * Misc code cleanups
+ * Relicense the example under GPL-3+
+
+News for v0.1.5:
+================
+
+ * Add support for setting the power mode (i.e. brightness) on the Philips
+ PicoPix 2055 (Thanks to Luca Bompani)
+ * Add support for the "Tele" zoom mode available on the PicoPix 2055 (Thanks
+ to Luca Bompani)
+ * Fix compilation on Mac OSX
+ * Port am7xxx-play to libav10
+ * Update instructions about compiling on Windows
+
News for v0.1.4:
================