From: <log...@li...> - 2023-03-12 16:42:14
|
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 "Log4cpp Git repository.". The branch, master has been updated via 81e062c018c4642ab2e416084b4d43391ac087f4 (commit) via 10b3aeb3b9433198aa64456a6a0efea166134f25 (commit) via c383936fcb74f587ef529f618270b651a741859f (commit) from 231e96104cf739b03ca011c8b838ac834395e73d (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://sourceforge.net/p/log4cpp/codegit/ci/ commit 81e062c018c4642ab2e416084b4d43391ac087f4 Author: Alexander Perepelkin <san...@us...> Date: Sun Mar 12 19:33:20 2023 +0300 Changelog diff --git a/ChangeLog b/ChangeLog index 1b064fa..b0b3df8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2023-03-11 17:30 sanchouss_ + * fix for bug 152: use timespec and clock_settime for c++11 and higher; use stime for glibc version lower than 2.31; none for other cases + 2023-02-10 13:22 sanchouss_ * Replace obsolete auto_ptr removed in C++17 with newer unique_ptr since C++11 * Replace older Non-throwing dynamic exception specification throw() removed in C++20 with newer noexcept since C++11 http://sourceforge.net/p/log4cpp/codegit/ci/ commit 81e062c018c4642ab2e416084b4d43391ac087f4 Author: Alexander Perepelkin <san...@us...> Date: Sun Mar 12 19:33:20 2023 +0300 Changelog diff --git a/ChangeLog b/ChangeLog index 1b064fa..b0b3df8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2023-03-11 17:30 sanchouss_ + * fix for bug 152: use timespec and clock_settime for c++11 and higher; use stime for glibc version lower than 2.31; none for other cases + 2023-02-10 13:22 sanchouss_ * Replace obsolete auto_ptr removed in C++17 with newer unique_ptr since C++11 * Replace older Non-throwing dynamic exception specification throw() removed in C++20 with newer noexcept since C++11 http://sourceforge.net/p/log4cpp/codegit/ci/ commit 81e062c018c4642ab2e416084b4d43391ac087f4 Author: Alexander Perepelkin <san...@us...> Date: Sun Mar 12 19:33:20 2023 +0300 Changelog diff --git a/ChangeLog b/ChangeLog index 1b064fa..b0b3df8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2023-03-11 17:30 sanchouss_ + * fix for bug 152: use timespec and clock_settime for c++11 and higher; use stime for glibc version lower than 2.31; none for other cases + 2023-02-10 13:22 sanchouss_ * Replace obsolete auto_ptr removed in C++17 with newer unique_ptr since C++11 * Replace older Non-throwing dynamic exception specification throw() removed in C++20 with newer noexcept since C++11 ----------------------------------------------------------------------- Summary of changes: ChangeLog | 3 +++ tests/testDailyRollingFileAppender.cpp | 19 +++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) hooks/post-receive -- Log4cpp Git repository. |