summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-05-31 20:04:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-05-31 20:04:15 +0000
commit5569ff9723fcacb0e0206f02adbb4b85368bc1bf (patch)
tree76f9b0f74c209069e484a89554b66234ba40452f /CHANGES
parentabe745f99126838079e8d70318983a3b66356573 (diff)
Don't hang when window closes early; also add lots more debugging.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b8e55a0a..6ab95bed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+31 May 2008
+
+* Fix so tmux doesn't hang if the initial window fails for some reason. This
+ was highlighted by problems on Darwin, thanks to Elias Pipping for the report
+ and access to a test account. (tmux still won't work on Darwin since its
+ poll(2) is broken.)
+
02 January 2008
* Don't attempt to reset the tty on exit if it has been closed externally.
@@ -303,4 +310,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.93 2008-05-10 12:50:25 nicm Exp $
+$Id: CHANGES,v 1.94 2008-05-31 20:04:15 nicm Exp $