1.7.0 !
diff --git a/downloads.php b/downloads.php
index 7eef540..105ec73 100644
--- a/downloads.php
+++ b/downloads.php
@@ -158,13 +158,13 @@
<h3 id="stable_release">Latest Stable Release</h3>
<ul>
<li>
- <b>AspectJ 1.6.12, Released 18th October, 2011</b>
+ <b>AspectJ 1.7.0, Released 2nd July, 2012</b>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td><ul>AspectJ compiler, browser, documentation tool, Ant tasks, and documentation.</ul></td>
<td width="30%" align="right">
- <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.6.12.jar">aspectj-1.6.12.jar</a> (~12M)<br>
- <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.6.12-src.jar">aspectj-1.6.12-src.jar</a>
+ <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.7.0.jar">aspectj-1.7.0.jar</a> (~12M)<br>
+ <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.7.0-src.jar">aspectj-1.7.0-src.jar</a>
</td>
</tr>
</table>
@@ -176,6 +176,19 @@
<div class="homeitem3col">
<h3 id="milestones">AspectJ 6</h3>
<ul>
+ <li>
+ <b>AspectJ 1.7.0, Released 2-Jul-2012</b>
+ <table border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr>
+ <td><ul>AspectJ compiler, browser, documentation tool, Ant tasks, and documentation.</ul></td>
+ <td width="30%" align="right">
+ <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.7.0.jar">aspectj-1.7.0.jar</a> (~13M)<br>
+ <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.7.0-src.jar">aspectj-1.7.0-src.jar</a>
+ </td>
+ </tr>
+ </table>
+ </li>
+
<li>
<b>AspectJ 1.7.0.RC1, Released 25-May-2012</b>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
diff --git a/index.php b/index.php
index 1d32c0b..b6f8523 100644
--- a/index.php
+++ b/index.php
@@ -87,6 +87,14 @@
<div class="homeitem">
<h3>News and Events</h3>
+ <li>AspectJ 1.7.0 is now <a href="downloads.php">available for download</a>.
+ See the <a href="doc/released/README-170.html">readme</a>
+ for more information. This version of AspectJ is compatible with Java7 - enabling
+ the usage of Java7 constructs in AspectJ source as well as the weaving of
+ Java7 created bytecode.
+ <br><div align="right"><span class="dates"><i>posted 2-Jul-12</i></span></div>
+ </li>
+
<li>AspectJ 1.7.0.RC1 is now <a href="downloads.php">available for download</a>.
See the <a href="doc/released/README-170.html">readme</a>
for more information. The AspectJ weaver will now cope with bytecode containing invokedynamic.