From aabe26ac16b9dc7df7c45665490c68cf6642302c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 30 Jul 2014 12:28:10 +0200 Subject: [PATCH] [jan] Don't show today's events that are over in portal (Bug #13368). Conflicts: kronolith/docs/CHANGES kronolith/package.xml --- kronolith/docs/CHANGES | 2 +- kronolith/package.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kronolith/docs/CHANGES b/kronolith/docs/CHANGES index 10587fcf20e..782b228dddd 100644 --- a/kronolith/docs/CHANGES +++ b/kronolith/docs/CHANGES @@ -9,7 +9,7 @@ v4.3.0-git v4.2.1 ------ -======= +[jan] Don't show today's events that are over in portal (Bug #13368). [mjr] Fix exporting to ics file when event contains exceptions and an explicit timezone (Bug #13369). [mjr] Fix importing iCalendar data that contains timezone parameters. diff --git a/kronolith/package.xml b/kronolith/package.xml index cfbcfa40fe0..278c0f54bd2 100644 --- a/kronolith/package.xml +++ b/kronolith/package.xml @@ -2421,6 +2421,7 @@ 2014-07-08 GPL-2.0 +* [jan] Don't show today's events that are over in portal (Bug #13368). * [mjr] Fix exporting to ics file when event contains exceptions and an explicit timezone (Bug #13369). * [mjr] Fix importing iCalendar data that contains timezone parameters. * [mjr] Fix both importing and replacing text/calendar data via the API when recurrence exceptions are present (Bug #13399).