Skip to content

Commit

Permalink
Released v0.11.0
Browse files Browse the repository at this point in the history
Closes: #158
  • Loading branch information
umlaeute committed Mar 6, 2018
1 parent fe07b6f commit 05a03e2
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 4 deletions.
7 changes: 5 additions & 2 deletions AUTHORS
@@ -1,7 +1,8 @@
Angus McInnes <angus AT amcinnes DOT info>
Aidan Thornton <makosoft AT gmail DOT com>
Anatolij Gutschin <agust AT denx DOT de>
Angus McInnes <angus AT amcinnes DOT info>
Anton Novikov <random.plant AT gmail DOT com>
Attila Tőkés <tokes_atti AT yahoo DOT com>
Dmitry Eremin <dmitry.eremin AT intel DOT com>
Gavin Qiu <yongchengq AT gmail DOT com>
George Chriss <gschriss AT gmail DOT com>
Expand All @@ -10,11 +11,13 @@ IOhannes m zmoelnig <zmoelnig AT iem DOT at>
Javier Infante <jabiinfante AT gmail DOT com>
Kurt Kiefer <kekiefer AT gmail DOT com>
Michel Promonet <michel.promonet AT free DOT fr>
Nick Sarnie <commendsarnex AT gmail DOT com>
Paul Brook <paul.brook AT cocoon DOT life>
Scott Maines <smaines AT alaya DOT com>
Stefan Diewald <stefan.diewald AT mytum DOT de>
Tasos Sahanidis <tasos AT tasossah DOT com>
tz
Ted Mielczarek <ted AT mielczarek DOT org>
Todor Minchev <todor.minchev AT linux DOT intel DOT com>
tz
Vasily Levin
Yusuke Ohshima <git AT yukke DOT org>
27 changes: 27 additions & 0 deletions ChangeLog
@@ -1,3 +1,30 @@
v4l2loopback (0.11.0) unstable; urgency=medium

[ Nick Sarnie ]
* Adapted to new kernel timer API

[ Attila Tőkés ]
* Avoid setting dev->ready_for_output and opener->type on get/try calls
* Allow input enumeration, even when exclusive_caps=1 and no input provided yet

[ Todor Minchev ]
* Makefile: remove depmod call in modules_install target

[ Michel Promonet ]
* Added format VP9 & HEVC

[ IOhannes m zmölnig ]
* Simplified HAVE_TIMER_SETUP clauses
* Fixed format output to sysfs
* Removed trailing whitespace
* Updated README
* Added `depmod -a` calls to the documentation
* Fixed omitted word
* [github] Added issue template for new reports
* please don't post images in the issue-tracker

-- IOhannes m zmölnig <zmoelnig@umlaeute.mur.at> Tue, 06 Mar 2018 10:05:11 +0100

v4l2loopback (0.10.0) unstable; urgency=medium

[ Paul Brook ]
Expand Down
8 changes: 8 additions & 0 deletions NEWS
@@ -1,3 +1,11 @@
v4l2loopback-0.11.0

* Adapted to new kernel timer API
* VP9 & HEVC support
* Hacks to work around issues with Google Chrome and GStreamer-0.10

-- IOhannes m zmölnig <zmoelnig@umlaeute.mur.at> Tue, 06 Mar 2018 10:05:11 +0100

v4l2loopback-0.10.0

* More consistent device names
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
@@ -1,5 +1,5 @@
PACKAGE_NAME="v4l2loopback"
PACKAGE_VERSION="0.10.0"
PACKAGE_VERSION="0.11.0"

# Items below here should not have to change with each driver version
MAKE[0]="make KERNEL_DIR=${kernel_source_dir} all"
Expand Down
2 changes: 1 addition & 1 deletion v4l2loopback.c
Expand Up @@ -40,7 +40,7 @@
#define HAVE_TIMER_SETUP
#endif

#define V4L2LOOPBACK_VERSION_CODE KERNEL_VERSION(0, 10, 0)
#define V4L2LOOPBACK_VERSION_CODE KERNEL_VERSION(0, 11, 0)

MODULE_DESCRIPTION("V4L2 loopback video device");
MODULE_AUTHOR("Vasily Levin, " \
Expand Down

0 comments on commit 05a03e2

Please sign in to comment.