Skip to content

Commit

Permalink
Gromox 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Oct 19, 2022
1 parent b55fcb6 commit 9f7c6e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([gromox], [1.32])
AC_INIT([gromox], [1.33])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
17 changes: 12 additions & 5 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
1.32.66
=======
1.33 (2022-10-20)
=================

Enhancements:

* tools: add kdb-uidextract and kdb-uidextract-limited scripts
* tools: add kdb-uidextract and kdb-uidextract-limited scripts to
facilitate ACL conversion
* Per-organization LDAP server support
* Show more distinct icons in GAL (mailing lists now show the ML icon)
* Support PR_THUMBNAIL_PHOTO for room, equipment and mlists
Expand All @@ -12,13 +13,19 @@ Enhancements:
* oxcical: minimal VJOURNAL export
* oxcical: implement VTODO export

Fixes:

* zcore, emsmdb: remodel code relating to send-on-behalf/-as detection.
zcore now sends with the exact PR_SENT_REPRESENTING as specified by a client.
* php_mapi: make mapi_parseoneoff recognize UTF-16 ONEOFF_ENTRYIDs

Changes:

* authmgr: obsolete the `auth_backend_selection` config directive's values
`always_mysql` and `always_ldap`; these are treated like `externid` now.
* imap: rename `imap_force_starttls` config directive to `imap_force_tls` and
`imap_support_tls` to `imap_support_tls`, since it affects encryption as a
whole, not just the STARTTLS command on the unencrypted port.
`imap_support_starttls` to `imap_support_tls`, since it affects encryption as
a whole, not just the STARTTLS command on the unencrypted port.
* pop3: rename the `pop3_force_stls` config directive to `pop3_force_tls` and
`pop3_support_stls` to `pop3_support_stls`, since it affects encryption as a
whole, not just the STLS command on the unencrypted port.
Expand Down

0 comments on commit 9f7c6e2

Please sign in to comment.