You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2017/09/15 18:46:21 UTC

[1/2] mesos git commit: Replaced xlocale.h with locale.h.

Repository: mesos
Updated Branches:
  refs/heads/1.4.x 78985f93a -> a64380f65


Replaced xlocale.h with locale.h.

As of glibc 2.26, xlocale.h has been removed as this was never supposed
to be used directly by user programs. They should be including locale.h
instead.

Review: https://reviews.apache.org/r/62358


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

Branch: refs/heads/1.4.x
Commit: ace3b3fa679a99c219c8d6f5dfdaa7b5a416349c
Parents: 78985f9
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Fri Sep 15 13:47:46 2017 -0400
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Fri Sep 15 14:45:38 2017 -0400

----------------------------------------------------------------------
 3rdparty/stout/include/stout/jsonify.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ace3b3fa/3rdparty/stout/include/stout/jsonify.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/stout/jsonify.hpp b/3rdparty/stout/include/stout/jsonify.hpp
index 06b18e2..2314980 100644
--- a/3rdparty/stout/include/stout/jsonify.hpp
+++ b/3rdparty/stout/include/stout/jsonify.hpp
@@ -14,7 +14,7 @@
 #define __STOUT_JSONIFY__
 
 #ifndef __WINDOWS__
-#include <xlocale.h>
+#include <locale.h>
 #endif // __WINDOWS__
 
 #include <clocale>


[2/2] mesos git commit: Added MESOS-7980 to 1.4.1 changelog.

Posted by ka...@apache.org.
Added MESOS-7980 to 1.4.1 changelog.


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

Branch: refs/heads/1.4.x
Commit: a64380f6536eb387bca474b88c4708246265c44b
Parents: ace3b3f
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Fri Sep 15 14:46:05 2017 -0400
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Fri Sep 15 14:46:05 2017 -0400

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a64380f6/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f3b8fbc..88bc811 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ All Resolved Issues:
 **Bug
  * [MESOS-7968] - Handle `/proc/self/ns/pid_for_children` when parsing available namespace.
  * [MESOS-7969] - Handle cgroups v2 hierarchy when parsing /proc/self/cgroups.
+ * [MESOS-7980] - Stout fails to compile with libc >= 2.26.
 
 
 Release Notes - Mesos - Version 1.4.0