From: Antonio Ospite Date: Thu, 15 May 2014 10:44:07 +0000 (+0200) Subject: Release version 0.1.5 X-Git-Tag: v0.1.5 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/refs/tags/v0.1.5?hp=f9a975cfe4e5b446218720de528d1588bc2c1422 Release version 0.1.5 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fa111c9..cb1272c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(PROJECT_DESCRIPTION set(PROJECT_VER_MAJOR 0) set(PROJECT_VER_MINOR 1) -set(PROJECT_VER_PATCH 4) +set(PROJECT_VER_PATCH 5) set(PROJECT_VER_EXTRA "") set(PROJECT_VER "${PROJECT_VER_MAJOR}.${PROJECT_VER_MINOR}.${PROJECT_VER_PATCH}${PROJECT_VER_EXTRA}") diff --git a/ChangeLog b/ChangeLog index 89d4427..2e2a652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,122 @@ +2014-05-15 12:33:41 +0200 Antonio Ospite + + * HACKING.asciidoc: update Windows cross-build section to use libav10 (HEAD, origin/master, master) + +2014-05-12 23:02:28 +0200 Antonio Ospite + + * am7xxx-play: port to libav10 + +2014-05-08 12:59:02 +0200 Antonio Ospite + + * Update email address and copyright years + +2014-05-08 12:37:44 +0200 Antonio Ospite + + * contrib/performance/README: fix some typos + +2014-05-08 12:27:23 +0200 Antonio Ospite + + * cosmetics: remove some trailing spaces + +2014-05-08 12:26:04 +0200 Antonio Ospite + + * README.asciidoc: update instructions to test libam7xxx on Windows + +2014-05-08 12:15:16 +0200 Antonio Ospite + + * HACKING.asciidoc: update the build instructions for Windows + +2014-05-08 11:37:34 +0200 Antonio Ospite + + * am7xxx: don't use partial designated initializers + +2014-05-08 11:22:31 +0200 Antonio Ospite + + * am7xxx: add a portable_endian.h + +2014-05-07 21:40:44 +0200 Antonio Ospite + + * Merge branch 'zoom-tele-picopix' + +2014-05-07 18:05:11 +0200 Antonio Ospite + + * am7xxx-play: allow setting the AM7XXX_ZOOM_TELE zoom mode + +2014-05-07 18:04:16 +0200 Antonio Ospite + + * picoproj: allow setting the AM7XXX_ZOOM_TELE zoom mode + +2014-05-07 18:01:58 +0200 Antonio Ospite + + * am7xxx: implement the set_zoom_mode() operation for the PicoPix 2055 + +2014-05-07 17:59:30 +0200 Antonio Ospite + + * am7xxx: add support for a new AM7XXX_ZOOM_TELE zoom mode + +2014-05-07 17:46:50 +0200 Antonio Ospite + + * am7xxx: add a msleep() implementation in tools.[ch] + +2013-12-04 11:32:26 +0100 Antonio Ospite + + * Merge branch 'powermode-PicoPix2055' + +2013-11-28 15:23:04 +0100 Antonio Ospite + + * am7xxx: add support for setting the power mode on the PicoPix 2055 + +2013-11-28 15:13:12 +0100 Antonio Ospite + + * am7xxx: dump fields of unknown packet types + +2013-11-28 14:57:09 +0100 Antonio Ospite + + * am7xxx: factor out a send_command() function + +2013-11-28 13:49:52 +0100 Antonio Ospite + + * am7xxx: switch from device quirks to device ops + +2013-11-18 14:41:42 +0100 Antonio Ospite + + * doc/lsusb_dumps: add lsusb_Philips-PicoPix-2055.log + +2013-11-18 14:38:26 +0100 Antonio Ospite + + * doc/lsusb_dumps: strip trailing spaces + +2013-11-18 14:35:37 +0100 Antonio Ospite + + * doc/man: misc fixes to man pages + +2013-10-30 10:41:06 +0100 Antonio Ospite + + * CMakeLists.txt: define DEBUG=1 only when CMAKE_BUILD_TYPE=Debug + +2013-10-13 15:50:11 +0200 Antonio Ospite + + * HACKING.asciidoc: fix the url of the avcodec_encode_video2 patch + +2013-09-07 17:30:28 +0200 Antonio Ospite + + * am7xxx-play: cosmetics, fix coding style + +2013-08-03 15:14:34 +0200 Antonio Ospite + + * am7xxx: add quirks for Philips/Sagemcom PicoPix 2055 + +2013-07-28 23:22:15 +0200 Antonio Ospite + + * NEWS: fix a typo s/mode/more/ + 2013-07-28 11:15:18 +0200 Antonio Ospite - * Release version 0.1.4 (HEAD, master) + * Release version 0.1.4 (tag: v0.1.4) 2013-07-28 01:11:42 +0200 Antonio Ospite - * contrib: add some benchmarking data about am7xxx_send_image_async (origin/master) + * contrib: add some benchmarking data about am7xxx_send_image_async 2013-07-28 00:50:30 +0200 Antonio Ospite @@ -76,7 +188,7 @@ 2013-07-21 00:13:33 +0200 Antonio Ospite - * am7xxx-play: use am7xxx_send_image_async() (local-ao2) + * am7xxx-play: use am7xxx_send_image_async() 2013-07-21 00:10:28 +0200 Antonio Ospite diff --git a/NEWS b/NEWS index 42775fa..e23a882 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +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: ================