1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-24 06:45:09 +03:00

libusbgx: Release libusbgx version 0.2.0

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
This commit is contained in:
Krzysztof Opasiak 2018-03-02 22:02:42 +01:00
parent 91538d5486
commit 999a6e5ee9
4 changed files with 11 additions and 3 deletions

View file

@ -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
- Rework most of the API to be more flexible and usable
- Introduce internal API for adding function support

View file

@ -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])
AC_PROG_CC
AC_PROG_CXX

View file

@ -1,5 +1,5 @@
Name: libusbgx
Version: 0.1.0
Version: 0.2.0
Release: 0
License: LGPL-2.1+ and GPL-2.0+
Summary: USB gadget with ConfigFS Library

View file

@ -7,6 +7,6 @@ else
libusbgx_la_SOURCES += usbg_schemes_none.c
endif
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)
AM_CPPFLAGS=-I$(top_srcdir)/include/