You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2017/08/17 14:41:06 UTC

[1/6] logging-log4cxx git commit: Set release date to today.

Repository: logging-log4cxx
Updated Branches:
  refs/heads/release_scripts 85583f525 -> 41c0a994f


Set release date to today.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/c7291baf
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/c7291baf
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/c7291baf

Branch: refs/heads/release_scripts
Commit: c7291baf0015c27cc1e49e092906dcea09d9c621
Parents: 85583f5
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 16:27:50 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 16:27:50 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/c7291baf/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c30826d..26c40d8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 
 	<body>
 		<release	version="0.11.1"
-					date="XXXX-XX-XX"
+					date="2017-08-17"
 					description="Maintenance release">
 		</release>
 


[5/6] logging-log4cxx git commit: No 0.11.1 yet.

Posted by ts...@apache.org.
No 0.11.1 yet.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/4c3f0dde
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/4c3f0dde
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/4c3f0dde

Branch: refs/heads/release_scripts
Commit: 4c3f0dde3956bc01443f72a064a465e6ae7dd9b6
Parents: 519abb5
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 16:39:40 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 16:39:40 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/4c3f0dde/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..2be88c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,7 @@
 
 	<body>
 		<release	version="0.11.0"
-					date="2017-08-17"
+					date="XXXX-XX-XX"
 					description="Maintenance release">
 			<action issue="LOGCXX-488" type="fix">Space after log level hides messages</action>
 			<action issue="LOGCXX-484" type="fix">Spelling error s/excute/execute</action>


[3/6] logging-log4cxx git commit: No 0.11.1 yet.

Posted by ts...@apache.org.
No 0.11.1 yet.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/1ee2e4a8
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/1ee2e4a8
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/1ee2e4a8

Branch: refs/heads/release_scripts
Commit: 1ee2e4a82ce6b4ae935a7f78d1870b2106d1a6f4
Parents: fabf01c
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 16:32:30 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 16:32:30 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/1ee2e4a8/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index accc209..f43a275 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,9 +23,9 @@
 	</properties>
 
 	<body>
-		<release	version="0.11.0"
-					date="2017-08-17"
-					description="Maintenance release">
+
+
+
 			<action issue="LOGCXX-488" type="fix">Space after log level hides messages</action>
 			<action issue="LOGCXX-484" type="fix">Spelling error s/excute/execute</action>
 			<action issue="LOGCXX-482" type="fix">Build failure with GCC-6</action>
@@ -102,7 +102,7 @@
 			<action type="update">Behavior of StringHelper::startsWith and endsWith synced</action>
 			<action type="update">Documented C (class) and M (method) log format keywords.</action>
 			<action type="add">Locationinfo for Borland C++ Builder and successors improved</action>
-		</release>
+
 
 		<release	version="0.10.0"
 					date="2008-04-03"


[6/6] logging-log4cxx git commit: Remove "-e" because a missing branch shouldn't stop the other executions and remove the last release date.

Posted by ts...@apache.org.
Remove "-e" because a missing branch shouldn't stop the other executions and remove the last release date.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/41c0a994
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/41c0a994
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/41c0a994

Branch: refs/heads/release_scripts
Commit: 41c0a994fb53ea58829a3585dfadb0c65244bb7a
Parents: 4c3f0dd
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 16:40:27 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 16:40:27 2017 +0200

----------------------------------------------------------------------
 releasePurge.sh | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/41c0a994/releasePurge.sh
----------------------------------------------------------------------
diff --git a/releasePurge.sh b/releasePurge.sh
index d692e93..8f17bb7 100755
--- a/releasePurge.sh
+++ b/releasePurge.sh
@@ -1,4 +1,4 @@
-#! /bin/bash -e
+#! /bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.
@@ -44,16 +44,20 @@ function purge_branch_and_tag()
 
 function revert_pom_and_changes()
 {
+  # Remove not needed "release" node.
   sed -i -r "s/^(\t<version>).+(<)/\10.11.0-SNAPSHOT\2/" "pom.xml"
   sed -i -r "1,/.+<release.+/ s/.+<release.+//"          "src/changes/changes.xml"
   sed -i -r "1,/.+date=.+/ s/.+date=.+//"                "src/changes/changes.xml"
   sed -i -r "1,/.+description=.+/ s/.+description=.+//"  "src/changes/changes.xml"
   sed -i -r "1,/.+<\/release.+/ s/.+<\/release.+//"      "src/changes/changes.xml"
   
-  # Don't know ho to remove the created newlines in changes easier...
+  # Don't know how to remove the left newlines easier...
   local changes=$(cat "src/changes/changes.xml")
   echo "${changes/$'\n\n\n\n\n'/}" > "src/changes/changes.xml"
 
+  # Last release date needs to be "unknown":
+  sed -i -r "1,/.+date=.+/ s/date=\".+\"/date=\"XXXX-XX-XX\"/" "src/changes/changes.xml"
+
   git add "pom.xml"
   git add "src/changes/changes.xml"
 


[4/6] logging-log4cxx git commit: Revert "No 0.11.1 yet."

Posted by ts...@apache.org.
Revert "No 0.11.1 yet."

This reverts commit 1ee2e4a82ce6b4ae935a7f78d1870b2106d1a6f4.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/519abb54
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/519abb54
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/519abb54

Branch: refs/heads/release_scripts
Commit: 519abb549a71d4a63b3f8742864ab5f510afed58
Parents: 1ee2e4a
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 16:33:08 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 16:33:08 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/519abb54/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f43a275..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,9 +23,9 @@
 	</properties>
 
 	<body>
-
-
-
+		<release	version="0.11.0"
+					date="2017-08-17"
+					description="Maintenance release">
 			<action issue="LOGCXX-488" type="fix">Space after log level hides messages</action>
 			<action issue="LOGCXX-484" type="fix">Spelling error s/excute/execute</action>
 			<action issue="LOGCXX-482" type="fix">Build failure with GCC-6</action>
@@ -102,7 +102,7 @@
 			<action type="update">Behavior of StringHelper::startsWith and endsWith synced</action>
 			<action type="update">Documented C (class) and M (method) log format keywords.</action>
 			<action type="add">Locationinfo for Borland C++ Builder and successors improved</action>
-
+		</release>
 
 		<release	version="0.10.0"
 					date="2008-04-03"


[2/6] logging-log4cxx git commit: No 0.11.1 yet.

Posted by ts...@apache.org.
No 0.11.1 yet.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/fabf01c3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/fabf01c3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/fabf01c3

Branch: refs/heads/release_scripts
Commit: fabf01c3e20783928aaf7d4635138ea2d0194d63
Parents: c7291ba
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 16:30:58 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 16:30:58 2017 +0200

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/fabf01c3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 504f151..5697b54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<groupId>log4cxx</groupId>
 	<artifactId>apache-log4cxx</artifactId>
 	<packaging>pom</packaging>
-	<version>0.11.1-SNAPSHOT</version>
+	<version>0.11.0-SNAPSHOT</version>
 	<name>Apache log4cxx</name>
 	<description>Logging framework for C++.</description>
 	<url>http://logging.apache.org/log4cxx</url>

http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/fabf01c3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 26c40d8..accc209 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,11 +23,6 @@
 	</properties>
 
 	<body>
-		<release	version="0.11.1"
-					date="2017-08-17"
-					description="Maintenance release">
-		</release>
-
 		<release	version="0.11.0"
 					date="2017-08-17"
 					description="Maintenance release">