Modified: mesos/site/source/documentation/latest.html.md URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest.html.md?rev=1636662&r1=1636661&r2=1636662&view=diff ============================================================================== --- mesos/site/source/documentation/latest.html.md (original) +++ mesos/site/source/documentation/latest.html.md Tue Nov 4 17:39:47 2014 @@ -32,6 +32,10 @@ layout: documentation * [Javadoc](/api/latest/java/) documents the Mesos Java API. * [Developer Tools](/documentation/latest/tools/) for hacking on Mesos or writing frameworks. +## Mesos Modules + +* [Mesos Modules](/documentation/latest/modules/) for specifying mesos modules for master, slave and tests. + ## Contributing to Mesos * [Committer's Guide](/documentation/latest/committers-guide/) a guiding document for etiquette in reviews and commits. @@ -44,4 +48,4 @@ layout: documentation ## More Info about Mesos * [Powered by Mesos](/documentation/latest/powered-by-mesos/) lists organizations and software that are powered by Apache Mesos. -* Academic Papers and Project History \ No newline at end of file +* Academic Papers and Project History
Modified: mesos/site/source/documentation/latest/powered-by-mesos.md URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/powered-by-mesos.md?rev=1636662&r1=1636661&r2=1636662&view=diff ============================================================================== --- mesos/site/source/documentation/latest/powered-by-mesos.md (original) +++ mesos/site/source/documentation/latest/powered-by-mesos.md Tue Nov 4 17:39:47 2014 @@ -17,6 +17,7 @@ layout: documentation * [Devicescape](http://www.devicescape.com) * [DueDil](http://www.duedil.com) * [eBay](http://www.ebay.com) +* [GoCardless](http://www.gocardless.com) * [Groupon](http://www.groupon.com) * [HubSpot](http://www.hubspot.com) * [Ignidata](http://www.ignidata.com) Modified: mesos/site/source/documentation/latest/release-guide.md URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/release-guide.md?rev=1636662&r1=1636661&r2=1636662&view=diff ============================================================================== --- mesos/site/source/documentation/latest/release-guide.md (original) +++ mesos/site/source/documentation/latest/release-guide.md Tue Nov 4 17:39:47 2014 @@ -25,10 +25,12 @@ This guide describes the process of doin version in [JIRA](https://issues.apache.org/jira/browse/MESOS#selectedTab=com.atlassian.jira.plugin.system.project%3Aversions-panel) and click on the `Release Notes`. Make sure to configure the release notes in text format. -3. Update and commit the `docs/upgrades.md` with instructions about how to upgrade +3. If not already done, update and commit 'configure.ac' for the release. + +4. Update and commit the `docs/upgrades.md` with instructions about how to upgrade a live cluster from the previous release version to this release version. -4. If this is a major release please write and commit documentation for this feature. +5. If this is a major release please write and commit documentation for this feature. ## Tagging the release candidate
