Skip to content

Releases: zentyal/openchange

2.4-zentyal12

03 Nov 17:26
Compare
Choose a tag to compare

Fixes

  • Do not assume that string8 variables have ascii encoding (display names can have any character now)
  • Do not abort on IDSET parsing but returning a format error
  • Do not abort on syncing in some errors from backend

2.4-zentyal11

26 Oct 13:12
Compare
Choose a tag to compare

Fixes

  • Openchange log level back to normal (no need to use log level +1 anymore)
  • Do not return invalid GLOBSET range of identifiers if the first operation
    of a folder (no data in client) is an upload.
  • Returning only affected change numbers after uploading changes
    that involves several messages
  • Return proper identifier states after performing upload operations
    that involves more than one message

Improvements

  • Reimplemented replica ID - GUID mapping in openchangedb
  • Decode Multiple Value Unicode strings in FastTransfer buffer when dumping

2.4-zentyal10

09 Oct 16:12
Compare
Choose a tag to compare

Fixes

  • Fix openchange_user_cleanup.py bug with user names with non-alphanumerics characters
  • Folder deletion using cached mode

2.4-zentyal9

01 Oct 22:55
Compare
Choose a tag to compare

Fixes

  • Fix double free crash on asyncemsmdb sessions

2.4-zentyal8

29 Sep 16:32
Compare
Choose a tag to compare

Fixes

  • Fixed crash about sessions: SIGABRT in GUID_string()
  • Openchangedb: Index added on mapistore_indexing table of mysql
  • Support notifications when the username is different from mail address (e.g. user bob with [email protected] as his email)

2.4-zentyal7

23 Sep 18:33
Compare
Choose a tag to compare

Added

  • Allow custom AuthPackage settings for autodiscover

Improvements

  • Improvements over SyncImportReadStateChanges

Fixes

  • Telephone and location fields are now shown in the Global Address List
  • Fix infinite loop when ndrdump is enabled

2.4-zentyal6

07 Sep 18:42
Compare
Choose a tag to compare

Fixes

  • Openchange sessions are handled much better
  • Rpcproxy handles client disconnections better
  • Avoid race condition uploading changes which made new objects be missed

2.4-zentyal5

27 Aug 10:20
Compare
Choose a tag to compare

Fixes

  • Avoid disconnections between rpcproxy and openchange
  • Openchangedb and indexing fix on mysql_affected_rows() affecting to provision
  • Use only one connection for all memcached connections
  • Out of office message supports non-ascii characters

2.4-zentyal4

06 Aug 13:04
Compare
Choose a tag to compare

Fixes

  • File name and correct size in small sized attachments, and submit time are now sent
    by OpenChange client against OpenChange server
  • Less crashes on asyncemsmdb and oxcfxics code
  • Added initial decoder for FastTransferBuffer blobs available using mapiproxy:ndrdump = yes
  • Fix provision using (>= 1.2.5) python-mysqldb library

2.4-zentyal3

28 Jul 17:33
Compare
Choose a tag to compare

Fixes

  • Several crash fixes
  • Fix several synchronisation issues
  • Provision ActiveSync LDAP attribute on openchange_newuser
  • Add option to remove openchange user's LDAP attributes (openchange_newuser --delete)
  • Option to enable all groups from an organization on openchange_group command (--enable-all-groups)