Skip to content

Commit

Permalink
release 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed May 10, 2013
1 parent 9a11ac8 commit 6c06412
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 30 deletions.
2 changes: 1 addition & 1 deletion logback-access/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.13</version>
</parent>

<artifactId>logback-access</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-classic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.13</version>
</parent>

<artifactId>logback-classic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.13</version>
</parent>

<artifactId>logback-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion logback-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.13</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion logback-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.13</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
46 changes: 25 additions & 21 deletions logback-site/src/site/pages/dependencies.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,32 @@

<h1>Dependencies per module</h1>

<p>As of version 1.0.12, logback requires JDK 1.6 to build,
however, it is inteded to run under JDK 1.5 (with the exception of
SSL related functionality).</p>

<p>Each logback module has a different set of dependencies. These
are listed below in a separate table per module.</p>

<h2>logback-core</h2>

<table class="bodyTable">
<table class="bodyTable striped">
<tr>
<th>Component</th>
<th>dependencies</th>
</tr>

<tr class="a">
<tr>
<td>Overall</td>
<td>
<ul>
<li>JDK 1.5
</li>
</ul>
</td>
<td><ul><li>JDK 1.5</li></ul></td>
</tr>

<tr class="b">
<tr>
<td>ch.qos.logback.core.net.ssl.*</td>
<td><ul><li>JDK 1.6</li></ul></td>
</tr>

<tr>
<td><code>JaninoEventEvaluatorBase</code> and derived classes</td>
<td>
<ul>
Expand All @@ -52,7 +56,7 @@ <h2>logback-core</h2>
</td>
</tr>

<tr class="a">
<tr>
<td><code>SMTPAppenderBase</code> and derived classes</td>
<td>
<ul>
Expand All @@ -72,13 +76,13 @@ <h2>logback-core</h2>

<h2>logback-classic</h2>

<table class="bodyTable">
<table class="bodyTable striped">
<tr>
<th>Component</th>
<th>dependencies</th>
</tr>

<tr class="a">
<tr>
<td>Overall</td>
<td>
<ul>
Expand All @@ -88,7 +92,7 @@ <h2>logback-classic</h2>
</td>
</tr>

<tr class="b">
<tr>
<td>Overall</td>
<td>
<ul>
Expand All @@ -110,7 +114,7 @@ <h2>logback-classic</h2>
</td>
</tr>

<tr class="b">
<tr>
<td>ch.qos.logback.classic.selector.*</td>
<td>
<ul>
Expand All @@ -120,7 +124,7 @@ <h2>logback-classic</h2>
</td>
</tr>

<tr class="b">
<tr>
<td>c.q.l.c.boolex.JaninoEventEvaluator</td>
<td>
<ul>
Expand Down Expand Up @@ -149,13 +153,13 @@ <h2>logback-classic</h2>

<h2>logback-access</h2>

<table class="bodyTable">
<table class="bodyTable striped">
<tr>
<th>Component</th>
<th>dependencies</th>
</tr>

<tr class="a">
<tr>
<td>Overall</td>
<td>
<ul>
Expand All @@ -165,7 +169,7 @@ <h2>logback-access</h2>
</td>
</tr>

<tr class="b">
<tr>
<td>Overall</td>
<td>
<ul>
Expand All @@ -176,7 +180,7 @@ <h2>logback-access</h2>
</td>
</tr>

<tr class="a">
<tr>
<td>Overall</td>
<td>
<ul>
Expand All @@ -187,7 +191,7 @@ <h2>logback-access</h2>
</tr>


<tr class="b">
<tr>
<td>ch.qos.logback.access.jetty.*</td>
<td>
<ul>
Expand All @@ -197,7 +201,7 @@ <h2>logback-access</h2>
</td>
</tr>

<tr class="a">
<tr>
<td>ch.qos.logback.access.tomcat.*</td>
<td>
<ul>
Expand Down
11 changes: 8 additions & 3 deletions logback-site/src/site/pages/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ <h2>Logback News</h2>
announce</a> mailing list.</p>



<hr width="80%" align="center" />

<h3>May , 2013 - Release of version 1.1.0</h3>
<h3>May 10th, 2013 - Release of version 1.0.13</h3>

<p>In logback-access MANIFEST file, imports of Jetty and Tomcat
are now optional. This fixes <a
Expand All @@ -40,13 +39,19 @@ <h3>May , 2013 - Release of version 1.1.0</h3>
pull request.
</p>

<p>Logback will now correctly parse variables with a default
<p>Logback will now correctly parses variables with a default
separator string nested within accolades, e.g. "{a:-b}". Such
strings resemble variable references but lack the $ prefix, e.g
"${a:-b}". This fixes <a
href="http://jira.qos.ch/browse/LOGBACK-859">LOGBACK-859</a>
reported by Yoni Moses.</p>

<p>In <code>InterpretationContext</code> class replaced code using
JDK 1.6 API with code using JDK 1.5. This fixes <a
href="http://jira.qos.ch/browse/LOGBACK-860">LOGBACK-860</a>
reproted by Bas Stoker.
</p>

<p>Updated the "org.fusesource.jansi:jansi" dependency to version
1.9.</p>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.13</version>
<packaging>pom</packaging>
<name>Logback-Parent</name>
<description>logback project pom.xml file</description>
Expand Down

0 comments on commit 6c06412

Please sign in to comment.