Skip to content

Commit

Permalink
Merge pull request #99 from mgrzeschik/release/0.3.0
Browse files Browse the repository at this point in the history
libusbgx: Release libusbgx version 0.3.0
  • Loading branch information
mgrzeschik authored Sep 27, 2024
2 parents fe39790 + e120b4d commit dbedf16
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Wed, 09 Sep 2024 Michael Grzeschik <[email protected]> 0.3.0
- Add meson build support
- Add support for usb9pfs
- Add more controls for USB Audio Class 2 (UAC2)
- Add support for USB Video Class (UVC)
- Add support for Printer8664b79
- Improved support for network gadget
- Many smaller fixes

Fri, 02 Ma 2018 Krzysztof Opasiak <[email protected]> 0.2.0
- Use prefix for our enums
- Use string names similar to USB spec
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libusbgx], [0.2.0], [[email protected]])
AC_INIT([libusbgx], [0.3.0], [[email protected]])
AM_INIT_AUTOMAKE([1.12 -Wall -Werror foreign serial-tests])
AC_PROG_CC
AC_PROG_CXX
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'libusbgx',
[ 'c', 'cpp' ],
version: '0.2.0',
version: '0.3.0',
license: 'LGPL2.1',
default_options: [
'warning_level=1',
Expand Down
2 changes: 1 addition & 1 deletion packaging/libusbgx.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libusbgx
Version: 0.2.0
Version: 0.3.0
Release: 0
License: LGPL-2.1+ and GPL-2.0+
Summary: USB gadget with ConfigFS Library
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ else
libusbgx_la_SOURCES += usbg_schemes_none.c
endif
libusbgx_la_LDFLAGS = $(LIBCONFIG_LIBS)
libusbgx_la_LDFLAGS += -version-info 2:0:0
libusbgx_la_LDFLAGS += -version-info 3:0:0
libusbgx_la_CFLAGS = $(LIBCONFIG_CFLAGS)
AM_CPPFLAGS=-I$(top_srcdir)/include/ -I$(top_builddir)/include/usbg

0 comments on commit dbedf16

Please sign in to comment.