Skip to content

Commit aa89fba

Browse files
committed
Gromox 2.17
1 parent 28f49a5 commit aa89fba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ EXTRA_libgxs_midb_agent_la_DEPENDENCIES = ${default_sym}
130130

131131
http_SOURCES = exch/http/hpm_processor.cpp exch/http/hpm_processor.h exch/http/http_parser.cpp exch/http/http_parser.h exch/http/listener.cpp exch/http/listener.h exch/http/main.cpp exch/http/mod_cache.cpp exch/http/mod_cache.hpp exch/http/mod_fastcgi.cpp exch/http/mod_fastcgi.h exch/http/mod_rewrite.cpp exch/http/mod_rewrite.h exch/http/pdu_ndr.cpp exch/http/pdu_ndr.h exch/http/pdu_ndr_ids.hpp exch/http/pdu_processor.cpp exch/http/pdu_processor.h exch/http/resource.h exch/http/system_services.cpp exch/http/system_services.hpp lib/svc_loader.cpp
132132
http_LDADD = -lpthread ${libcrypto_LIBS} ${dl_LIBS} ${fmt_LIBS} ${gss_LIBS} ${libHX_LIBS} ${libssl_LIBS} libgromox_common.la libgromox_cplus.la libgromox_epoll.la libgromox_email.la libgromox_rpc.la libgromox_mapi.la
133-
midb_SOURCES = exch/midb/cmd_parser.cpp exch/midb/cmd_parser.h exch/midb/common_util.cpp exch/midb/common_util.h exch/midb/exmdb_client.h exch/midb/listener.h exch/midb/mail_engine.cpp exch/midb/mail_engine.hpp exch/midb/main.cpp exch/midb/system_services.hpp lib/svc_loader.cpp
133+
midb_SOURCES = exch/midb/cmd_parser.cpp exch/midb/cmd_parser.h exch/midb/common_util.cpp exch/midb/common_util.h exch/midb/exmdb_client.h exch/midb/mail_engine.cpp exch/midb/mail_engine.hpp exch/midb/main.cpp exch/midb/system_services.hpp lib/svc_loader.cpp
134134
midb_LDADD = -lpthread ${libHX_LIBS} ${dl_LIBS} ${iconv_LIBS} ${jsoncpp_LIBS} ${sqlite_LIBS} libgromox_common.la libgromox_cplus.la libgromox_dbop.la libgromox_email.la libgromox_exrpc.la libgromox_mapi.la
135135
zcore_SOURCES = exch/zcore/ab_tree.cpp exch/zcore/ab_tree.h exch/zcore/attachment_object.cpp exch/zcore/bounce_producer.hpp exch/zcore/common_util.cpp exch/zcore/common_util.h exch/zcore/container_object.cpp exch/zcore/exmdb_client.cpp exch/zcore/exmdb_client.h exch/zcore/folder_object.cpp exch/zcore/ics_state.cpp exch/zcore/ics_state.h exch/zcore/icsdownctx_object.cpp exch/zcore/icsupctx_object.cpp exch/zcore/main.cpp exch/zcore/message_object.cpp exch/zcore/names.cpp exch/zcore/object_tree.cpp exch/zcore/object_tree.h exch/zcore/objects.hpp exch/zcore/rpc_ext.cpp exch/zcore/rpc_ext.h exch/zcore/rpc_parser.cpp exch/zcore/rpc_parser.hpp exch/zcore/store_object.cpp exch/zcore/store_object.h exch/zcore/system_services.hpp exch/zcore/table_object.cpp exch/zcore/table_object.h exch/zcore/user_object.cpp exch/zcore/zserver.cpp exch/zcore/zserver.hpp lib/svc_loader.cpp
136136
zcore_LDADD = -lpthread ${libcrypto_LIBS} ${dl_LIBS} ${libHX_LIBS} ${libssl_LIBS} libgromox_common.la libgromox_cplus.la libgromox_email.la libgromox_exrpc.la libgromox_mapi.la

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
AC_INIT([gromox], [2.16])
1+
AC_INIT([gromox], [2.17])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])
55
AC_CONFIG_HEADERS([config.h])
6-
AM_INIT_AUTOMAKE([1.10 -Wall -Wno-portability foreign subdir-objects])
6+
AM_INIT_AUTOMAKE([1.10 -Wall -Wno-portability foreign subdir-objects tar-pax dist-zstd no-dist-gzip])
77
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
88
LT_INIT([disable-static])
99
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])

doc/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Development 2.6.137
2-
===================
1+
Gromox 2.17 (2023-11-11)
2+
========================
33

44
Fixes:
55

@@ -13,7 +13,7 @@ Fixes:
1313

1414
Enhancements:
1515

16-
* http: Windows SSO support via NTLMSSP
16+
* http: Windows SSO support via HTTP Negotiate authentication
1717
* daemons: support for alternate login names
1818
(this allows for assigning shorter usernames for grommunio-web)
1919
* exmdb: augment create_folder and movecopy_folder RPCs with a 32-bit error

0 commit comments

Comments
 (0)