Skip to content

Commit

Permalink
Bump vertion to 0.21.2
Browse files Browse the repository at this point in the history
	* Add support for reset all controls
	* Add support for showing detected v4l controls
	* Add sliders to adjust threshold filter level
	* Make sliders reflect min/max/step values
	* Use the newer V4L2 control functions
	* Update po files and exclude the gtk2 data file from it
	* drop gtk2 and legacy gtk3 support
	* Embed mutexes inside struct camera
	* Update README.md to reflect latest changes

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
  • Loading branch information
mchehab committed Mar 24, 2022
1 parent 7c67bbe commit 3c91d80
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2022-03-24 Mauro Carvalho Chehab <mchehab@kernel.org>

* Add support for reset all controls
* Add support for showing detected v4l controls
* Add sliders to adjust threshold filter level
* Make sliders reflect min/max/step values
* Use the newer V4L2 control functions
* Update po files and exclude the gtk2 data file from it
* drop gtk2 and legacy gtk3 support
* Embed mutexes inside struct camera
* Update README.md to reflect latest changes

2022-03-19 Mauro Carvalho Chehab <mchehab@kernel.org>

* Fix a regression at take picture logic
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
C_PREREQ(2.53)
AC_INIT(camorama,0.21.1, https://github.com/alessio/camorama)
AC_INIT(camorama,0.21.2, https://github.com/alessio/camorama)
AC_CONFIG_SRCDIR(src/main.c)
AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
Expand Down

0 comments on commit 3c91d80

Please sign in to comment.