Skip to content

Commit 088edbb

Browse files
authored
Merge pull request #240 from apache/Feature/239-Android-Support
#239 detect Android and use environment variables instead of AppSettings
2 parents 9562bae + 47ecf16 commit 088edbb

File tree

16 files changed

+101
-51
lines changed

16 files changed

+101
-51
lines changed

doc/MailTemplate.Announce.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
2-
Subject: [ANNOUNCE] Apache log4net 3.0.5 released
2+
Subject: [ANNOUNCE] Apache log4net 3.1.0 released
33

44
Hi,
55

6-
the Apache log4net team is pleased to announce the 3.0.5 release.
6+
the Apache log4net team is pleased to announce the 3.1.0 release.
77
For further information (support, download, etc.) see
88
- https://logging.apache.org/log4net/release/release-notes.html
9-
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.0.5
10-
- https://www.nuget.org/packages/log4net/3.0.5
9+
- https://github.com/apache/logging-log4net/releases/tag/rel%2F3.1.0
10+
- https://www.nuget.org/packages/log4net/3.1.0

doc/MailTemplate.Result.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2-
Subject: [RESULT][VOTE] Release Apache Log4net 3.0.5
2+
Subject: [RESULT][VOTE] Release Apache Log4net 3.1.0
33

44
and here is my +1.
55

@@ -9,6 +9,6 @@ I will continue the release process.
99
Jan
1010

1111
---------------------------------------------------------------------------------------------------
12-
This is a vote to release the Apache Log4net 3.0.5.
12+
This is a vote to release the Apache Log4net 3.1.0.
1313

1414
...

doc/MailTemplate.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
2-
Subject: [VOTE] Release Apache Log4net 3.0.5
2+
Subject: [VOTE] Release Apache Log4net 3.1.0
33

4-
This is a vote to release the Apache Log4net 3.0.5.
4+
This is a vote to release the Apache Log4net 3.1.0.
55

66
Website: https://logging.staged.apache.org/log4net/release/release-notes.html
77
GitHub: https://github.com/apache/logging-log4net
88
Commit: <todo insert>
9-
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.5
9+
Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.1.0
1010
Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
1111
Review kit: https://logging.apache.org/log4net/release/release-review-instructions.html
1212

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "log4net",
3-
"version": "3.0.5",
3+
"version": "3.1.0",
44
"description": "Log4Net is a logging framework for .NET",
55
"scripts": {
66
"test": "run-s clean-build test-dotnet run-dotnet-core-tests",
@@ -47,4 +47,4 @@
4747
"@antora/site-generator-default": "^3.2.0-alpha.4",
4848
"@asciidoctor/tabs": "^1.0.0-beta.6"
4949
}
50-
}
50+
}

pom.xml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
~ Licensed to the Apache Software Foundation (ASF) under one or more
44
~ contributor license agreements. See the NOTICE file distributed with
@@ -15,40 +15,30 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
19-
child.project.url.inherit.append.path="false"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
21-
18+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" child.project.url.inherit.append.path="false" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2219
<modelVersion>4.0.0</modelVersion>
23-
2420
<parent>
2521
<groupId>org.apache.logging</groupId>
2622
<artifactId>logging-parent</artifactId>
2723
<version>12.1.0</version>
2824
</parent>
29-
3025
<packaging>pom</packaging>
3126
<groupId>org.apache.logging.log4net</groupId>
3227
<artifactId>apache-log4net</artifactId>
3328
<version>${revision}</version>
34-
3529
<name>Apache log4net</name>
3630
<description>Logging framework for Microsoft .NET Framework.</description>
3731
<url>https://logging.apache.org/log4net</url>
3832
<inceptionYear>2004</inceptionYear>
39-
40-
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false"
41-
child.scm.url.inherit.append.path="false">
33+
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
4234
<connection>scm:git:https://github.com/apache/logging-log4net</connection>
4335
<developerConnection>scm:git:https://github.com/apache/logging-log4net</developerConnection>
4436
<url>https://github.com/apache/logging-log4net</url>
4537
</scm>
46-
4738
<issueManagement>
4839
<system>GitHub Issues</system>
4940
<url>https://github.com/apache/logging-log4net/issues</url>
5041
</issueManagement>
51-
5242
<mailingLists>
5343
<mailingList>
5444
<name>logging commits: all git commits of the logging projects including log4net</name>
@@ -58,17 +48,14 @@
5848
<archive>https://mail-archives.apache.org/mod_mbox/logging-commits/</archive>
5949
</mailingList>
6050
</mailingLists>
61-
6251
<ciManagement>
6352
<system>GitHub Actions</system>
6453
<url>https://github.com/apache/logging-log4net/actions</url>
6554
</ciManagement>
66-
6755
<properties>
6856
<!-- project version -->
6957
<revision>3.1.0-SNAPSHOT</revision>
7058
</properties>
71-
7259
<build>
7360
<plugins>
7461
<plugin>

scripts/build-preview.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
$Version = '3.0.5'
2-
$Preview = '1'
1+
param(
2+
$Version = '3.1.0',
3+
$Preview = '3'
4+
)
35
'building ...'
46
dotnet build -c Release "-p:GeneratePackages=true;PackageVersion=$Version-preview.$Preview" $PSScriptRoot/../src/log4net/log4net.csproj
57
'signing ...'

src/changelog/3.1,0/209-migrate-log4net-site-to-antora.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<issue id="209" link="https://github.com/apache/logging-log4net/issues/209"/>
77
<issue id="210" link="https://github.com/apache/logging-log4net/pull/210"/>
88
<description format="asciidoc">Migrate the log4net site to Antora and use logging-parent pom
9-
(implemented by @freeandnil in https://github.com/apache/logging-log4net/pull/210[#210])</description>
9+
(implemented by @FreeAndNil in https://github.com/apache/logging-log4net/pull/210[#210])</description>
1010
</entry>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="fixed">
6+
<issue id="163" link="https://github.com/apache/logging-log4net/issues/163"/>
7+
<issue id="231" link="https://github.com/apache/logging-log4net/issues/231"/>
8+
<issue id="232" link="https://github.com/apache/logging-log4net/pull/232"/>
9+
<issue id="236" link="https://github.com/apache/logging-log4net/issues/236"/>
10+
<description format="asciidoc">RollingFileAppender does not respect the MaxSizeRollBackups with positive CountDirection
11+
(implemented by @gdziadkiewicz in https://github.com/apache/logging-log4net/pull/232[#232])</description>
12+
</entry>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="added">
6+
<issue id="239" link="https://github.com/apache/logging-log4net/issues/239"/>
7+
<issue id="240" link="https://github.com/apache/logging-log4net/pull/240"/>
8+
<description format="asciidoc">detect Android and use environment variables instead of AppSettings
9+
(reported by @arunjose696, implemented by @FreeAndNil in https://github.com/apache/logging-log4net/pull/240[#240])</description>
10+
</entry>

0 commit comments

Comments
 (0)