limit line lengths to 95 for announcement emails
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7191e0fb Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7191e0fb Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7191e0fb Branch: refs/heads/LOG4J-1181 Commit: 7191e0fb15759a8e5fc28b03bd51200dd0ae822d Parents: 5824cc2 Author: rpopma <[email protected]> Authored: Sun Jul 31 17:51:32 2016 +0900 Committer: rpopma <[email protected]> Committed: Sun Jul 31 17:51:32 2016 +0900 ---------------------------------------------------------------------- src/changes/announcement.vm | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7191e0fb/src/changes/announcement.vm ---------------------------------------------------------------------- diff --git a/src/changes/announcement.vm b/src/changes/announcement.vm index 632fc5b..4fdaf0a 100644 --- a/src/changes/announcement.vm +++ b/src/changes/announcement.vm @@ -150,14 +150,15 @@ o#if($!issue != "") $issue. #end ${action} #if($!dueto != "")Thanks to $dueto. # ## End of main loop #end -Apache Log4j ${relVersion} requires a minimum of Java 7 to build and run. Log4j 2.3 was the last release that -supported Java 6. +Apache Log4j ${relVersion} requires a minimum of Java 7 to build and run. Log4j 2.3 was the +last release that supported Java 6. -Basic compatibility with Log4j 1.x is provided through the log4j-1.2-api component, however it does not implement some of the -very implementation specific classes and methods. The package names and Maven groupId have been changed to -org.apache.logging.log4j to avoid any conflicts with log4j 1.x. +Basic compatibility with Log4j 1.x is provided through the log4j-1.2-api component, however it +does not implement some of the very implementation specific classes and methods. The package +names and Maven groupId have been changed to org.apache.logging.log4j to avoid any conflicts +with log4j 1.x. -For complete information on ${project.name}, including instructions on how to submit bug reports, -patches, or suggestions for improvement, see the Apache ${project.name} website: +For complete information on ${project.name}, including instructions on how to submit bug +reports, patches, or suggestions for improvement, see the Apache ${project.name} website: ${project.url} \ No newline at end of file
