You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/05/01 20:52:04 UTC

[logging-log4cxx] branch master updated (de24ce1 -> de537d7)

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git.


    from de24ce1  Updated change report to have date and latest bugfix
     new f7b4cf7  Fixed date typo
     new de537d7  Added other files to cpack ignore

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                        | 2 +-
 src/site/markdown/change-report-gh.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[logging-log4cxx] 01/02: Fixed date typo

Posted by rm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit f7b4cf7bbe02aa26227c98ee889af19ffd8caa7c
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sat May 1 16:51:30 2021 -0400

    Fixed date typo
---
 src/site/markdown/change-report-gh.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/change-report-gh.md b/src/site/markdown/change-report-gh.md
index 2a95050..ca3c420 100644
--- a/src/site/markdown/change-report-gh.md
+++ b/src/site/markdown/change-report-gh.md
@@ -41,7 +41,7 @@ Changelog {#changelog}
 | [0.0.1](#0.0.1)   | 2003-05-31 |                      |
 
 <a name="0.12.0"/>
-## Release 0.12.0 - 2020-05-01
+## Release 0.12.0 - 2021-05-01
 
 This is the first release to require a minimum version of C++11.  This means that all objects in log4cxx
 are now created using `std::shared_ptr` as the smart pointer implementation.

[logging-log4cxx] 02/02: Added other files to cpack ignore

Posted by rm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit de537d763dab14c2ed3de67608b35eb5dbf87363
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sat May 1 16:51:50 2021 -0400

    Added other files to cpack ignore
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ed6d702..e5b44ef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,7 +173,7 @@ option(APACHE_MAINTAINER "Apache maintainer" OFF)
 if(APACHE_MAINTAINER)
     set(CPACK_SOURCE_PACKAGE_FILE_NAME "apache-log4cxx-${LOG4CXX_RELEASE_VERSION}")
     set(CPACK_SOURCE_GENERATOR "TGZ;ZIP")
-    set(CPACK_SOURCE_IGNORE_FILES ".git/;build/;.vs/;out/")
+    set(CPACK_SOURCE_IGNORE_FILES ".git/;build/;.vs/;out/;CMakeLists.txt.user;src/main/abi-symbols/*")
     include(CPack)
 
     add_custom_target( dist