Skip to content

Commit

Permalink
Gromox 2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Aug 14, 2024
1 parent 485a77d commit 5481191
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
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], [2.30])
AC_INIT([gromox], [2.31])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AC_PREFIX_DEFAULT([/usr])
Expand Down
23 changes: 23 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Gromox 2.31 (2024-08-14)
========================

Fixes:

* freebusy: get_freebusy erroneously underreported occurrences for
yearly occurrences
* freebusy: the get_freebusy routine erroneously landed in an infinite loop if
a yearly-recurring February 29 appointment was originally created in a year
not divisible by 12.

Enhancements:

* oxcmail: take /etc/mime.types under consideration when adding extensions
to attachments

Changes:

* oxcmail: priorities for MIME parts have been rectified for
multipart/alternative and non-alternative containers; the conversion routine
is no longer making picks across multiple container siblings.


2.30 (2024-06-21)
=================

Expand Down

0 comments on commit 5481191

Please sign in to comment.