Skip to content

Commit

Permalink
Add links to Logging Services support, security and download pages (#372
Browse files Browse the repository at this point in the history
)
  • Loading branch information
swebb2066 authored Apr 27, 2024
1 parent 691d679 commit 6f5ce0b
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 128 deletions.
35 changes: 32 additions & 3 deletions src/site/markdown/0-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,36 @@ Community {#community}
limitations under the License.
-->

See the following pages for community information:
# Getting help {#support}

* @subpage issue-tracking
* @subpage mailing-lists
If you are using an older version, search the [change log], [JIRA] and [mailing list archives]
to determine whether your problem has been fixed some time ago.

If you already digged through the code and found a problem in the Log4cxx implementation
or the Log4cxx build scripts, feel free to directly raise an issue in [Github Issues].
*Please don't just open bugs only because things don't work for you*,
some issues simply aren't bugs in the code base of the project or it's build tools,
but may have a lot of different other reasons.

If things really only don't work and you don't have any clue why,
please use the [official support channels],
i.e., [usage mailing list](mailto:[email protected]),
[developer mailing lists](mailto:[email protected])
or [GitHub Discussions] instead.

# Reporting a security issue {#security}

Refer to the [official security page] for how to get support on security issues.

# Official releases {#artifacts}

See [artifact locations] for where you can get offical release artifacts and how to verify them.

[change log]:@ref changelog
[JIRA]: https://issues.apache.org/jira/browse/LOGCXX
[mailing list archives]: http://mail-archives.apache.org/mod_mbox/logging-log4cxx-user
[Github Issues]: https://github.com/apache/logging-log4cxx/issues
[GitHub Discussions]: https://github.com/apache/logging-log4cxx/discussions
[official support channels]: https://logging.apache.org/support.html
[official security page]: https://logging.apache.org/security.html
[artifact locations]: https://logging.apache.org/download.html
3 changes: 1 addition & 2 deletions src/site/markdown/4-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Build {#build}
As of version 0.11.0, the only supported build system for Log4cxx is CMake.
Have a look at the [Building with CMake] page for more information.
If you have trouble building, either [create an issue]
or send a message to the [users mailing list].
or send a message to the [users mailing list](mailto:[email protected]).

See the following pages for information on building Log4cxx:

Expand All @@ -35,4 +35,3 @@ See the following pages for information on building Log4cxx:

[Building with CMake]:@ref build-cmake
[create an issue]: https://github.com/apache/logging-log4cxx/issues
[users mailing list]:@ref mailing-lists
40 changes: 14 additions & 26 deletions src/site/markdown/change-report-gh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changelog {#changelog}
Change Log {#changelog}
===
<!--
Note: License header cannot be first, as doxygen does not generate
Expand All @@ -21,7 +21,7 @@ Changelog {#changelog}
limitations under the License.
-->

# Release History
## Release History {#history}

| Version | Date | Description |
| ------------------- | ---------- | -------------------- |
Expand Down Expand Up @@ -110,8 +110,9 @@ make them ABI stable
* Multiprocess support is available, but Log4cxx must be explicitly compiled with this option

Full release notes are below:
Bug
---

### Bug {#rel_1_0_0_bugs}


- \[[LOGCXX-432](https://issues.apache.org/jira/browse/LOGCXX-432)\] -
AsyncAppender automatically switches to sync mode when e.g. there is
Expand All @@ -124,8 +125,7 @@ Bug
- \[[LOGCXX-563](https://issues.apache.org/jira/browse/LOGCXX-563)\] -
Fix memory leaks

New Feature
-----------
### New Feature {#rel_1_0_0_features}

- \[[LOGCXX-514](https://issues.apache.org/jira/browse/LOGCXX-514)\] -
Create a libfmt layout
Expand All @@ -134,8 +134,7 @@ New Feature
- \[[LOGCXX-559](https://issues.apache.org/jira/browse/LOGCXX-559)\] -
Implement LocationInfoFilter

Improvement
-----------
### Improvement {#rel_1_0_0_improvements}

- \[[LOGCXX-516](https://issues.apache.org/jira/browse/LOGCXX-516)\] -
Make classes ABI-stable
Expand Down Expand Up @@ -178,8 +177,7 @@ ability to block signals from threads that the library creates, automatic
creation of log directories, new color patterns, and the ability to determine
the library version at compile and run-time.

Bug
---
### Bug {#rel_13_0_bugs}

- \[[LOGCXX-102](https://issues.apache.org/jira/browse/LOGCXX-102)\] -
PropertyConfigurator does not process the RollingFileAppender
Expand Down Expand Up @@ -207,14 +205,12 @@ Bug
- \[[LOGCXX-546](https://issues.apache.org/jira/browse/LOGCXX-546)\] -
Multi threaded applications run at single threaded speed

New Feature
-----------
### New Feature {#rel_13_0_features}

- \[[LOGCXX-529](https://issues.apache.org/jira/browse/LOGCXX-529)\] -
Support color and highlight conversion patterns

Improvement
-----------
### Improvement {#rel_13_0_improvements}

- \[[LOGCXX-337](https://issues.apache.org/jira/browse/LOGCXX-337)\] -
Suggested fix for socketappender not reconnecting multiple times
Expand All @@ -229,8 +225,7 @@ Improvement
- \[[LOGCXX-550](https://issues.apache.org/jira/browse/LOGCXX-550)\] -
Add ability to get thread name not just ID

Wish
----
### Wish {#rel_13_0_wish_list}

- \[[LOGCXX-544](https://issues.apache.org/jira/browse/LOGCXX-544)\] -
Please embedd library version in a header
Expand All @@ -244,8 +239,7 @@ Wish
This is a minor bugfix release to fix issues found with 0.12.0. Notably, this version fixes a bug
where a multithreaded application would crash when using a rolling file.

Bug
---
### Bug {#rel_12_1_bugs}

- \[[LOGCXX-534](https://issues.apache.org/jira/browse/LOGCXX-534)\] -
Crashed in log->forcedLog function when running with multi-thread
Expand Down Expand Up @@ -281,8 +275,7 @@ AppenderPtr appender = log4cxx::cast<Appender>(instance);
// both point at the same object.
```

Bug
---
### Bug {#rel_12_0_bugs}

- \[[LOGCXX-322](https://issues.apache.org/jira/browse/LOGCXX-322)\] -
Crashes on exit from multithreaded program using log4cxx
Expand All @@ -303,15 +296,10 @@ Bug
- \[[LOGCXX-526](https://issues.apache.org/jira/browse/LOGCXX-526)\] -
GCC-11.1.0 Support

New Feature
-----------
### New Feature {#rel_12_0_features}

- \[[LOGCXX-515](https://issues.apache.org/jira/browse/LOGCXX-515)\] -
Add macros to utilize libfmt formatting for messages

Improvement
-----------

- \[[LOGCXX-523](https://issues.apache.org/jira/browse/LOGCXX-523)\] -
Add in error handling for rollover errors

Expand Down
59 changes: 0 additions & 59 deletions src/site/markdown/community/issue-tracking.md

This file was deleted.

38 changes: 0 additions & 38 deletions src/site/markdown/community/mailing-lists.md

This file was deleted.

0 comments on commit 6f5ce0b

Please sign in to comment.