Add release note for 1.7.6.
diff --git a/src/site/markdown/release-notes/1.7.6.md b/src/site/markdown/release-notes/1.7.6.md
index e69de29..c74bd56 100644
--- a/src/site/markdown/release-notes/1.7.6.md
+++ b/src/site/markdown/release-notes/1.7.6.md
@@ -0,0 +1,20 @@
+Apache Axis2 1.7.6 Release Note
+-------------------------------
+
+Apache Axis2 1.7.6 is a maintenance release containing the following fixes and
+improvements:
+
+*   The JSTL is now packaged into the Axis2 Web application. This fixes issues
+    with the Admin consoles on servlet containers that don't provide the JSTL.
+*   The `commons-fileupload` dependency has been updated to a version that fixes
+    CVE-2016-1000031 ([AXIS2-5853][]).
+*   A fix for [AXIS2-5863][], a possible null pointer dereference in generated
+    code flagged by static code analyzers.
+*   The dependencies of the Maven plugins have been updated to prevent issues
+    with temporary files being written to the source tree. This is part of the
+    fix for [AXIS2-5781][].
+*   The source code is now buildable with Java 8.
+
+[AXIS2-5781]: https://issues.apache.org/jira/browse/AXIS2-5781
+[AXIS2-5853]: https://issues.apache.org/jira/browse/AXIS2-5853
+[AXIS2-5863]: https://issues.apache.org/jira/browse/AXIS2-5863
diff --git a/src/site/site.xml b/src/site/site.xml
index 5c3630e..d13dd82 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -53,6 +53,7 @@
                 <item name="1.7.3" href="release-notes/1.7.3.html"/>
                 <item name="1.7.4" href="release-notes/1.7.4.html"/>
                 <item name="1.7.5" href="release-notes/1.7.5.html"/>
+                <item name="1.7.6" href="release-notes/1.7.6.html"/>
             </item>
             <item name="Modules" href="modules/index.html" />
             <item name="Tools" href="tools/index.html" />