Changelog for
libevdev2-1.13.1-lp152.44.1.x86_64.rpm :
* Tue Jun 20 2023 Dirk Müller
- update to 1.13.1:
* include: sync event codes with kernel 6.2
* CI fixes
* Wed Aug 17 2022 Dirk Müller - update to 1.13.0:
* include: sync event codes with kernel 5.19
* input: use named initializers for the event struct
* fix a few whitespace/coding style issues
* meson and other build system fixups
* Tue Mar 29 2022 Dirk Müller - update to 1.12.1:
* Add manpage for mouse-dpi-tool
* include sync key codes from kernel 5.17
* Sat Dec 11 2021 Dirk Müller - update to 1.12.0:
* doc: fix uinput device creation warnings
* doc: fix initialization and setup error
* gitlab CI: make the qemu selection automatic
* gitlab CI: make the tarball distro selection automatic
* gitlab CI: bump to Fedora 34 and Ubuntu 21.04
* gitlab CI: update to latest ci-templates
* include: sync event codes with kernel 5.15
* tools: add a helper tool to list all currently known codes
* libevdev 1.12.0
* make-event-names: Fix determinism issue
* Fri Jun 25 2021 Matej Cepl - It is actually not necessary to use python2, python3 works as well.
* Tue Feb 09 2021 Dirk Müller - update to 1.11.0:
* One new API, libevdev_disable_property()
* Kernel 5.8 changed the SW_MAX define from 0x0f to 0x10. In some niche cases this causes issues if libevdev and the software build against different headers and thus end up with different values
* include: sync event codes with kernel 5.10
* Fix included license to the \"always intended\" MIT license
* Sun Aug 16 2020 Dirk Mueller - update to 1.9.1
* no changelog available- remove n_buildfix_for_opensuse_12_2.patch: obsolete
* Mon Apr 06 2020 Paolo Stivanin - Update to 1.9.0 (no changelog)
* Sun Mar 15 2020 Paolo Stivanin - Update to 1.8.0
* Bug fixes
* Docs update
* Improve tests
* Sync with latest kernels
* Mon Dec 07 2015 jengelhAATTinai.de- Update RPM groups and trivialize filelist
* Fri Nov 13 2015 mpluskalAATTsuse.com- Update to 1.4.5
* Only a small fix, the suggested hwdb entry that the touchpad-edge-detector printed used the wrong codes for ABS_X and ABS_Y. Fixed with this release, the output is now suitable for copy/paste into the udev hwdb.- Add gpg signature
* Fri Sep 04 2015 mpluskalAATTsuse.com- Update to 1.4.4
* Fix invalid absinfo range values reported by certain mtk soc
* tools: print out evdev override udev rule from touchpad edge detector
* tools - tweak-device: add a --resolution command
* tools - tweak-device: revamp to reduce use of globals
* Note that libevdev_free() does not close the fd
* tool - tweak-device: fix wrong error message if the LED doesn\'t exist
* tools - tweak-device: close the fd on exit- Changes for 1.4.3
* include: update to 4.1 header
* tools: complain about devices that don\'t have abs x/y axes in the edge detector
* tools: widen frequency resolution to µs in the DPI tool- Changes for 1.4.2
* tools: fix help string for manual DPI calculation
* include: update to 4.0 header- Changes for 1.4.1
* Accept LIBEVDEV_READ_FLAG_BLOCKING as valid flag
* ABS_MAX counts as MT axis for the event queue
* cosmetic: fix a comment
* Disable test-static-link in case of shared only build.
* Sat Mar 28 2015 hrvoje.senjanAATTgmail.com- Update to 1.4:
* libevdev_uinput_destroy: don\'t close non-open FD
* include: update to 3.18 header
* tools: print the formula to calculate resolutions
* Shut up clang compiler warnings
* tools: fix clang compiler warning
* tools: note that the mouse frequency measured is the highest frequency
* configure: rename BUILD_TESTS to ENABLE_RUNTIME_TESTS
* test: always build the build-tests
* tools: add a tool to change kernel devices
* test: use -std=c89 instead of c90 for the build test
* cosmetic: fix a couple of duplicate/missing empty lines
* Use memcpy/memmove instead of loop operations
* Tue Feb 10 2015 hrvoje.senjanAATTgmail.com- Update to 1.3.2:
* A new tool has been added to help measure the physical resolution of a mouse device. This tool can (and should) be used to create udev hwdb entries for systemd\'s 70-mouse.hwdb
* Other changes include documentation and tests fixes- Changes since 1.3.1:
* INPUT_PROP_POINTINGSTICK is now parsed correctly.