diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index c2ab126..b412569 100755 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -94,12 +94,14 @@ </menu> <menu name="Releases"> - <item name="Coming soon" href="https://cwiki.apache.org/confluence/display/ATLAS"/> + <item name="0.5-incubating" + href="http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.5.0-incubating/"/> </menu> <menu name="Documentation"> <!-- current points to latest release --> - <item name="current" href="index.html"/> + <item name="current" href="./0.5.0-incubating/index.html"/> + <item name="0.5-incubating" href="./0.5.0-incubating/index.html"/> </menu> <menu name="Resources"> diff --git a/release-log.txt b/release-log.txt index e2e5557..0711f7c 100644 --- a/release-log.txt +++ b/release-log.txt @@ -8,6 +8,7 @@ ATLAS-54 Rename configs in hive hook (shwethags) ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags) ALL CHANGES: +ATLAS-154 Update website for 0.5-incubating release (Venkatesh Seetharam) ATLAS-153 Build failure - org.glassfish:javax.el (shwethags) ATLAS-117 Build fails on the latest commit (dossett@gmail.com via shwethags) ATLAS-115 Remove unnecessary log4j.xml in typesystem (jmaron)