You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zy...@apache.org on 2013/12/07 08:00:34 UTC

git commit: add TS-2082

Updated Branches:
  refs/heads/master 5140b18d0 -> db8052d57


add TS-2082


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

Branch: refs/heads/master
Commit: db8052d5760fb1882057561b8e4250b6939235df
Parents: 5140b18
Author: Zhao Yongming <mi...@gmail.com>
Authored: Sat Dec 7 14:57:00 2013 +0800
Committer: Zhao Yongming <mi...@gmail.com>
Committed: Sat Dec 7 14:57:00 2013 +0800

----------------------------------------------------------------------
 CHANGES | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/db8052d5/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index eca1bad..6745047 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 4.2.0
 
+  *) [TS-2082] remove STANDALONE_IOCORE and NON_MODULAR defines
+
   *) [TS-312] Add option to always share keep-alive connections to the origin server
 
   *) [TS-2419] Don't close client connection when responding with a 204 and there is no body
@@ -96,8 +98,6 @@ Changes with Apache Traffic Server 4.2.0
   *) [TS-2303] Incorrect docs for negative_caching_enabled.
     Author: Thomas Jackson <ja...@gmail.com>
 
-  *) [TS-2082] fix build with --enable-standalone-iocore.
-
   *) [TS-2712] Explicitly use subdir-objects in automake init.
 
   *) [TS-2309] Allow mod_generator plugin for lighttpd to accept "SI" postfixes.