Skip to content

Commit

Permalink
Released 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhannes m zmölnig authored and IOhannes m zmölnig committed May 24, 2024
1 parent 4824538 commit 2d44c2f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v4l2loopback (0.13.2) unstable; urgency=medium

* Fix compilation on 32bit architectures (i386, armhf,...)
* Replace (s64 % u32) with our own v4l2l_mod64() wrapper
* Fix mod64 warnings on arm
* utils buildsystem
+ Don't fail 'clean' target if 'make -C utils clean' fails
+ clean objectfiles
* v4l2loopback-ctl
+ mention the special caps 'any' in help
+ improve error-reporting and return errcodes where appropriate
+ avoid unused variable warning
+ explicitly return the fd from open_controldevice()

-- IOhannes m zmölnig (Debian/GNU) <[email protected]> Fri, 24 May 2024 11:30:51 +0200

v4l2loopback (0.13.1) unstable; urgency=medium

[ Max Harmathy ]
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v4l2loopback-0.13.2

* Fix compilation on 32bit architectures (i386, armhf,...)

-- IOhannes m zmölnig (Debian/GNU) <[email protected]> Fri, 24 May 2024 11:30:51 +0200

v4l2loopback-0.13.1

* Avoid building utils with dkms
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.13.1"
PACKAGE_VERSION="0.13.2"

if [ -f $kernel_source_dir/.config ]; then
. $kernel_source_dir/.config
Expand Down
2 changes: 1 addition & 1 deletion v4l2loopback.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define V4L2LOOPBACK_VERSION_MAJOR 0
#define V4L2LOOPBACK_VERSION_MINOR 13
#define V4L2LOOPBACK_VERSION_BUGFIX 1
#define V4L2LOOPBACK_VERSION_BUGFIX 2

/* /dev/v4l2loopback interface */

Expand Down

0 comments on commit 2d44c2f

Please sign in to comment.