diff options
author | B. Watson <urchlay@slackware.uk> | 2025-05-11 05:11:01 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-05-11 05:11:01 -0400 |
commit | a68d256cd2be29e63e8a2dd75522491bdab1cb75 (patch) | |
tree | f974c5c8cbe0f7ec1ff0db62a3bc5d26c8a04ee7 | |
parent | 8aca25c53660bf1d48feefaf09a13040a37677d1 (diff) | |
download | marsond-a68d256cd2be29e63e8a2dd75522491bdab1cb75.tar.gz |
CHANGES: added.
-rw-r--r-- | CHANGES | 16 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -0,0 +1,16 @@ +This just lists the user-visible changes. The real change log is the +git log, q.v. + +20250511 bkw: 0.3.0 release. Changes since 0.2.0: + +- New -p option (startup delay). +- Print /sys path to input device when debugging. +- USB vendor ID, product ID, and default device node are now + configurable at compile time. +- marsond no longer appears as a pointing device in xinput --list. + +20250507 bkw: 0.2.0 release. Changes since 0.1.x: + +- marsond now always exits cleanly, even if killed by SIGTERM. + +Anything before 0.2, see the git log for changes. @@ -93,4 +93,4 @@ install: all $(INSTALL_MAN) $(PROJ).8 $(DESTDIR)/$(MAN8DIR) $(GZIP) $(DESTDIR)/$(MAN8DIR)/$(PROJ).8 || true $(INSTALL_UDEV) 99-$(PROJ).rules $(DESTDIR)/$(UDEVDIR)/99-$(PROJ).rules$(RULESUFFIX) - $(INSTALL_DOC) README TODO LICENSE $(DESTDIR)/$(DOCDIR) + $(INSTALL_DOC) README TODO LICENSE CHANGES $(DESTDIR)/$(DOCDIR) |