You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2016/10/20 19:10:42 UTC

[trafficserver] branch 7.0.x updated (5c24a2f -> ab7c2cb)

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a change to branch 7.0.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git.

      from  5c24a2f   Updated release notes
       new  c612631   TS-4992: Do not build the static libraries
       new  ab7c2cb   Updated release notes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES      | 1 +
 configure.ac | 3 +++
 2 files changed, 4 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].

[trafficserver] 02/02: Updated release notes

Posted by bc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 7.0.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit ab7c2cb5f85ff8bc47014a355c648e568e218179
Author: Bryan Call <bc...@apache.org>
AuthorDate: Thu Oct 20 12:10:35 2016 -0700

    Updated release notes
---
 CHANGES | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGES b/CHANGES
index 132d0d3..76ad8b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -257,6 +257,7 @@ Bug:
   *) [TS-4942] Simple retry is not working correctly
   *) [TS-4947] Collation Server is broken?
   *) [TS-4953] Memory leaks in priority queue test
+  *) [TS-4992] We always create .a libraries now
 
 Improvement:
   *) [TS-110] Add a @host option to regex_remap plugin

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.

[trafficserver] 01/02: TS-4992: Do not build the static libraries

Posted by bc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 7.0.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit c61263101388f9f709ac9fce60fb1b8e1fd82dd3
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu Oct 20 12:43:49 2016 -0600

    TS-4992: Do not build the static libraries
    
    (cherry picked from commit f1fade612de26e774146d021d3cf5c54681f2fd9)
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 7582104..9d0eed5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -264,6 +264,9 @@ AC_ARG_WITH([profiler],
 )
 AC_MSG_RESULT([$with_profiler])
 
+# Disable all static library builds
+AC_DISABLE_STATIC
+
 #
 # use eventfd() or pipes
 # Found that ec2 is using an older kernel causing eventfd errors.

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.