From 07ef193d2018ea64e192875092fdfdb1744697ad Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 28 Jul 2013 11:15:18 +0200 Subject: [PATCH 1/1] Release version 0.1.4 --- CMakeLists.txt | 2 +- ChangeLog | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- NEWS | 15 +++++ 3 files changed, 201 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df06d81..d643ed9 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 3) +set(PROJECT_VER_PATCH 4) 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 340d105..89d4427 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,190 @@ +2013-07-28 11:15:18 +0200 Antonio Ospite + + * Release version 0.1.4 (HEAD, master) + +2013-07-28 01:11:42 +0200 Antonio Ospite + + * contrib: add some benchmarking data about am7xxx_send_image_async (origin/master) + +2013-07-28 00:50:30 +0200 Antonio Ospite + + * am7xxx-play: fix a crash when a packet cannot be encoded + +2013-07-28 00:38:13 +0200 Antonio Ospite + + * am7xxx-play: don't initialize variables when not needed + +2013-07-28 00:19:04 +0200 Antonio Ospite + + * TODO: mention that atoi() must go away + +2013-07-28 00:10:08 +0200 Antonio Ospite + + * picoproj: get rid of exit(), return more meaningful values to userspace + +2013-07-27 23:47:26 +0200 Antonio Ospite + + * HACKING.asciidoc: add commands to compile with clang + +2013-07-27 23:44:45 +0200 Antonio Ospite + + * HACKING.asciidoc: add an example of testing am7xxx-play with valgrind + +2013-07-27 23:36:08 +0200 Antonio Ospite + + * doc: update Doxyfile.in + +2013-07-27 23:27:01 +0200 Antonio Ospite + + * contrib: add a udev rule to invoke am7xxx-modeswitch + +2013-07-27 23:25:34 +0200 Antonio Ospite + + * Rename am7xxx_mode_switch to am7xxx-modeswitch + +2013-07-27 23:02:34 +0200 Antonio Ospite + + * TODO: mention that data types could be improved in the API + +2013-07-27 23:01:16 +0200 Antonio Ospite + + * picoporj: fix another -Wshorten-64-to-32 warning from clang + +2013-07-27 22:55:53 +0200 Antonio Ospite + + * picoproj: silence a -Wshorten-64-to-32 warning from clang + +2013-07-27 22:53:19 +0200 Antonio Ospite + + * CMakeLists.txt: disable -Wsign-conversion warnings + +2013-07-27 21:33:28 +0200 Antonio Ospite + + * am7xxx: fix a clang warning + +2013-07-27 20:55:48 +0200 Antonio Ospite + + * examples: silence a couple of clang warnings + +2013-07-27 20:26:06 +0200 Antonio Ospite + + * doc: mention the Top-Height/TEC PP700 in the Doxygen documentation + +2013-07-27 20:23:30 +0200 Antonio Ospite + + * doc: add some lsusb dumps for reference + +2013-07-21 00:13:33 +0200 Antonio Ospite + + * am7xxx-play: use am7xxx_send_image_async() (local-ao2) + +2013-07-21 00:10:28 +0200 Antonio Ospite + + * am7xxx: implement am7xxx_send_image_async() + +2013-07-14 13:25:25 +0200 Antonio Ospite + + * am7xxx: fix a typo in a comment s/a am7xxx device/an am7xxx device/ + +2013-07-13 11:05:00 +0200 Antonio Ospite + + * CMakeLists.txt: enable two new compiler warnings + +2013-06-30 00:22:07 +0200 Antonio Ospite + + * am7xxx: add quirks for devices not supporting some operations + +2013-06-30 00:20:51 +0200 Antonio Ospite + + * picoproj: remove an unreachable break statement + +2013-06-30 00:15:30 +0200 Antonio Ospite + + * am7xxx-play: uniform coding style + +2013-06-30 00:12:59 +0200 Antonio Ospite + + * CMakeLists.txt: add support for clang and isolate gcc-only options + +2013-06-29 23:11:57 +0200 Antonio Ospite + + * HACKING.asciidoc: mention the patch needed for older libav/ffmpeg + +2013-06-29 23:02:13 +0200 Antonio Ospite + + * README.asciidoc: mention the TEC PP700 projector as supported + +2013-05-27 00:06:23 +0200 Antonio Ospite + + * picoproj: remove an unneeded blank line + +2013-05-27 00:05:00 +0200 Antonio Ospite + + * examples: print the usage message when a required option is missing + +2013-05-26 23:53:13 +0200 Antonio Ospite + + * CMakeLists.txt: fix enabling verbose debug output + +2013-04-05 23:35:34 +0200 Antonio Ospite + + * am7xxx: use the symbolic constant for libusb log level + +2013-04-05 23:29:58 +0200 Antonio Ospite + + * picoproj: show the image resolution when image does not fit the native one + +2013-04-05 23:28:24 +0200 Antonio Ospite + + * picoproj: remove one of two consecutive blank lines + +2013-03-25 23:04:03 +0100 Antonio Ospite + + * doc, contrib: add PicoPix 2330 to the list of supported devices + +2013-03-25 22:47:21 +0100 Antonio Ospite + + * am7xxx: add support for Philips/Sagemcom PicoPix 2330 + +2013-03-25 22:44:35 +0100 Antonio Ospite + + * Merge branch 'per-device-usb-config' + +2013-03-23 23:30:54 +0100 Antonio Ospite + + * am7xxx: make the supported_device array const + +2013-03-23 22:55:04 +0100 Antonio Ospite + + * am7xxx: improve setting USB configuration and interface_number + +2012-11-14 15:41:48 +0100 Antonio Ospite + + * am7xxx: reference am7xxx_usb_device_descriptor in struct _am7xxx_device + +2013-03-23 22:40:25 +0100 Antonio Ospite + + * am7xxx: fail if USB configuration or interface are not right + +2013-03-23 23:03:48 +0100 Antonio Ospite + + * am7xxx_mode_switch: release interface only if claimed + +2013-03-14 23:04:20 +0100 Antonio Ospite + + * doc: add a man page for am7xxx_mode_switch + +2013-03-15 00:13:21 +0100 Antonio Ospite + + * Add a NEWS file + 2013-03-14 20:23:49 +0100 Antonio Ospite - * Release version 0.1.3 (HEAD, master) + * Release version 0.1.3 (tag: v0.1.3) 2013-03-14 19:48:14 +0100 Antonio Ospite - * am7xxx-play: switch to avcodec_encode_video2() (origin/master) + * am7xxx-play: switch to avcodec_encode_video2() 2013-03-14 19:30:07 +0100 Antonio Ospite @@ -268,7 +448,7 @@ 2012-03-28 13:37:00 +0200 Antonio Ospite - * Release version 0.1.2 (v0.1.2) + * Release version 0.1.2 (tag: v0.1.2) 2012-03-28 13:08:23 +0200 Antonio Ospite @@ -276,7 +456,7 @@ 2012-03-28 10:55:14 +0200 Antonio Ospite - * Release version 0.1.1 (v0.1.1) + * Release version 0.1.1 (tag: v0.1.1) 2012-03-28 10:43:04 +0200 Antonio Ospite @@ -308,7 +488,7 @@ 2012-03-26 13:50:05 +0200 Antonio Ospite - * Increase project number to 0.1.0 (v0.1.0) + * Increase project number to 0.1.0 (tag: v0.1.0) 2012-03-26 13:49:31 +0200 Antonio Ospite diff --git a/NEWS b/NEWS index 1af48ed..7f38105 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +News for v0.1.4: +================ + + * Improved USB device configuration in order to support mode devices + * Added support for Philips/Sagemcom PicoPix 2330 (Thanks to Grégory + Lemesre) + * Fixed verbose debug output + * Confirmed that libam7xxx works with the Top-Height/TEC PP700 projector + * Implemented am7xxx_send_image_async() + * Made am7xxx-play almost twice faster by using am7xxx_send_image_async() + * Improved documentation + * Added support for compiling with clang + * A lot of little fixes for correctness, robustness and portability + * Renamed am7xxx_mode_switch to am7xxx-modeswitch, added an udev rule for it + News for v0.1.3: ================ -- 2.1.4