Skip to content

Commit

Permalink
usbview 2.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
gregkh committed Oct 22, 2021
1 parent ca70d31 commit e4a0a80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
version 2.0+
version 2.1
- build warnings fixed
- increased max number of interfaces allowed, fixing problem with some
USB sound devices.
- autogen.sh added
- LICENSES directory added and license moved to it
- SPDX license headers added
- policykit support added
- usbview.desktop: Add desktop file.
- usbview_icon.svg: Convert xpm bitmap icon into a scalable svg icon.
- configure.in configure.ac: Rename former to latter.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# Prologue.

AC_PREREQ([2.69])
AC_INIT([USBView],[2.0],[Greg Kroah-Hartman <[email protected]>],[usbview],[http://www.kroah.com/linux-usb/])
AC_INIT([USBView],[2.1],[Greg Kroah-Hartman <[email protected]>],[usbview],[http://www.kroah.com/linux-usb/])
AC_CONFIG_SRCDIR([usbtree.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall])
Expand Down

0 comments on commit e4a0a80

Please sign in to comment.