|
1 | 1 | # usbutils old-style "NEWS" file
|
2 | 2 | # SPDX-License-Identifier: GPL-2.0-only
|
3 | 3 | #
|
4 |
| -# Copyright (c) 2018- 2023 Greg Kroah-Hartman < [email protected]> |
| 4 | +# Copyright (c) 2018- 2024 Greg Kroah-Hartman < [email protected]> |
5 | 5 | #
|
6 | 6 | # This file is here for people who do not have access to the git commit
|
7 | 7 | # history (i.e. packaged versions of the software).
|
8 | 8 | #
|
9 | 9 |
|
| 10 | +usbutils 018 |
| 11 | +============ |
| 12 | + |
| 13 | +Aurelien Jarno (3): |
| 14 | + Add a manpage for lsusb.py |
| 15 | + Add lsusb.py.1 to DISTCLEANFILES |
| 16 | + Add a manpage for usbreset |
| 17 | + |
| 18 | +Dominique Leuenberger (1): |
| 19 | + usb-devices: fix bashism |
| 20 | + |
| 21 | +Emil Velikov (50): |
| 22 | + autogen.sh: use valid email for 2024 copyright |
| 23 | + README: list libudev as a requirement |
| 24 | + meson: bump to libusb-1.0.22, reinstate libusb_set_option() |
| 25 | + meson: set project details |
| 26 | + meson: always include config.h first, use -include |
| 27 | + meson: add compiler warnings to the build |
| 28 | + meson: add all* CFLAGS from travis-autogen.sh |
| 29 | + meson: temporary disable extra noisy warning |
| 30 | + man: remove version from the manual pages |
| 31 | + lsusb.py: remove inline lsusb-VERSION.py note |
| 32 | + lsusb.py: remove @DATADIR@ instance |
| 33 | + README: add Contributing section |
| 34 | + lsusb.py: mention both usb.ids paths |
| 35 | + Rename .in files to their final state |
| 36 | + Update .gitignore files |
| 37 | + meson: convert Wswitch-enum to Wswitch and enable |
| 38 | + meson: enable commented out warnings |
| 39 | + meson: add a bunch more warnings to the mix |
| 40 | + travis: remove travis-ci files |
| 41 | + ci: add build ci (Alpline) based on kmod's |
| 42 | + ci: add Arch permutation |
| 43 | + ci: add Debian permutation |
| 44 | + ci: add Fedora permutation |
| 45 | + ci: add Ubuntu permutation |
| 46 | + ci: add codeql (static analysis) based on main.yml |
| 47 | + ci: add SPDX copyright/licence identifiers |
| 48 | + README: fix link, add DCO and SPDX details |
| 49 | + lsusb: make internal API const-aware |
| 50 | + lsusb: const annotate most data, re-enable -Wdiscarded-qualifiers |
| 51 | + ci: run monthly checks by dependabot |
| 52 | + meson: fold usbhid-dump/meson.build in |
| 53 | + .gitmodules: remove no longer needed file |
| 54 | + ci: add/update the final SPDX identifiers |
| 55 | + man: move manual pages in designated sub-folder |
| 56 | + ci: add reuse lint stage |
| 57 | + lsusb: drop the audioterminal hash table |
| 58 | + lsusb: drop the videoterminal hash table |
| 59 | + lsusb: drop the genericstrtable hash tables |
| 60 | + meson: re-enable some warnings |
| 61 | + editorconfig: add initial config file |
| 62 | + .clang-format: import from Linux kernel as of v6.11.-rc6 |
| 63 | + .clang-format: update for_each pattern and list |
| 64 | + ci: add clang-format action |
| 65 | + clang-format: bump column limit to 120 |
| 66 | + ci: directly use archlinux:multilib-devel |
| 67 | + ci: drop the mkdir && cd dance |
| 68 | + ci: add clang permutation, for 64bit only |
| 69 | + lsusb: reformat and add trailing commas for multi-line arrays |
| 70 | + usb-spec: move the opening curly brackets to end of line |
| 71 | + ci: add codespell action, fix all typos |
| 72 | + |
| 73 | +Fabien Sanglard (1): |
| 74 | + Include "negotiated speed" in device dump |
| 75 | + |
| 76 | +Greg Kroah-Hartman (31): |
| 77 | + lsusb: remove autotools checks for iconv |
| 78 | + lsusb: remove byteswap.h check |
| 79 | + lsusb: always include config.h |
| 80 | + usbutils: remove usbutils.pc |
| 81 | + usbutils: convert build system to use meson |
| 82 | + usbutils.spdx: update file based on recent file movements |
| 83 | + lsusb: fix memory leak in libusb |
| 84 | + lsusb: billboard alternate mode is in little endian format |
| 85 | + README: update based on build tool changes |
| 86 | + lsusb: add support to show superspeed++ |
| 87 | + usbhid-dump: clean up meson.build a bit |
| 88 | + justfile: add one |
| 89 | + meson: disable -Wswitch-enum |
| 90 | + usbutils.spdx: update the SPDX file |
| 91 | + README.md: update the SPDX wording a bit |
| 92 | + README.md: add the linux-usb mailing list to the README. |
| 93 | + LICENSE: add LGPL-2.1 license text |
| 94 | + usbutils.spdx: update the data |
| 95 | + update usbutils.spdx file |
| 96 | + editorconfig: make the line length 120 |
| 97 | + clang-format: add proper copyright information |
| 98 | + clang-format: fix SPDX license |
| 99 | + lsusb-t: get rid of custom list.h logic |
| 100 | + LICENSES: add CC0 and MIT licenses |
| 101 | + lsusb-t: fix memory leak |
| 102 | + justfile: add some more targets |
| 103 | + usbutils.spdx: update based on file additions |
| 104 | + usbutils.spdx: update due to new file and checksums |
| 105 | + usbreset: replace some unbounded strcpy() calls |
| 106 | + sysfs.c: fix an theoretical issue with snprintf() |
| 107 | + usbutils.spdx: update checksums |
| 108 | + |
| 109 | +Kirill Furman (1): |
| 110 | + usbmisc: fix possible stack-buffer-overflow Running lsusb with -D argument and path, which len is more than PATH_MAX + 1, cause stack-buffer-overflow because of copy to the buf a string without null-terminator Force setting 0 byte to the end of the buf fixes this error Fix #190 |
| 111 | + |
| 112 | +Ronald (3): |
| 113 | + update ccid descriptor dumping to V1.1 spec |
| 114 | + V1.1 is actually V1.10.. |
| 115 | + remove one space |
| 116 | + |
| 117 | +Teresa Remmet (1): |
| 118 | + usb-devices: Fix usb-devices with busybox |
| 119 | + |
| 120 | +Tomasz Moń (1): |
| 121 | + Do not warn about missing LPM bit when not required |
| 122 | + |
| 123 | +Torleiv Sundre (1): |
| 124 | + lsusb: add VideoControl Endpoint Descriptor |
| 125 | + |
| 126 | +dependabot[bot] (2): |
| 127 | + ci: bump github/codeql-action in the all-actions group |
| 128 | + ci: bump the all-actions group with 2 updates |
| 129 | + |
10 | 130 | usbutils 017
|
11 | 131 | ============
|
12 | 132 |
|
|
0 commit comments