aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-07-11 09:43:44 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-07-11 09:43:44 +0200
commitfd89f87ee3d2721155124954dca4156866001562 (patch)
tree1ddde744143fe2ff99060bea542564a5b74f4c5f /doc
parent478bff552c2c01700893d19333dead6f6d11d4d5 (diff)
downloaddev-cyber-fd89f87ee3d2721155124954dca4156866001562.tar.xz
dev-cyber-fd89f87ee3d2721155124954dca4156866001562.zip
mod: move files to subdirectories
Diffstat (limited to 'doc')
-rw-r--r--doc/CONTRIBUTORS.rst10
-rw-r--r--doc/ChangeLog17
2 files changed, 27 insertions, 0 deletions
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 <https://github.com/das-g>`_ (@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 <felix.morgner@gmail.com>
+
+ * cyber device class: fix compilation on Linux >= 6.4.0
+
+2023-03-12 Felix Morgner <felix.morgner@gmail.com>
+
+ * cyber device class: fix compilation on Linux >= 6.2.0
+
+2017-10-26 Felix Morgner <felix.morgner@gmail.com>
+
+ * cyber device class: switch to newer Linux device class API
+ * cyber makefile: provide install target
+ * cyber: hide internal symbols
+
+2017-02-25 Felix Morgner <felix.morgner@gmail.com>
+
+ * cyber: initial implementation