Update site
diff --git a/src/site/apt/download.apt.vm b/src/site/apt/download.apt.vm
index 13bffd0..d414fcc 100644
--- a/src/site/apt/download.apt.vm
+++ b/src/site/apt/download.apt.vm
@@ -63,6 +63,21 @@
* Previous Releases
+ Log4j 2.3 was the last 2.x release to support Java 6. Those artifacts can be found at:
+
+*-------------------------+---------+----------+-----------+
+| | Mirrors | Checksum | Signature |
+*-------------------------+---------+----------+-----------+
+| Apache Log4j 2 binary (tar.gz) | {{{http://www.apache.org/dyn/closer.lua/logging/log4j/2.3/apache-log4j-2.3-bin.tar.gz} apache-log4j-2.3-bin.tar.gz}} | {{{https://www.apache.org/dist/logging/log4j/2.3/apache-log4j-2.3-bin.tar.gz.md5} apache-log4j-2.3-bin.tar.gz.md5}} | {{{https://www.apache.org/dist/logging/log4j/2.3/apache-log4j-2.3-bin.tar.gz.asc} apache-log4j-2.3-bin.tar.gz.asc}} |
+*-------------------------+---------+----------+-----------+
+| Apache Log4j 2 binary (zip) | {{{http://www.apache.org/dyn/closer.lua/logging/log4j/2.3/apache-log4j-2.3-bin.zip} apache-log4j-2.3-bin.zip}} | {{{https://www.apache.org/dist/logging/log4j/2.3/apache-log4j-2.3-bin.zip.md5} apache-log4j-2.3-bin.zip.md5}} | {{{https://www.apache.org/dist/logging/log42/apache-log4j-2.3-bin.zip.asc} apache-log4j-2.3-bin.zip.asc}} |
+*-------------------------+---------+----------+-----------+
+| Apache Log4j 2 source (tar.gz) | {{{http://www.apache.org/dyn/closer.lua/logging/log4j/2.3/apache-log4j-2.3-src.tar.gz} apache-log4j-2.3-src.tar.gz}} | {{{https://www.apache.org/dist/logging/log4j/2.3/apache-log4j-2.3-src.tar.gz.md5} apache-log4j-2.3-src.tar.gz.md5}} | {{{https://www.apache.org/dist/logging/log4j/2.3/apache-log4j-2.3-src.tar.gz.asc} apache-log4j-2.3-src.tar.gz.asc}} |
+*-------------------------+---------+----------+-----------+
+| Apache Log4j 2 source (zip) | {{{http://www.apache.org/dyn/closer.lua/logging/log4j/2.3/apache-log4j-2.3-src.zip} apache-log4j-2.3-src.zip}} | {{{https://www.apache.org/dist/logging/log4j/2.3/apache-log4j-2.3-src.zip.md5} apache-log4j-2.3-src.zip.md5}} | {{{https://www.apache.org/dist/logging/log42/apache-log4j-2.3-src.zip.asc} apache-log4j-2.3-src.zip.asc}} |
+*-------------------------+---------+----------+-----------+
+
+
All previous releases of Apache log4j can be found in the
{{{http://archive.apache.org/dist/logging/log4j}archive repository}}.
diff --git a/src/site/resources/images/logo.png b/src/site/resources/images/logo.png
index 7c30e4c..c0fef8d 100644
--- a/src/site/resources/images/logo.png
+++ b/src/site/resources/images/logo.png
Binary files differ
diff --git a/src/site/resources/logo/logo-java-2-2.6.2.png b/src/site/resources/logo/logo-java-2-2.6.2.png
new file mode 100644
index 0000000..c0fef8d
--- /dev/null
+++ b/src/site/resources/logo/logo-java-2-2.6.2.png
Binary files differ
diff --git a/src/site/resources/logo/logo-java-2-2.6.2.xcf b/src/site/resources/logo/logo-java-2-2.6.2.xcf
new file mode 100644
index 0000000..1a2ce62
--- /dev/null
+++ b/src/site/resources/logo/logo-java-2-2.6.2.xcf
Binary files differ
diff --git a/src/site/site.xml b/src/site/site.xml
index 2aa49a0..8336e69 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -235,6 +235,11 @@
</menu>
+ <menu name="Legacy" inherit="top">
+ <item name="Log4j 1.2" href="http://logging.apache.org/log4j/1.2/"/>
+ <item name="Log4j 2.3" href="http://logging.apache.org/log4j/log4j-2.3/"/>
+ </menu>
+
<menu name="Components" inherit="top" img="icon-cog">
<item name="API" href="log4j-api/index.html"/>
<item name="Implementation" href="log4j-core/index.html"/>