summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-28 15:37:50 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-28 15:37:50 +0100
commit333e8c59f591c14f7ba9a67ed890bd635fdfecb7 (patch)
treed7256ef876b03a26adae145300d61da32adaf7e9 /ChangeLog
parent960ade12d9db8439f1cf7e114c7ddb04548e1997 (diff)
Fix bug causing frames to be missed when encoding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10854d1a4..12fb66c7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-07-28 Carl Hetherington <cth@carlh.net>
+ * Fix missed frames when encoding caused by server
+ threads that are attempting to access non-responding
+ servers.
+
* Fix makedcp parsing of -v option.
2012-07-28 Carl Hetherington <cth@carlh.net>