Component |
dependencies |
-
+
Overall |
-
-
- |
+ |
-
+
+ ch.qos.logback.core.net.ssl.* |
+ |
+
+
+
JaninoEventEvaluatorBase and derived classes |
@@ -52,7 +56,7 @@ logback-core
|
-
+
SMTPAppenderBase and derived classes |
@@ -72,13 +76,13 @@ logback-core
logback-classic
-
+
Component |
dependencies |
-
+
Overall |
@@ -88,7 +92,7 @@ logback-classic
|
-
+
Overall |
@@ -110,7 +114,7 @@ logback-classic
|
-
+
ch.qos.logback.classic.selector.* |
@@ -120,7 +124,7 @@ logback-classic
|
-
+
c.q.l.c.boolex.JaninoEventEvaluator |
@@ -149,13 +153,13 @@ logback-classic
logback-access
-
+
Component |
dependencies |
-
+
Overall |
@@ -165,7 +169,7 @@ logback-access
|
-
+
Overall |
@@ -176,7 +180,7 @@ logback-access
|
-
+
Overall |
@@ -187,7 +191,7 @@ logback-access
|
-
+
ch.qos.logback.access.jetty.* |
@@ -197,7 +201,7 @@ logback-access
|
-
+
ch.qos.logback.access.tomcat.* |
diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html
index 646f945f6b..2d52816fd6 100755
--- a/logback-site/src/site/pages/news.html
+++ b/logback-site/src/site/pages/news.html
@@ -28,10 +28,9 @@ Logback News
announce mailing list.
-
- May , 2013 - Release of version 1.1.0
+ May 10th, 2013 - Release of version 1.0.13
In logback-access MANIFEST file, imports of Jetty and Tomcat
are now optional. This fixes May , 2013 - Release of version 1.1.0
pull request.
- Logback will now correctly parse variables with a default
+ 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 LOGBACK-859
reported by Yoni Moses.
+ In InterpretationContext class replaced code using
+ JDK 1.6 API with code using JDK 1.5. This fixes LOGBACK-860
+ reproted by Bas Stoker.
+
+
Updated the "org.fusesource.jansi:jansi" dependency to version
1.9.
diff --git a/pom.xml b/pom.xml
index 3248e3a459..c73f351d84 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
ch.qos.logback
logback-parent
- 1.1.0-SNAPSHOT
+ 1.0.13
pom
Logback-Parent
logback project pom.xml file
| | |