1.7.1
diff --git a/doc/released/README-171.html b/doc/released/README-171.html
new file mode 100644
index 0000000..3fb9b25
--- /dev/null
+++ b/doc/released/README-171.html
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html> <head>
+<title>AspectJ 1.7.1 Readme</title>
+<style type="text/css">
+<!--
+ P { margin-left: 20px; }
+ PRE { margin-left: 20px; }
+ LI { margin-left: 20px; }
+ H4 { margin-left: 20px; }
+ H3 { margin-left: 10px; }
+-->
+</style>
+</head>
+
+<body>
+<div align="right"><small>
+© Copyright 2011 Contributors.
+All rights reserved.
+</small></div>
+
+<h1>AspectJ 1.7.1 Readme</h1>
+
+<p>The full list of resolved issues in 1.7.1 is available
+<a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;product=AspectJ;target_milestone=1.7.1;">here</a></h2>.</p>
+
+<ul>
+<li>1.7.1 available 6-Sep-2012
+</ul>
+
+<h2>Changes</h2>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=388971">388971</a> Double Synthetic attributes on some around advice members<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=387718">387718</a> RuntimeException when trying to compile broken code<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=387568">387568</a> Warning "Xlint:unresolvableMember" for enums<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=387444">387444</a> Softening exception in try-with-resources<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=386888">386888</a> spring-data hello-worlds sample fails to compile with 1.7.0<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=386337">386337</a> Light AOP Parser does not support declare-annotation<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=386049">386049</a> Error "must implement abstract inter-type declaration" even though build is fine<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=384401">384401</a> NPE when no pointcut in afterthrowing annotation style advice<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=384398">384398</a> Type Mismatch error when using inner classes contained in generic types within ITDs<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=381906">381906</a> ASPECTJ Internal Compiler Error<br>
+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=73507">73507</a> Public ITD of fields on interfaces creates mangled members<br>
+</p>
+<!-- ============================== -->
+</body>
+</html>
diff --git a/downloads.php b/downloads.php
index 7dbad35..8a167c7 100644
--- a/downloads.php
+++ b/downloads.php
@@ -158,13 +158,13 @@
<h3 id="stable_release">Latest Stable Release</h3>
<ul>
<li>
- <b>AspectJ 1.7.0, Released 2nd July, 2012</b>
+ <b>AspectJ 1.7.1, Released 10 Sep, 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> (~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>
+ <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.7.1.jar">aspectj-1.7.1.jar</a> (~13M)<br>
+ <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.7.1-src.jar">aspectj-1.7.1-src.jar</a>
</td>
</tr>
</table>
@@ -174,7 +174,21 @@
<!-- ============ ASPECTJ MILESTONES -->
<div class="homeitem3col">
- <h3 id="milestones">AspectJ 6</h3>
+ <h3 id="milestones">AspectJ 7</h3>
+ <ul>
+ <li>
+ <b>AspectJ 1.7.1, Released 10 Sep, 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.1.jar">aspectj-1.7.1.jar</a> (~13M)<br>
+ <a href="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.7.1-src.jar">aspectj-1.7.1-src.jar</a>
+ </td>
+ </tr>
+ </table>
+ </li>
+ </ul>
<ul>
<li>
<b>AspectJ 1.7.0, Released 2-Jul-2012</b>
@@ -215,6 +229,7 @@
</li>
+ <h3 id="milestones6">AspectJ 6</h3>
<li>
<b>AspectJ 1.6.12, Released 18-Oct-2011</b>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
diff --git a/index.php b/index.php
index b6f8523..db221ed 100644
--- a/index.php
+++ b/index.php
@@ -87,6 +87,12 @@
<div class="homeitem">
<h3>News and Events</h3>
+ <li>AspectJ 1.7.1 is now <a href="downloads.php">available for download</a>.
+ See the <a href="doc/released/README-171.html">readme</a>
+ for more information.
+ <br><div align="right"><span class="dates"><i>posted 10-Sep-12</i></span></div>
+ </li>
+
<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