Skip to content

Commit

Permalink
Released v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Dec 6, 2019
1 parent 2d1a697 commit c1ea508
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ 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>
Ricardo Ribalda Delgado <ricardo AT ribalda DOT com>
Scott Maines <smaines AT alaya DOT com>
Stefan Diewald <stefan.diewald AT mytum DOT de>
Tasos Sahanidis <tasos AT tasossah DOT com>
Expand Down
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v4l2loopback (0.12.3) unstable; urgency=medium

[ Ricardo Ribalda Delgado ]
* v4l2lookback: Port to kernel 5.4+

[ IOhannes m zmölnig ]
* Set video_device->device_caps for linux>4.7.0
* Set some more device_caps
* Update issue templates

-- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org> Fri, 06 Dec 2019 18:27:25 +0100

v4l2loopback (0.12.2) unstable; urgency=medium

[ wuweixin ]
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
v4l2loopback-0.12.3

* Fixed compat with kernel 5.4

-- IOhannes m zmölnig <zmoelnig@umlaeute.mur.at> Fri, 06 Dec 2019 18:28:29 +0100

v4l2loopback-0.12.1

* Fixed compat with kernel 5.0
* Replace v4l2_get_timestamp with ktime_get_ts(64) for linux-5.1 compat

-- IOhannes m zmölnig <zmoelnig@umlaeute.mur.at> Mon, 02 Jul 2018 12:27:29 +0200


v4l2loopback-0.12.0

* Fixed compat with kernel 4.16
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="v4l2loopback"
PACKAGE_VERSION="0.12.2"
PACKAGE_VERSION="0.12.3"

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define HAVE_TIMER_SETUP
#endif

#define V4L2LOOPBACK_VERSION_CODE KERNEL_VERSION(0, 12, 2)
#define V4L2LOOPBACK_VERSION_CODE KERNEL_VERSION(0, 12, 3)

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

2 comments on commit c1ea508

@dadosch
Copy link

@dadosch dadosch commented on c1ea508 Dec 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you also add a new git tag and github release for version 0.12.3? @umlaeute

@umlaeute
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i did, but then forgot to git push --tags

Please sign in to comment.