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

mseidel pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


    from 0038efe05a As of Python 3.8, the pkg-config "--libs" needed to build 
with Python, differ between Python modules and applications that embed Python 
(see https://bugs.python.org/issue36721).
     new 2dc7e66cdc Implement a com.sun.star.logging.SyslogHandler service that 
logs to syslog.
     new a1b6a2a0b7 Adjusting version number before cherry-picking it for AOO42X

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:
 main/extensions/source/logging/log.component       |   3 +
 main/extensions/source/logging/log_services.cxx    |   2 +
 main/extensions/source/logging/makefile.mk         |   1 +
 .../{consolehandler.cxx => sysloghandler.cxx}      | 196 ++++++++++++++-------
 main/offapi/UnoApi_offapi.mk                       |   1 +
 .../logging/{FileHandler.idl => SyslogHandler.idl} |  49 +++---
 6 files changed, 158 insertions(+), 94 deletions(-)
 copy main/extensions/source/logging/{consolehandler.cxx => sysloghandler.cxx} 
(63%)
 copy main/offapi/com/sun/star/logging/{FileHandler.idl => SyslogHandler.idl} 
(70%)

Reply via email to