You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/08/23 14:55:15 UTC

allura-site git commit: 1.5.0 link and news

Repository: allura-site
Updated Branches:
  refs/heads/asf-site 241bfe8b9 -> 5d4d79d6a


1.5.0 link and news


Project: http://git-wip-us.apache.org/repos/asf/allura-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura-site/commit/5d4d79d6
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/5d4d79d6
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/5d4d79d6

Branch: refs/heads/asf-site
Commit: 5d4d79d6ae8e1ad00f4e54f5cdc2aff3ce283a1f
Parents: 241bfe8
Author: Dave Brondsema <da...@brondsema.net>
Authored: Tue Aug 23 10:54:12 2016 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Aug 23 10:54:41 2016 -0400

----------------------------------------------------------------------
 _src/content/2016-allura-1.5.0.md |  26 +++++++
 _src/pelicanconf.py               |   6 +-
 feeds/all.atom.xml                |  14 +++-
 feeds/tag.release.atom.xml        |  14 +++-
 index.html                        |  12 ++--
 news.html                         |  11 +++
 posts/2016-allura-1.5.0.html      | 119 +++++++++++++++++++++++++++++++++
 tag/release.html                  |  11 +++
 8 files changed, 202 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/5d4d79d6/_src/content/2016-allura-1.5.0.md
----------------------------------------------------------------------
diff --git a/_src/content/2016-allura-1.5.0.md b/_src/content/2016-allura-1.5.0.md
new file mode 100644
index 0000000..f5b8ded
--- /dev/null
+++ b/_src/content/2016-allura-1.5.0.md
@@ -0,0 +1,26 @@
+Title: Apache Allura 1.5.0 released
+Date: 2016-08-23
+Tags: release
+Slug: allura-1.5.0
+Summary: Version 1.5.0 of Allura: updated icons, editor enhancements, admin functionality, and more.
+
+#### New Features
+
+Apache Allura 1.5.0 has been released.  Major new features include a guided tour after project registration,
+improved design for discussions and their attachments, and various usability improvements for merge requests.  Many
+of the changes came from work done during Google Summer of Code.
+
+See our [Google Summer of Code Summary]({filename}/2016-allura-gsoc-16-summary.md) for details on all those changes.
+
+There are lots of other fixes and improvements, see the [changelog](https://forge-allura.apache.org/p/allura/git/ci/rel/1.5.0/~/tree/CHANGES) for details.
+
+#### Upgrade notes
+
+No changes are required unless you wish to use the new rate limiting config.  If so, copy all the new
+"rate_limits" settings from `development.ini` into your `.ini` file and configure appropriate values.  Then run
+`paster ensure_index development.ini`.  Or if you are using Docker, run:
+`docker-compose run taskd paster ensure_index docker-dev.ini`
+
+#### Get 1.5.0
+
+[Download Allura](http://www.apache.org/dyn/closer.cgi/allura/) and [install it](https://forge-allura.apache.org/docs/getting_started/installation.html) today.

http://git-wip-us.apache.org/repos/asf/allura-site/blob/5d4d79d6/_src/pelicanconf.py
----------------------------------------------------------------------
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index 159d582..bc4b053 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -44,9 +44,9 @@ TAG_FEED_ATOM = 'feeds/tag.%s.atom.xml'
 
 CURRENT_YEAR = dt.date.today().year
 
-RELEASE_VERSION = '1.4.0'
-RELEASE_DATE = 'Apr 2016'
-RELEASE_NEWS = 'posts/2016-allura-1.4.0.html'
+RELEASE_VERSION = '1.5.0'
+RELEASE_DATE = 'Aug 2016'
+RELEASE_NEWS = 'posts/2016-allura-1.5.0.html'
 DIST_URL = 'http://apache.org/dist/allura/'
 
 FORGE_ALLURA_URL = 'https://forge-allura.apache.org/'

http://git-wip-us.apache.org/repos/asf/allura-site/blob/5d4d79d6/feeds/all.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml
index 27e60fb..07e1b99 100644
--- a/feeds/all.atom.xml
+++ b/feeds/all.atom.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2016-08-09T00:00:00+00:00</updated><entry><title>Apache Allura - GSoC 2016 Summary</title><link href="//allura.apache.org/posts/2016-gsoc-16.html" rel="alternate"></link><published>2016-08-09T00:00:00+00:00</published><author><name></name></author><id>tag:allura.apache.org,2016-08-09:posts/2016-gsoc-16.html</id><summary type="html">&lt;p&gt;My name is &lt;a href="http://rohanverma.net"&gt;Rohan Verma&lt;/a&gt; and my nick is &lt;a href="https://twitter.com/rhnvrm"&gt;rhnvrm&lt;/a&gt;. During the past few month's I have been working on Apache Allura as a &lt;a href="https://summerofcode.withgoogle.com/"&gt;Google Summer of Code (GSoC)&lt;/a&gt; student. I am an undergraduate student and am currently based in India. I have been passionate about programmi
 ng and software development since my school days. Being a GNU/Linux user I used to frequently use SourceForge and Github for downloading and exploring the source code published by various FLOSS communities. Through GitHub and SourceForge I gained interest in getting involved in contributing back to the community and Google Summer of Code was a great opportunity that came my way. I had found Allura to be amazing during my search for GSoC projects in terms of purpose, implementation and community. Therefore, I chose to work with my mentor for the project Dave Brondsema during this summer.&lt;/p&gt;
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2016-08-23T00:00:00+00:00</updated><entry><title>Apache Allura 1.5.0 released</title><link href="//allura.apache.org/posts/2016-allura-1.5.0.html" rel="alternate"></link><published>2016-08-23T00:00:00+00:00</published><author><name></name></author><id>tag:allura.apache.org,2016-08-23:posts/2016-allura-1.5.0.html</id><summary type="html">&lt;h4&gt;New Features&lt;/h4&gt;
+&lt;p&gt;Apache Allura 1.5.0 has been released.  Major new features include a guided tour after project registration,
+improved design for discussions and their attachments, and various usability improvements for merge requests.  Many
+of the changes came from work done during Google Summer of Code.&lt;/p&gt;
+&lt;p&gt;See our &lt;a href="//allura.apache.org/posts/2016-gsoc-16.html"&gt;Google Summer of Code Summary&lt;/a&gt; for details on all those changes.&lt;/p&gt;
+&lt;p&gt;There are lots of other fixes and improvements, see the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/rel/1.5.0/~/tree/CHANGES"&gt;changelog&lt;/a&gt; for details.&lt;/p&gt;
+&lt;h4&gt;Upgrade notes&lt;/h4&gt;
+&lt;p&gt;No changes are required unless you wish to use the new rate limiting config.  If so, copy all the new
+"rate_limits" settings from &lt;code&gt;development.ini&lt;/code&gt; into your &lt;code&gt;.ini&lt;/code&gt; file and configure appropriate values.  Then run
+&lt;code&gt;paster ensure_index development.ini&lt;/code&gt;.  Or if you are using Docker, run:
+&lt;code&gt;docker-compose run taskd paster ensure_index docker-dev.ini&lt;/code&gt;&lt;/p&gt;
+&lt;h4&gt;Get 1.5.0&lt;/h4&gt;
+&lt;p&gt;&lt;a href="http://www.apache.org/dyn/closer.cgi/allura/"&gt;Download Allura&lt;/a&gt; and &lt;a href="https://forge-allura.apache.org/docs/getting_started/installation.html"&gt;install it&lt;/a&gt; today.&lt;/p&gt;</summary><category term="release"></category></entry><entry><title>Apache Allura - GSoC 2016 Summary</title><link href="//allura.apache.org/posts/2016-gsoc-16.html" rel="alternate"></link><published>2016-08-09T00:00:00+00:00</published><author><name></name></author><id>tag:allura.apache.org,2016-08-09:posts/2016-gsoc-16.html</id><summary type="html">&lt;p&gt;My name is &lt;a href="http://rohanverma.net"&gt;Rohan Verma&lt;/a&gt; and my nick is &lt;a href="https://twitter.com/rhnvrm"&gt;rhnvrm&lt;/a&gt;. During the past few month's I have been working on Apache Allura as a &lt;a href="https://summerofcode.withgoogle.com/"&gt;Google Summer of Code (GSoC)&lt;/a&gt; student. I am an undergraduate student and am currently based in India. I have been passionate about p
 rogramming and software development since my school days. Being a GNU/Linux user I used to frequently use SourceForge and Github for downloading and exploring the source code published by various FLOSS communities. Through GitHub and SourceForge I gained interest in getting involved in contributing back to the community and Google Summer of Code was a great opportunity that came my way. I had found Allura to be amazing during my search for GSoC projects in terms of purpose, implementation and community. Therefore, I chose to work with my mentor for the project Dave Brondsema during this summer.&lt;/p&gt;
 &lt;p&gt;This post contains the summary of my work during Google Summer of Code 2016. Hopefully I was able to cover everything. You can also see my work on &lt;a href="https://forge-allura.apache.org/p/allura/git"&gt;forge-allura&lt;/a&gt;. Also, you can visually see a list of my commits made during GSoC that also contains the miscellaneous work commits &lt;a href="https://github.com/apache/allura/commits/f403b8c4e44f2065e4d4529050d499252e914f25?author=rhnvrm"&gt;here&lt;/a&gt;.&lt;/p&gt;
 &lt;h3&gt;Discussion Tool Changes&lt;/h3&gt;
 &lt;p&gt;The idea behind this change was to promote discussions on the platform. Most conversations on the web are now displayed in a similar format. The replies to a comment are also now anchored to the left, i.e. don't become shorter in length and are only shifted towards the left along with a smaller avatar. We have also moved away from shadows under the avatars since they do not match with the current design scheme.&lt;/p&gt;

http://git-wip-us.apache.org/repos/asf/allura-site/blob/5d4d79d6/feeds/tag.release.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/tag.release.atom.xml b/feeds/tag.release.atom.xml
index 991bc96..3f70f83 100644
--- a/feeds/tag.release.atom.xml
+++ b/feeds/tag.release.atom.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/tag.release.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2016-04-12T00:00:00+00:00</updated><entry><title>Apache Allura 1.4.0 released</title><link href="//allura.apache.org/posts/2016-allura-1.4.0.html" rel="alternate"></link><published>2016-04-12T00:00:00+00:00</published><author><name></name></author><id>tag:allura.apache.org,2016-04-12:posts/2016-allura-1.4.0.html</id><summary type="html">&lt;p&gt;Apache Allura 1.4.0 has been released.  The biggest new feature is the Admin Nav Bar.
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/tag.release.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2016-08-23T00:00:00+00:00</updated><entry><title>Apache Allura 1.5.0 released</title><link href="//allura.apache.org/posts/2016-allura-1.5.0.html" rel="alternate"></link><published>2016-08-23T00:00:00+00:00</published><author><name></name></author><id>tag:allura.apache.org,2016-08-23:posts/2016-allura-1.5.0.html</id><summary type="html">&lt;h4&gt;New Features&lt;/h4&gt;
+&lt;p&gt;Apache Allura 1.5.0 has been released.  Major new features include a guided tour after project registration,
+improved design for discussions and their attachments, and various usability improvements for merge requests.  Many
+of the changes came from work done during Google Summer of Code.&lt;/p&gt;
+&lt;p&gt;See our &lt;a href="//allura.apache.org/posts/2016-gsoc-16.html"&gt;Google Summer of Code Summary&lt;/a&gt; for details on all those changes.&lt;/p&gt;
+&lt;p&gt;There are lots of other fixes and improvements, see the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/rel/1.5.0/~/tree/CHANGES"&gt;changelog&lt;/a&gt; for details.&lt;/p&gt;
+&lt;h4&gt;Upgrade notes&lt;/h4&gt;
+&lt;p&gt;No changes are required unless you wish to use the new rate limiting config.  If so, copy all the new
+"rate_limits" settings from &lt;code&gt;development.ini&lt;/code&gt; into your &lt;code&gt;.ini&lt;/code&gt; file and configure appropriate values.  Then run
+&lt;code&gt;paster ensure_index development.ini&lt;/code&gt;.  Or if you are using Docker, run:
+&lt;code&gt;docker-compose run taskd paster ensure_index docker-dev.ini&lt;/code&gt;&lt;/p&gt;
+&lt;h4&gt;Get 1.5.0&lt;/h4&gt;
+&lt;p&gt;&lt;a href="http://www.apache.org/dyn/closer.cgi/allura/"&gt;Download Allura&lt;/a&gt; and &lt;a href="https://forge-allura.apache.org/docs/getting_started/installation.html"&gt;install it&lt;/a&gt; today.&lt;/p&gt;</summary><category term="release"></category></entry><entry><title>Apache Allura 1.4.0 released</title><link href="//allura.apache.org/posts/2016-allura-1.4.0.html" rel="alternate"></link><published>2016-04-12T00:00:00+00:00</published><author><name></name></author><id>tag:allura.apache.org,2016-04-12:posts/2016-allura-1.4.0.html</id><summary type="html">&lt;p&gt;Apache Allura 1.4.0 has been released.  The biggest new feature is the Admin Nav Bar.
 It's a complete overhaul of how you customize the tools in your project.
 Read our &lt;a href="//allura.apache.org/posts/2016-admin-toolbar.html"&gt;admin toolbar post&lt;/a&gt; to see how much easier it is to access tool
 configurations and add new tools.&lt;/p&gt;

http://git-wip-us.apache.org/repos/asf/allura-site/blob/5d4d79d6/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 7b0c688..a49d93e 100644
--- a/index.html
+++ b/index.html
@@ -84,22 +84,22 @@
       <h3 class="text-center">Get the Latest Version of Allura</h3>
       <div class="row pad-vert-md">
         <div id="release" class="col-12 auto-margin pad-vert-xs text-center">
-          <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.4.0.tar.gz"><button class="auto-margin">Download v1.4.0</button></a>
-          <span class="text-white">Apr 2016 &mdash;</span>
-          <a href="posts/2016-allura-1.4.0.html">What's New</a>
+          <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.5.0.tar.gz"><button class="auto-margin">Download v1.5.0</button></a>
+          <span class="text-white">Aug 2016 &mdash;</span>
+          <a href="posts/2016-allura-1.5.0.html">What's New</a>
           <ul>
-            <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.4.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.4.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.4.0.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
-            <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.4.0.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
+            <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.5.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.5.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.5.0.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
+            <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.5.0.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
           </ul>
         </div>
         <div id="news" class="col-12 auto-margin pad-vert-xs text-center">
             <h5>News</h5>
             <ul>
+                    <li><a href="//allura.apache.org/posts/2016-allura-1.5.0.html">Apache Allura 1.5.0 released</a></li>
                     <li><a href="//allura.apache.org/posts/2016-gsoc-16.html">Apache Allura - GSoC 2016 Summary</a></li>
                     <li><a href="//allura.apache.org/posts/2016-allura-1.4.0.html">Apache Allura 1.4.0 released</a></li>
                     <li><a href="//allura.apache.org/posts/2016-admin-toolbar.html">New admin mode now available!</a></li>
                     <li><a href="//allura.apache.org/posts/2015-allura-1.3.2.html">Apache Allura 1.3.2 released</a></li>
-                    <li><a href="//allura.apache.org/posts/2015-updated-icons.html">Updated Icons, Cleaner Nav Bar</a></li>
                 <li><a href="//allura.apache.org/news.html">All News &rarr;</a></li>
             </ul>
         </div>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/5d4d79d6/news.html
----------------------------------------------------------------------
diff --git a/news.html b/news.html
index c6fd7dd..922903c 100644
--- a/news.html
+++ b/news.html
@@ -53,6 +53,17 @@
 
 <div class="row bg-white pad-bot-md text-center">
   <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2016-allura-1.5.0.html">Apache Allura 1.5.0 released</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2016-08-23T00:00:00+00:00">
+      Tue 23 August 2016
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Version 1.5.0 of Allura: updated icons, editor enhancements, admin functionality, and more.</p> </div>
+  <div class="row pad-top-md">
     <h3><a class="text-black" href="//allura.apache.org/posts/2016-gsoc-16.html">Apache Allura - GSoC 2016 Summary</a></h3>
   </div>
 

http://git-wip-us.apache.org/repos/asf/allura-site/blob/5d4d79d6/posts/2016-allura-1.5.0.html
----------------------------------------------------------------------
diff --git a/posts/2016-allura-1.5.0.html b/posts/2016-allura-1.5.0.html
new file mode 100644
index 0000000..e4258f1
--- /dev/null
+++ b/posts/2016-allura-1.5.0.html
@@ -0,0 +1,119 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>    Apache Allura 1.5.0 released
+</title>
+  <meta charset="utf-8">
+  <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="keywords" content="">
+  <meta name="author" content="">
+  <link rel="canonical" href="//allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="//allura.apache.org">
+  <meta property="og:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta property="og:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta property="og:title" content="Apache Allura">
+  <meta property="og:site_name" content="Apache Allura">
+  <meta property="og:see_also" content="//allura.apache.org">
+
+  <!--    Twitter Meta Info-->
+  <meta name="twitter:card" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:url" content="//allura.apache.org">
+  <meta name="twitter:title" content="Apache Allura">
+  <meta name="twitter:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <!--    Google+ Meta Info-->
+  <meta itemprop="name" content="Apache Allura">
+  <meta itemprop="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta itemprop="image" content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/style.css">
+          <link rel="stylesheet" type="text/css" href="//allura.apache.org/theme/css/article.css">
+
+
+</head>
+
+<body cz-shortcut-listen="true" class="pg-">
+  <section id="content_wrapper" class="mobile-desktop row">
+    <div id="header" class="row ">
+      <header id="login_header" class="row">
+        <div class="bg-shadow pad-vert-md">
+          <span><h1 class="text-center"><a href="//allura.apache.org">Apache <img src="//allura.apache.org/theme/img/logo_white.png" width="94"> Allura<span class="tm">\u2122</span></a></h1></span>
+          <span></span>
+          <h6 class="text-center">Open source project hosting platform</h6>
+        </div>
+      </header>
+    </div>
+
+    <div class="article-content">
+<div class="row bg-white pad-vert-lg">
+  <div class="row">
+    <h3 class="text-black text-center">Apache Allura 1.5.0 released</h3>
+  </div>
+
+  <div class="post-info text-center">
+    Published:
+    <abbr class="published" title="2016-08-23T00:00:00+00:00">
+      Tue 23 August 2016
+    </abbr>
+    <br>
+    Tagged:
+        <a href="//allura.apache.org/tag/release.html">release</a>
+  </div>
+
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <div class="pad-md text-black"><h4>New Features</h4>
+<p>Apache Allura 1.5.0 has been released.  Major new features include a guided tour after project registration,
+improved design for discussions and their attachments, and various usability improvements for merge requests.  Many
+of the changes came from work done during Google Summer of Code.</p>
+<p>See our <a href="//allura.apache.org/posts/2016-gsoc-16.html">Google Summer of Code Summary</a> for details on all those changes.</p>
+<p>There are lots of other fixes and improvements, see the <a href="https://forge-allura.apache.org/p/allura/git/ci/rel/1.5.0/~/tree/CHANGES">changelog</a> for details.</p>
+<h4>Upgrade notes</h4>
+<p>No changes are required unless you wish to use the new rate limiting config.  If so, copy all the new
+"rate_limits" settings from <code>development.ini</code> into your <code>.ini</code> file and configure appropriate values.  Then run
+<code>paster ensure_index development.ini</code>.  Or if you are using Docker, run:
+<code>docker-compose run taskd paster ensure_index docker-dev.ini</code></p>
+<h4>Get 1.5.0</h4>
+<p><a href="http://www.apache.org/dyn/closer.cgi/allura/">Download Allura</a> and <a href="https://forge-allura.apache.org/docs/getting_started/installation.html">install it</a> today.</p></div>
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+
+    <div class="row">
+      <footer id="footer" class="bg-black text-white col-24">
+        <p class="copy pad-top-sm text-center">Copyright � 2016 The Apache Software Foundation, Licensed under
+            <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
+        <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+    </div>
+  </section>
+
+  <script type="application/javascript" src="//allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="//allura.apache.org/theme/js/frontend.js"></script>
+        <script type="application/javascript" src="//allura.apache.org/theme/js/article.js"></script>
+  <!-- Credits
+
+          Logo Design: Will Leonard
+          http://willleonard.org
+
+          Site design: Perry Merrity
+          http://perrymerrity.com/
+
+          bg-header-forge.jpg
+          Photo by: Stefan Schmitz
+          https://creativecommons.org/licenses/by-nd/2.0
+
+          bg-developers-fire.jpg
+          Photo by: Fr�d�ric Bisson
+          https://creativecommons.org/licenses/by-nd/2.0
+      -->
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/allura-site/blob/5d4d79d6/tag/release.html
----------------------------------------------------------------------
diff --git a/tag/release.html b/tag/release.html
index 878aa7c..8ac101a 100644
--- a/tag/release.html
+++ b/tag/release.html
@@ -53,6 +53,17 @@
 
 <div class="row bg-white pad-bot-md text-center">
   <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2016-allura-1.5.0.html">Apache Allura 1.5.0 released</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2016-08-23T00:00:00+00:00">
+      Tue 23 August 2016
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Version 1.5.0 of Allura: updated icons, editor enhancements, admin functionality, and more.</p> </div>
+  <div class="row pad-top-md">
     <h3><a class="text-black" href="//allura.apache.org/posts/2016-allura-1.4.0.html">Apache Allura 1.4.0 released</a></h3>
   </div>