summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2017-07-25 21:03:34 +0200
committerRoland Hieber <r.hieber@pengutronix.de>2017-07-25 21:45:08 +0200
commit70f13db311a74e2129cee2820948548994ddf162 (patch)
tree099f605058128c2e0d13bb5b2f5ecec8d3b523b2
parent3f1e5e6149fc9ccd7cb660b946addf63597e712c (diff)
downloadurshd-70f13db311a74e2129cee2820948548994ddf162.tar.gz
urshd-70f13db311a74e2129cee2820948548994ddf162.tar.xz
add CHANGES.md
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
-rw-r--r--CHANGES.md33
-rw-r--r--GNUmakefile.am1
2 files changed, 34 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..cd51b78
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,33 @@
+Changelog
+=========
+
+Unreleased
+----------
+
+- the old Subversion repository was migrated to Git, it can now be found at
+ <https://git.pengutronix.de/cgit/tools/urshd/>.
+- add README, Changelog, licensing information, etc.
+- add IPv6 support: the daemon now listens on IPv4 and IPv6.
+- improved error handling in the daemon.
+- debug version is now built with only minimal optimisation, and has GDB
+ debugging symbols enabled.
+- some janitorial code maintenance.
+
+
+urshd 1.0.2 — 2008-08-25
+------------------------
+
+- use sysconf rather than hardcoded values.
+
+
+urshd 1.0.1 — 2008-06-27
+------------------------
+
+- add daemonisation, can be disabled with the `-D` flag.
+- ignore SIGCHLD, so no more defunct children cleanups.
+
+
+urshd 1.0.0 — 2008-06-03
+------------------------
+
+- initial version.
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 3c9fe3d..6dc37b5 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -1,6 +1,7 @@
SUBDIRS = doc include src
EXTRA_DIST = \
+ CHANGES.md \
README.md \
autogen.sh \
config/m4/.secret-world-domination-project