
The branch, master has been updated via 61bfd0d0ba8d095ce395ab763f8047307a58c418 (commit) from e5c863712b04faf94fab7678f01081f424e03893 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=61bfd0d0ba8d095ce395ab763... http://github.com/ceki/logback/commit/61bfd0d0ba8d095ce395ab763f8047307a58c4... commit 61bfd0d0ba8d095ce395ab763f8047307a58c418 Author: Ceki Gulcu <ceki@qos.ch> Date: Sun Nov 8 19:44:41 2009 +0100 applied patch supplied by Hugues Malphettes in LBCLASSIC-165 diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml index 47dda97..26beab2 100644 --- a/logback-classic/pom.xml +++ b/logback-classic/pom.xml @@ -208,8 +208,7 @@ </executions> <configuration> <instructions> - <Export-Package>ch.qos.logback.classic.*</Export-Package> - <Export-Package>org.slf4j.impl;version=1.5.6</Export-Package> + <Export-Package>ch.qos.logback.classic*, org.slf4j.impl;version=1.5.6</Export-Package> <Import-Package> sun.reflect;resolution:=optional, javax.jms;resolution:=optional, * diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html index a0e1217..2efe00d 100644 --- a/logback-site/src/site/pages/news.html +++ b/logback-site/src/site/pages/news.html @@ -28,6 +28,16 @@ <hr width="80%" align="center" /> + <h3>13th of November 2009 - Release of version 0.9.18</h3> + + <p>Fixed Private-Package and Export-Package sections in + logback-classic.jar MANIFEST as reported in <a + href="http://jira.qos.ch/browse/LBCLASSIC-165">LBCLASSIC-165</a> + by applying the relavant patch supplied by Hugues Malphettes. + </p> + + <hr width="80%" align="center" /> + <h3>9th of August 2009 - Release of version 0.9.17</h3> <p><code>PackagingDataCalculator</code> now correctly deals with ----------------------------------------------------------------------- Summary of changes: logback-classic/pom.xml | 3 +-- logback-site/src/site/pages/news.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.