aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEinhard Leichtfuß <inbound@respiranto.de>2017-08-03 18:44:42 +0200
committerEinhard Leichtfuß <inbound@respiranto.de>2017-08-03 18:44:42 +0200
commit153a2021b263b6f22ecb624ab56ee7de1dc14e0c (patch)
tree0306a95cb63d17f26c8b1906e7db7efce9a620eb /CHANGELOG
Initial commit of ctct
Somewhere after version 0.2.2. Most notably, ctct can now be properly installed on OpenBSD and most likely other BSDs.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..bffe063
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,18 @@
+CHANGELOG for ctct
+
+Version 0.2.X
+
+
+General:
+--------
+
+- Restricted anything on regular files, with the intention for later special
+ use of directories.
+- A few beautifications (1 -> $FALSE).
+
+
+Compatibility:
+--------------
+- Fixed incompatibility with OpenBSD.
+ `- Use `sed -E' (extended regular expressions) in ./configure.
+ `- Use `/usr/bin/env bash' in the shebang.