You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/09/21 23:34:57 UTC

[1/2] logging-log4j2 git commit: Format.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 46dc92deb -> fe9e5f2ad


Format.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b5790f77
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b5790f77
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b5790f77

Branch: refs/heads/master
Commit: b5790f779ecbe6d880cb223014233ccc533b1f59
Parents: 46dc92d
Author: ggregory <gg...@apache.org>
Authored: Mon Sep 21 14:34:13 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Sep 21 14:34:13 2015 -0700

----------------------------------------------------------------------
 src/site/xdoc/changelog.xml | 87 +++++++++++++++++++---------------------
 1 file changed, 42 insertions(+), 45 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b5790f77/src/site/xdoc/changelog.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/changelog.xml b/src/site/xdoc/changelog.xml
index 66dd349..2b88e92 100644
--- a/src/site/xdoc/changelog.xml
+++ b/src/site/xdoc/changelog.xml
@@ -1,45 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
-         http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-
-	<properties>
-		<title>Releases</title>
-	</properties>
-
-	<body>
-		<section name="Release Change Logs">
-
-				<p><a href="jira-report.html#a1.0-alpha1">JIRA change log</a></p>
-        <p><a href="changes-report.html#a1.0-alpha1">Manual change log</a></p>
-
-				<p>Apache Log4j 2 is not compatible with the previous versions. Please have the following in mind
-				when upgrading to Log4j 2 in your project:</p>
-
-				<ul>
-					<li>Log4j 2.4 and greater requires Java 7, versions 2.0-alpha1 to 2.3 required Java 6.</li>
-          <li>The XML configuration has been simplified and is not compatible with Log4j 1.x</li>
-          <li>Configuration via property files is not supported.</li>
-          <li>Configuration via JSON or YAML is supported.</li>
-          <li>Although Log4j 2 is not directly compatible with Log4j 1.x a compatibility bridge
-            has been provided to reduce the need to make coding changes.</li>
-				</ul>
-
-		</section>
-	</body>
-</document>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with 
+  this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the 
+  "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
+  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 
+  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations 
+  under the License. -->
+<document
+  xmlns="http://maven.apache.org/XDOC/2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+
+  <properties>
+    <title>Releases</title>
+  </properties>
+
+  <body>
+    <section name="Release Change Logs">
+      <p>
+        <a href="jira-report.html#a1.0-alpha1">JIRA change log</a>
+      </p>
+      <p>
+        <a href="changes-report.html#a1.0-alpha1">Manual change log</a>
+      </p>
+
+      <p>Apache Log4j 2 is not compatible with the previous versions. Please have the following in mind
+        when upgrading to Log4j 2 in your project:
+      </p>
+
+      <ul>
+        <li>Log4j 2.4 and greater requires Java 7, versions 2.0-alpha1 to 2.3 required Java 6.</li>
+        <li>The XML configuration has been simplified and is not compatible with Log4j 1.x</li>
+        <li>Configuration via property files is not supported.</li>
+        <li>Configuration via JSON or YAML is supported.</li>
+        <li>Although Log4j 2 is not directly compatible with Log4j 1.x a compatibility bridge
+          has been provided to reduce the need to make coding changes.
+        </li>
+      </ul>
+
+    </section>
+  </body>
+</document>


[2/2] logging-log4j2 git commit: [LOG4J2-1126] Site fixes/improvements for 2.4 release.

Posted by gg...@apache.org.
[LOG4J2-1126] Site fixes/improvements for 2.4 release.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fe9e5f2a
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fe9e5f2a
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fe9e5f2a

Branch: refs/heads/master
Commit: fe9e5f2ad3df048f307677c11370843a1c164f96
Parents: b5790f7
Author: ggregory <gg...@apache.org>
Authored: Mon Sep 21 14:34:54 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Sep 21 14:34:54 2015 -0700

----------------------------------------------------------------------
 src/site/xdoc/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fe9e5f2a/src/site/xdoc/changelog.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/changelog.xml b/src/site/xdoc/changelog.xml
index 2b88e92..1908faa 100644
--- a/src/site/xdoc/changelog.xml
+++ b/src/site/xdoc/changelog.xml
@@ -30,7 +30,7 @@
       <ul>
         <li>Log4j 2.4 and greater requires Java 7, versions 2.0-alpha1 to 2.3 required Java 6.</li>
         <li>The XML configuration has been simplified and is not compatible with Log4j 1.x</li>
-        <li>Configuration via property files is not supported.</li>
+        <li>Configuration via property files is supported from version 2.4, but is not compatible with Log4j 1.x.</li>
         <li>Configuration via JSON or YAML is supported.</li>
         <li>Although Log4j 2 is not directly compatible with Log4j 1.x a compatibility bridge
           has been provided to reduce the need to make coding changes.