Skip to content

Commit 1ad6732

Browse files
committed
Gromox 1.31
1 parent 1d4787a commit 1ad6732

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([gromox], [1.28])
1+
AC_INIT([gromox], [1.31])
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_MACRO_DIR([build-aux])
44
AC_PREFIX_DEFAULT([/usr])

data/gromox.ldif

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dn: cn=gromox,cn=schema,cn=config
2+
objectClass: olcSchemaConfig
3+
cn: gromox
4+
# OID base: 1.3.6.1.4.1.59323.2079

doc/changelog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1.30.89
2-
=======
1+
1.31 (2022-08-30)
2+
=================
33

44
Enhancements:
55

@@ -16,6 +16,7 @@ Fixes:
1616
* oxcical: recurring appointments now have their summary ("effective ... from
1717
02:00 to 02:15") displayed without uncanny time shift
1818
* oxcical: oxcical_export_timezone had missed emitting BYMONTHDAY subvalues
19+
* oxcical: avoid month wraparound with recurring events in December
1920
* dscli: fix nullptr deref when -x option is used
2021
* nsp: show DT_DISTLIST icon for mlists
2122
* oxcical: set PidLidRecurring and PidLidRecurrenceType tags when importing

0 commit comments

Comments
 (0)