From fd89f87ee3d2721155124954dca4156866001562 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 11 Jul 2023 09:43:44 +0200 Subject: mod: move files to subdirectories --- doc/CONTRIBUTORS.rst | 10 ++++++++++ doc/ChangeLog | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 doc/CONTRIBUTORS.rst create mode 100644 doc/ChangeLog (limited to 'doc') diff --git a/doc/CONTRIBUTORS.rst b/doc/CONTRIBUTORS.rst new file mode 100644 index 0000000..84bf6c4 --- /dev/null +++ b/doc/CONTRIBUTORS.rst @@ -0,0 +1,10 @@ +CYBER Contributors +================== + +This list (in order of first contribution) exists to say 'Thank You!' to the +people who contributed to this project: + +- `Raphael Das Gupta `_ (@das-g) + + - Fix formatting of the lists in README.rst + - Fix the catchphrase diff --git a/doc/ChangeLog b/doc/ChangeLog new file mode 100644 index 0000000..75eefc9 --- /dev/null +++ b/doc/ChangeLog @@ -0,0 +1,17 @@ +2023-07-10 Felix Morgner + + * cyber device class: fix compilation on Linux >= 6.4.0 + +2023-03-12 Felix Morgner + + * cyber device class: fix compilation on Linux >= 6.2.0 + +2017-10-26 Felix Morgner + + * cyber device class: switch to newer Linux device class API + * cyber makefile: provide install target + * cyber: hide internal symbols + +2017-02-25 Felix Morgner + + * cyber: initial implementation -- cgit v1.2.3