Skip to content

Commit

Permalink
prepare new release (2.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
assisp committed Jan 4, 2016
1 parent 1652050 commit 24e5ff9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
guvcview (2.0.3)

* Add Qt5 interface (--enable-qt5)
* fix '-n' option (don't save frame when photo countdown reaches 0)
* restore exit_on_term option
* use AC_SYS_LARGEFILE m4 macro for enabling Large File Support (LFS) on 32 bit systems

-- Paulo Assis <pj.assis@gmail.com> Mon, 4 Jan 2016 23:34:00 +0100

guvcview (2.0.2)

* fix mjpeg and h264 decoders (libav): init avpacket
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dnl Initialization macros (sets PACKAGE and VERSION)
dnl --------------------------------
m4_define([guvcview_major], [2])
m4_define([guvcview_minor], [0])
m4_define([guvcview_micro], [2])
m4_define([guvcview_micro], [3])

m4_define([guvcview_version],
[guvcview_major.guvcview_minor.guvcview_micro])
Expand Down

0 comments on commit 24e5ff9

Please sign in to comment.