2015-01-05 16:35:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 22 11:27:40 UTC 2014 - hrvoje.senjan@gmail.com
|
|
|
|
|
|
|
|
- Update to 1.3:
|
|
|
|
* m4: fix CC_CHECK_WERROR and CC_FLAG_VISIBILITY macros
|
|
|
|
* Add per-device log handlers
|
|
|
|
* include: update to Linux 3.15 header
|
|
|
|
* uinput: use the UI_GET_SYSNAME ioctl if available
|
|
|
|
* uinput: change strcpy/strcat usage for snprintf
|
|
|
|
* include: add uinput.h header as well
|
|
|
|
* include: update to Linux 3.16 header
|
|
|
|
* uinput: check errno against the positive value
|
|
|
|
* uinput: preserve the errno before cleaning up
|
|
|
|
* configure: move the python check down to re-unite the
|
|
|
|
gcov check outputs
|
|
|
|
* Add libevdev_property_from_name()
|
|
|
|
* Rename symbols leaking from static library to
|
|
|
|
avoid name clashes
|
|
|
|
* uinput: close the managed fd on error
|
|
|
|
* tools: pass -rc to strerror, not rc
|
|
|
|
* uinput: explicitly ignore the UI_DEV_DESTROY return value
|
|
|
|
* Hook up nm to check for leaking symbols in the static library
|
|
|
|
* Add some minimal documentation about static linking
|
|
|
|
|
2014-09-01 09:12:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 24 08:13:05 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Add git repository metadata
|
|
|
|
|
2014-05-13 12:02:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 13 11:01:30 UTC 2014 - sndirsch@suse.com
|
|
|
|
|
2014-05-14 08:07:47 +00:00
|
|
|
- Update to 1.2 (recommended for xf86-input-synaptics 1.8.0)
|
2014-05-13 12:02:22 +00:00
|
|
|
|
2014-05-03 18:45:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 2 06:46:43 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- add baselibs.conf since libevdev2-32bit is required by libinput-32bit
|
|
|
|
|
2014-03-18 11:42:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 17 22:44:50 UTC 2014 - hrvoje.senjan@gmail.com
|
|
|
|
|
|
|
|
- Update to 1.0.99.1 (1.1~rc1)
|
|
|
|
* Send an extra ABS_MT_SLOT event to sync the client up with
|
|
|
|
the current slot
|
|
|
|
* Fix the include directives when building in tools/
|
|
|
|
* tools: Fix compiler warning
|
|
|
|
* Replace hardcoded 0 with the enum for it
|
|
|
|
* tools: add a tool to print the actual range provided by
|
|
|
|
a touchpad
|
|
|
|
* Document that the return value of get_name|uniq|phys is
|
|
|
|
not permanent
|
|
|
|
* Plug a memory leak for name, uniq, phys
|
|
|
|
* Fix memory leaks when failing to create a uinput device
|
|
|
|
* Document the FORCE_SYNC behavior a bit better
|
|
|
|
* Fix a wrong reference in the libevdev_next_event
|
|
|
|
documentation
|
|
|
|
* Add unlikely() macro
|
|
|
|
* Don't sync past MAX_SLOTS slots
|
|
|
|
* Dynamically allocate the slot values
|
|
|
|
* Reduce memory requirement for MT syncing
|
|
|
|
* Increase MAX_SLOTS to 60
|
|
|
|
* Cap slot values to the announced maximum
|
|
|
|
* Move some functions/macros between libevdev-int.h
|
|
|
|
and libevdev-util.h
|
|
|
|
* Don't sync the MT state for fake MT devices
|
|
|
|
* If the tracking ID changes during SYN_DROPPED, terminate
|
|
|
|
the touch first
|
|
|
|
* Add a documentation note to update the slot after syncing
|
|
|
|
- New tools subpackage
|
|
|
|
|
2014-02-27 10:59:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 26 22:59:18 UTC 2014 - hrvoje.senjan@gmail.com
|
|
|
|
|
|
|
|
- Update to 1.0, for more details, please see:
|
|
|
|
http://lists.freedesktop.org/archives/input-tools/2014-January/000763.html
|
|
|
|
and http://lists.freedesktop.org/archives/input-tools/2014-February/000766.html
|
|
|
|
- SO version bumped to 2
|
|
|
|
- Explicitly remove la files, instead of excluding them
|
|
|
|
|
2014-02-06 11:09:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 6 11:08:51 UTC 2014 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- fixed license to MIT in specfile
|
|
|
|
|
2014-01-08 10:31:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 8 10:25:12 UTC 2014 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- n_buildfix_for_opensuse_12_2.patch
|
|
|
|
* buildfix for openSUSE 12.2 (Linux kernel headers too old)
|
|
|
|
|
2013-10-21 08:26:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 20 19:07:58 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
|
|
|
|
- Initialize libevdev pckage
|
|
|
|
|