summaryrefslogtreecommitdiffstats
path: root/SYNCING
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-08-09 20:22:54 +0100
committerThomas Adam <thomas@xteddy.org>2014-08-09 20:32:09 +0100
commitfab8ca07373ad4a50b1af8dabf3a2a55e1d9d190 (patch)
tree82149cb7b908f9afa93ba4cf408013ce767676b9 /SYNCING
parent0e23ab4ccef2848a90b876db3c0e6a796422544c (diff)
SYNCING: Make a note about libutils
Don't forget that compat/* needs updating periodically as well.
Diffstat (limited to 'SYNCING')
-rw-r--r--SYNCING9
1 files changed, 9 insertions, 0 deletions
diff --git a/SYNCING b/SYNCING
index eba24177..218685c3 100644
--- a/SYNCING
+++ b/SYNCING
@@ -131,6 +131,15 @@ And if happy:
% git push origin master
+Keeping an eye on libutil in OpenBSD
+====================================
+
+A lot of the compat/ code in tmux comes from libutil, especially imsg.
+Sometimes the API can change, etc., which might cause interesting problems
+trying to run the portable version of tmux. It's worth checking
+periodically for any changes to libutil in OpenBSD and syncing those files
+to compat/ as and when appropriate.
+
Release tmux for next version
=============================