Skip to content

Commit

Permalink
Update release notes for 1.1.0
Browse files Browse the repository at this point in the history
Add note for pull request #136 (LOGBACK-885)
  • Loading branch information
tony19 committed Nov 18, 2013
1 parent 120a932 commit 7af2fa5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions logback-site/src/site/pages/news.html
Expand Up @@ -34,10 +34,18 @@ <h2>Logback News</h2>

<h3>, 2013 - Release of version 1.1.0</h3>

<p><code>PackagingDataCalculator</code> now catches and ignores
<code>UnsupportedOperationException</code> so that it can determine
whether the JVM supports <code>Reflection#getCallerClass()</code>
without printing that exception's stack trace. This only affects
Java 7u40+, which removed support for <code>Reflection#getCallerClass()</code>.
(<a href="http://jira.qos.ch/browse/LOGBACK-885">LOGBACK-885</a>)
</p>

<p>To facilitate debugging, <code>SimpleSocketServer</code> now names
its threads: <b>Logback SimpleSocketServer (port <i>PORTNUM</i>)</b>.
its threads: "<b>Logback SimpleSocketServer (port <i>PORTNUM</i>)</b>".
<code>SocketNode</code> client threads are named:
<b>Logback SocketNode (client: <i>IPADDR</i>)</b>.
"<b>Logback SocketNode (client: <i>IPADDR</i>)</b>".
</p>

<p>Fixed silently lost messages from <code>SyslogAppender</code>
Expand Down

0 comments on commit 7af2fa5

Please sign in to comment.