|
From: <log...@li...> - 2026-02-12 20:37:10
|
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 907e8a1e2a0d32ebefaefca651ac9dfdddeade4f (commit)
via 09f5ccd0fa5e22c2269634e434bf10f682144c85 (commit)
via a97cc15c587cd4e540580e8e952a529789e97fea (commit)
via 7d980b18c94425433cd6c563c2dcbe6f85bfa280 (commit)
from 95bb9cc7e65302754f1d14ba81d47e6ce7bd95fb (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 907e8a1e2a0d32ebefaefca651ac9dfdddeade4f
Author: Alexander Perepelkin <san...@us...>
Date: Thu Feb 12 21:29:35 2026 +0100
Sync lib versions in CMakeLists.txt and configure.in, set 1.1.6
diff --git a/configure.in b/configure.in
index 1dbc434..be686eb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([log4cpp],[1.1])
+AC_INIT([log4cpp],[1.1.6])
# autoconf 2.50 minimum required until 2025 to rebuild aclocal.m4, because the
# AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro; since then only
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 907e8a1e2a0d32ebefaefca651ac9dfdddeade4f
Author: Alexander Perepelkin <san...@us...>
Date: Thu Feb 12 21:29:35 2026 +0100
Sync lib versions in CMakeLists.txt and configure.in, set 1.1.6
diff --git a/configure.in b/configure.in
index 1dbc434..be686eb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([log4cpp],[1.1])
+AC_INIT([log4cpp],[1.1.6])
# autoconf 2.50 minimum required until 2025 to rebuild aclocal.m4, because the
# AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro; since then only
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 907e8a1e2a0d32ebefaefca651ac9dfdddeade4f
Author: Alexander Perepelkin <san...@us...>
Date: Thu Feb 12 21:29:35 2026 +0100
Sync lib versions in CMakeLists.txt and configure.in, set 1.1.6
diff --git a/configure.in b/configure.in
index 1dbc434..be686eb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([log4cpp],[1.1])
+AC_INIT([log4cpp],[1.1.6])
# autoconf 2.50 minimum required until 2025 to rebuild aclocal.m4, because the
# AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro; since then only
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 907e8a1e2a0d32ebefaefca651ac9dfdddeade4f
Author: Alexander Perepelkin <san...@us...>
Date: Thu Feb 12 21:29:35 2026 +0100
Sync lib versions in CMakeLists.txt and configure.in, set 1.1.6
diff --git a/configure.in b/configure.in
index 1dbc434..be686eb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([log4cpp],[1.1])
+AC_INIT([log4cpp],[1.1.6])
# autoconf 2.50 minimum required until 2025 to rebuild aclocal.m4, because the
# AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro; since then only
-----------------------------------------------------------------------
Summary of changes:
THANKS | 8 ++++----
bcb5/testConfig/testConfig.bpf | 5 +++--
configure.in | 2 +-
.../log4cpp_as_package/log4cpp_as_package.cpp | 3 ++-
.../log4cpp_as_subproject/log4cpp_as_subproject.cpp | 3 ++-
msvc10/log4cppRunnable/log4cppRunnable.vcxproj | 16 ++++++++--------
msvc10/testPropConfig/testPropConfig.vcxproj | 8 ++++----
msvc6/testPropConfig/testPropConfig.dsp | 4 ++--
msvc7/testPropConfig/testPropConfig.vcproj | 4 ++--
tests/CMakeLists.txt | 12 ++++++------
tests/Makefile.am | 16 +++++++++-------
tests/jamfile | 2 +-
tests/testDailyRollingFileAppender.cpp | 4 ++--
...> testDailyRollingFileAppender.log4cpp.nt.properties} | 0
...s => testDailyRollingFileAppender.log4cpp.properties} | 0
tests/testPropConfig.cpp | 6 +++---
....nt.property => testPropConfig.log4cpp.nt.properties} | 0
...og4cpp.property => testPropConfig.log4cpp.properties} | 0
tests/testPropertyConfig.cpp | 6 +++---
....properties => testPropertyConfig.log4cpp.properties} | 0
tests/{testConfig.cpp => testSimpleConfig.cpp} | 6 +++---
tests/{log4cpp.init => testSimpleConfig.log4cpp.init} | 0
tests/testmain.cpp | 1 +
23 files changed, 56 insertions(+), 50 deletions(-)
rename tests/{testConfig.log4cpp.dailyroll.nt.properties => testDailyRollingFileAppender.log4cpp.nt.properties} (100%)
rename tests/{testConfig.log4cpp.dailyroll.properties => testDailyRollingFileAppender.log4cpp.properties} (100%)
rename tests/{log4cpp.nt.property => testPropConfig.log4cpp.nt.properties} (100%)
rename tests/{log4cpp.property => testPropConfig.log4cpp.properties} (100%)
rename tests/{testConfig.log4cpp.properties => testPropertyConfig.log4cpp.properties} (100%)
rename tests/{testConfig.cpp => testSimpleConfig.cpp} (91%)
rename tests/{log4cpp.init => testSimpleConfig.log4cpp.init} (100%)
hooks/post-receive
--
Log4cpp Git repository.
|