[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.25-54-gc6c098f

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Dec 22 23:13:21 CET 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  c6c098ff63d8af47d10da2bb5a90f6aaea011c59 (commit)
      from  668e4464586c07ebe59c578406c3e7799508d46f (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=c6c098ff63d8af47d10da2bb5a90f6aaea011c59
http://github.com/ceki/logback/commit/c6c098ff63d8af47d10da2bb5a90f6aaea011c59

commit c6c098ff63d8af47d10da2bb5a90f6aaea011c59
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Dec 22 22:54:38 2010 +0100

    - minor edits to news.html
    - preparing release 0.9.27

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index b0e7ab3..11bb3db 100644
--- a/logback-access/pom.xml
+++ b/logback-access/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>0.9.27-SNAPSHOT</version>
+    <version>0.9.27</version>
   </parent>
 
   <artifactId>logback-access</artifactId>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index f5dbbcb..7eea5e8 100644
--- a/logback-classic/pom.xml
+++ b/logback-classic/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>0.9.27-SNAPSHOT</version>
+    <version>0.9.27</version>
   </parent>
 
   <artifactId>logback-classic</artifactId>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index d8b6207..ec015b0 100644
--- a/logback-core/pom.xml
+++ b/logback-core/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>0.9.27-SNAPSHOT</version>
+    <version>0.9.27</version>
   </parent>
 
   <artifactId>logback-core</artifactId>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 50fd2a0..2428f24 100644
--- a/logback-examples/pom.xml
+++ b/logback-examples/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>0.9.27-SNAPSHOT</version>
+    <version>0.9.27</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index d4a317c..2c2b192 100644
--- a/logback-site/pom.xml
+++ b/logback-site/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>ch.qos.logback</groupId>
 		<artifactId>logback-parent</artifactId>
-		<version>0.9.27-SNAPSHOT</version>
+		<version>0.9.27</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html
index 99f8e53..4144b5d 100644
--- a/logback-site/src/site/pages/news.html
+++ b/logback-site/src/site/pages/news.html
@@ -33,9 +33,13 @@
     <p>Added a new section in the documentation about <a
     href="recipes/index.html">real-world inspired recipes</a>.</p>
 
-    <p><code>PatternLayout</code> now supports
-    compound conversion words of which <a
-    href="manual/layouts.html#replace">"%replace"</a> is one example.
+    <p><code>PatternLayout</code> now supports compound conversion
+    words of which <a
+    href="manual/layouts.html#replace">"%replace"</a> is one
+    example. This change involved a significant re-write of the
+    pattern tokenizer, the pattern parser and the pattern
+    compiler. However, the changes should be backward compatible as far
+    as users are concerned.
     </p>
 
     <p>The <a href="manual/appenders.html#smtpTo"><span
diff --git a/pom.xml b/pom.xml
index 3d6af6d..b91736b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>0.9.27-SNAPSHOT</version>
+  <version>0.9.27</version>
   <packaging>pom</packaging>
   <name>Logback-Parent</name>
   

-----------------------------------------------------------------------

Summary of changes:
 logback-access/pom.xml                |    2 +-
 logback-classic/pom.xml               |    2 +-
 logback-core/pom.xml                  |    2 +-
 logback-examples/pom.xml              |    2 +-
 logback-site/pom.xml                  |    2 +-
 logback-site/src/site/pages/news.html |   10 +++++++---
 pom.xml                               |    2 +-
 7 files changed, 13 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list