You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/09/09 21:39:59 UTC

[3/3] git commit: Updated text / format.

Updated text / format.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f1bffdf2
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f1bffdf2
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f1bffdf2

Branch: refs/heads/master
Commit: f1bffdf25d30c6c4d96c6ebc49c7e059f77e9ed1
Parents: 9e82415
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Sep 9 13:39:50 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Sep 9 13:39:50 2013 -0600

----------------------------------------------------------------------
 CHANGES | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f1bffdf2/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 6734ed8..f63e647 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,12 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 4.1.0
   
-  *) [TS-2191] not reschedule http_sm when the sm_list`s lock is not acquired.
+  *) [TS-2191] Do not reschedule http_sm when the sm_list`s lock is not
+   acquired. This can lose items for the WebUI, which will be fixed in a
+   separate bug.
 
-  *) [TS-2188] Fixes to make healthcheck plugin not segfault, and parse
-   the log files properly. Author: Scott Harris <sc...@harrisnet.id.au>.
+  *) [TS-2188] Fixes to make healthcheck plugin not segfault, and parse the
+   log files properly. Author: Scott Harris <sc...@harrisnet.id.au>.
 
   *) [TS-1086] Avoid edge case returning 304 to an unconditional request.
      Diagnosis and patch by Mohamad Khateeb.