mirror of
https://github.com/linux-usb-gadgets/libusbgx.git
synced 2025-07-26 10:35:06 +03:00
libusbgx: Release libusbgx version 0.2.0
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
This commit is contained in:
parent
91538d5486
commit
999a6e5ee9
4 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
Fri, 02 Ma 2018 Krzysztof Opasiak <k.opasiak@samsung.com> 0.2.0
|
||||||
|
- Use prefix for our enums
|
||||||
|
- Use string names similar to USB spec
|
||||||
|
- Get rid of static buffers
|
||||||
|
- Add support for HID function
|
||||||
|
- Fix C++ compilation issues
|
||||||
|
- Many smaller fixes
|
||||||
|
|
||||||
Wed, 23 Dec 2015 Krzysztof Opasiak <k.opasiak@samsung.com> 0.1.0
|
Wed, 23 Dec 2015 Krzysztof Opasiak <k.opasiak@samsung.com> 0.1.0
|
||||||
- Rework most of the API to be more flexible and usable
|
- Rework most of the API to be more flexible and usable
|
||||||
- Introduce internal API for adding function support
|
- Introduce internal API for adding function support
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([libusbgx], [0.1.0], [k.opasiak@samsung.com])
|
AC_INIT([libusbgx], [0.2.0], [k.opasiak@samsung.com])
|
||||||
AM_INIT_AUTOMAKE([1.12 -Wall -Werror foreign serial-tests])
|
AM_INIT_AUTOMAKE([1.12 -Wall -Werror foreign serial-tests])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: libusbgx
|
Name: libusbgx
|
||||||
Version: 0.1.0
|
Version: 0.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
Summary: USB gadget with ConfigFS Library
|
Summary: USB gadget with ConfigFS Library
|
||||||
|
|
|
@ -7,6 +7,6 @@ else
|
||||||
libusbgx_la_SOURCES += usbg_schemes_none.c
|
libusbgx_la_SOURCES += usbg_schemes_none.c
|
||||||
endif
|
endif
|
||||||
libusbgx_la_LDFLAGS = $(LIBCONFIG_LIBS)
|
libusbgx_la_LDFLAGS = $(LIBCONFIG_LIBS)
|
||||||
libusbgx_la_LDFLAGS += -version-info 1:0:0
|
libusbgx_la_LDFLAGS += -version-info 2:0:0
|
||||||
libusbgx_la_CFLAGS = $(LIBCONFIG_CFLAGS)
|
libusbgx_la_CFLAGS = $(LIBCONFIG_CFLAGS)
|
||||||
AM_CPPFLAGS=-I$(top_srcdir)/include/
|
AM_CPPFLAGS=-I$(top_srcdir)/include/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue