You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/05/25 13:49:50 UTC

logging-log4j2 git commit: tweak 2.6 announcement message text

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 6611fd3bc -> dca0ab49a


tweak 2.6 announcement message text


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

Branch: refs/heads/master
Commit: dca0ab49afb5d2c5ce62637d5a616471e18e5f35
Parents: 6611fd3
Author: rpopma <rp...@apache.org>
Authored: Wed May 25 22:50:33 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Wed May 25 22:50:33 2016 +0900

----------------------------------------------------------------------
 src/changes/announcement.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dca0ab49/src/changes/announcement.vm
----------------------------------------------------------------------
diff --git a/src/changes/announcement.vm b/src/changes/announcement.vm
index 838d086..07544e5 100644
--- a/src/changes/announcement.vm
+++ b/src/changes/announcement.vm
@@ -27,8 +27,8 @@ many other modern features such as support for Markers, property substitution us
 a PatternLayout and asynchronous Loggers. In addition, Log4j 2 will not lose events while reconfiguring.
 
 This is the ${relCount} GA release. It contains several bugfixes and new features. The new features include
-the ability to not generate any objects while logging if certain conditions are met, a new YAML Layout,
-the ability to merge configuration files, and documenting Log4j's performance against other logging
+the ability to be "garbage-free" (avoid allocating temporary objects) while logging if certain conditions are met,
+a new YAML Layout, the ability to merge configuration files, and documenting Log4j's performance against other logging
 frameworks and in various logging configurations. More details on the features and bugfixes are itemized below.
 
 ## Hack to improve layout: replace all pairs of spaces with a single new-line