[Pkg-owncloud-commits] [php-sabre-vobject] 36/43: Updated changelog.

David Prévot taffit at moszumanska.debian.org
Fri Oct 10 14:16:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit 52c3df1e106683b580422b76b1f04adb0a72380a
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Fri Oct 3 12:59:31 2014 +0100

    Updated changelog.
---
 ChangeLog.md                | 1 +
 bin/fetch_windows_zones.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index c7f9aa9..c281ec5 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -13,6 +13,7 @@ ChangeLog
 * #148: Ignore events that have attendees but no organizer.
 * #149: Avoiding logging errors during timezone detection. This is a workaround
   for a PHP bug.
+* Support for "Line Islands Standard Time" windows timezone.
 
 3.3.2 (2014-09-19)
 ------------------
diff --git a/bin/fetch_windows_zones.php b/bin/fetch_windows_zones.php
index 3b062cc..7cd638c 100755
--- a/bin/fetch_windows_zones.php
+++ b/bin/fetch_windows_zones.php
@@ -2,7 +2,7 @@
 <?php
 
 $windowsZonesUrl = 'http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml';
-$outputFile = __DIR__ . '/../lib/Sabre/VObject/timezonedata/windowszones.php';
+$outputFile = __DIR__ . '/../lib/timezonedata/windowszones.php';
 
 echo "Fetching timezone map from: " . $windowsZonesUrl, "\n";
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list