Updated Branches:
  refs/heads/master 92ec76b9a -> b2fa840cb

Added 0.12.1 to the CHANGELOG.


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

Branch: refs/heads/master
Commit: 74381902b71ae1e9a55a6f03bfef5fe0737adc7b
Parents: 92ec76b
Author: Benjamin Mahler <bmah...@twitter.com>
Authored: Wed Oct 9 15:51:47 2013 -0700
Committer: Benjamin Mahler <bmah...@twitter.com>
Committed: Wed Oct 9 15:51:47 2013 -0700

----------------------------------------------------------------------
 CHANGELOG | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/74381902/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 6e17240..1ad7118 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -197,6 +197,27 @@ Release Notes - Mesos - Version 0.13.0
     * [MESOS-643] - Revert the semantics of newly introduced changes to 
FrameworkReregistered messages
 
 
+Release Notes - Mesos - Version 0.12.1
+--------------------------------------
+* This release is primarily a bug fix release with a few small features for 
running JVM frameworks, like Hadoop and Jenkins.
+
+** Bug
+    * [MESOS-515] - Slave fails to detect free disk space
+    * [MESOS-524] - JVM tests are flaky on OSX.
+    * [MESOS-587] - MesosNativeLibrary.java doesn't read environment variable 
"MESOS_NATIVE_LIBRARY".
+    * [MESOS-597] - Set MESOS_NATIVE_LIBRARY or (DY)LD_LIBRARY_PATH before 
launching an executor in order to enable JVM based executors to easily find 
libmesos.so.
+    * [MESOS-599] - Make sure stderr/stdout get launcher output.
+    * [MESOS-604] - Slave should use the filesystem containing the work 
directory for disk usage calculation
+    * [MESOS-605] - Fix wrong compression for hadoop package
+
+** Improvement
+    * [MESOS-179] - Need to check for Python development headers
+    * [MESOS-346] - Improve OSX configure output when deprecated headers are 
present.
+    * [MESOS-360] - Mesos jar should be built for java 6
+    * [MESOS-602] - Allow Mesos native library to be loaded from an absolute 
path
+    * [MESOS-603] - Add support for better test output in newer versions of 
autools
+
+
 Release Notes - Mesos - Version 0.12.0
 --------------------------------------
 * This release includes bug fixes and stability improvements.

Reply via email to