File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ Wed, 09 Sep 2024 Michael Grzeschik <m.grzeschik@pengutronix.de> 0.3.0
2
+ - Add meson build support
3
+ - Add support for usb9pfs
4
+ - Add more controls for USB Audio Class 2 (UAC2)
5
+ - Add support for USB Video Class (UVC)
6
+ - Add support for Printer8664b79
7
+ - Improved support for network gadget
8
+ - Many smaller fixes
9
+
1
10
Fri, 02 Ma 2018 Krzysztof Opasiak <k.opasiak@samsung.com> 0.2.0
2
11
- Use prefix for our enums
3
12
- Use string names similar to USB spec
Original file line number Diff line number Diff line change 1
- AC_INIT ( [ libusbgx] , [ 0.2 .0] , [ k.opasiak@samsung.com ] )
1
+ AC_INIT ( [ libusbgx] , [ 0.3 .0] , [ m.grzeschik@pengutronix.de ] )
2
2
AM_INIT_AUTOMAKE ( [ 1.12 -Wall -Werror foreign serial-tests] )
3
3
AC_PROG_CC
4
4
AC_PROG_CXX
Original file line number Diff line number Diff line change 1
1
project (
2
2
' libusbgx' ,
3
3
[ ' c' , ' cpp' ],
4
- version : ' 0.2 .0' ,
4
+ version : ' 0.3 .0' ,
5
5
license : ' LGPL2.1' ,
6
6
default_options : [
7
7
' warning_level=1' ,
Original file line number Diff line number Diff line change 1
1
Name: libusbgx
2
- Version: 0.2 .0
2
+ Version: 0.3 .0
3
3
Release: 0
4
4
License: LGPL-2.1 + and GPL-2.0 +
5
5
Summary: USB gadget with ConfigFS Library
Original file line number Diff line number Diff line change 7
7
libusbgx_la_SOURCES += usbg_schemes_none.c
8
8
endif
9
9
libusbgx_la_LDFLAGS = $(LIBCONFIG_LIBS )
10
- libusbgx_la_LDFLAGS += -version-info 2 :0:0
10
+ libusbgx_la_LDFLAGS += -version-info 3 :0:0
11
11
libusbgx_la_CFLAGS = $(LIBCONFIG_CFLAGS )
12
12
AM_CPPFLAGS =-I$(top_srcdir ) /include/ -I$(top_builddir ) /include/usbg
You can’t perform that action at this time.
0 commit comments