From 10b0f26b1950f8d38a5846b80833564df3c5b582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Fri, 25 Oct 2013 19:15:14 +0200 Subject: [PATCH] Changelog for last commit. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d6a6ff963f..3e0e0255b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-10-25 Ondřej Bílka + + [BZ #14876] + * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry. + * time/tst-strptime.c (day_tests): Add testcase. + 2013-10-25 Ondřej Bílka [BZ 14029]