From 18bf062af9e0fc248fd6df3e689b63ff8d834602 Mon Sep 17 00:00:00 2001 From: Alexander Gaevsky Date: Sun, 27 Dec 2015 01:32:28 +0200 Subject: [1.9.x] Fixed #24980 -- Fixed day determination in admin calendar widget. Backport of 44930cc4667268c20493d7e97387db2a97d61a26 from master --- docs/releases/1.8.9.txt | 4 ++++ docs/releases/1.9.2.txt | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.9.txt b/docs/releases/1.8.9.txt index 823bd9b3eb..5525eca84a 100644 --- a/docs/releases/1.8.9.txt +++ b/docs/releases/1.8.9.txt @@ -14,3 +14,7 @@ Bugfixes * Fixed a crash in the translations system when the current language has no translations (:ticket:`26046`). + +* Fixed a regression that caused the incorrect day to be selected when opening + the admin calendar widget for timezones from GMT+0100 to GMT+1200 + (:ticket:`24980`). diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index f486d00311..375fe3edaa 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -17,3 +17,7 @@ Bugfixes * Fixed a crash in the translations system when the current language has no translations (:ticket:`26046`). + +* Fixed a regression that caused the incorrect day to be selected when opening + the admin calendar widget for timezones from GMT+0100 to GMT+1200 + (:ticket:`24980`). -- cgit v1.3