diff --git a/AUTHORS b/AUTHORS index 8966b2d1..cc4030f4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,6 +8,8 @@ IOhannes m zmoelnig Javier Infante Scott Maines Stefan Diewald +Tasos Sahanidis +tz Ted Mielczarek Vasily Levin Yusuke Ohshima diff --git a/ChangeLog b/ChangeLog index edfdcb1e..75aa081e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +v4l2loopback (0.9.0) unstable; urgency=medium + + [ IOhannes m zmölnig ] + * formats + * support more formats + * support compressed formats + * move formats-enumeration to separate file + * tools to implement missing formats + * controls + * disable deprecated vidioc_*ctrl callbacks + * register custom-controls + * use ctrl_config information in (deprecated) queryctrl + * fixed bugs + * used static code analysis to find more bugs + * more error checking + * check timeperframe before setting it (Closes: #61) + * make MAX_DEVICES/TIMEOUT/BUFFERS settable during build-process (Closes: #55) + * check for errors returned by get_capture_buffer() + * check whether there is at least 1 requestbuffer + * unsigned comparision against <0 + * avoid setting b->count to negative/null + * ... + * fixed typos + * code formatting + * standards compliancy + * standard-conformant bus_info + * pretend to not support {G,S,ENUM}_{IN,OUT}PUT depending on state + * only pretend to not support IN/OUTPUT enumeration in exclusive-caps mode + * test programs + * for (de)queuing buffers + * for writing interlaced video + * compatibility with newer kernels + * compatibility with older kernels + * Updated documentation + * Removed GFDL document + * note where to get API documentation + + [ tatokis ] + * Updated v4l2loopback.c to compile on >= 3.18 kernel + + [ tz ] + * add ondemandcam + + [ Yusuke Ohshima ] + * Fix issue #79 + + [ Tasos Sahanidis ] + * Fix for kernel 4.0 + + -- IOhannes m zmölnig Tue, 02 Jun 2015 19:58:39 +0200 + v4l2loopback (0.8.0) unstable; urgency=medium [ Dmitry Eremin ] diff --git a/NEWS b/NEWS index ea102a25..c1ee81a9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +v4l2loopback-0.9.0 + + - more formats + - kernel compatibility + fixed issues with kernel up to 4.0 + + -- IOhannes m zmölnig Tue, 02 Jun 2015 19:58:39 +0200 + v4l2loopback-0.8.0 - DKMS config diff --git a/dkms.conf b/dkms.conf index f12e8ecb..1436f0f4 100644 --- a/dkms.conf +++ b/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="v4l2loopback" -PACKAGE_VERSION="0.8.0" +PACKAGE_VERSION="0.9.0" # Items below here should not have to change with each driver version MAKE[0]="make KERNEL_DIR=${kernel_source_dir} all"