Pārlūkot izejas kodu

final touches for 1.5.2

Adam Shaw 14 gadi atpakaļ
vecāks
revīzija
477c2960a8
3 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. 3 0
      changelog.txt
  2. 5 0
      tests/sources.html
  3. 1 1
      version.txt

+ 3 - 0
changelog.txt

@@ -1,4 +1,7 @@
 
+version 1.5.2 (8/21/11)
+	- correctly process UTC "Z" ISO8601 date strings (issue 750)
+
 version 1.5.1 (4/9/11)
 	- more flexible ISO8601 date parsing (issue 814)
 	- more flexible parsing of UNIX timestamps (issue 826)

+ 5 - 0
tests/sources.html

@@ -46,6 +46,11 @@
 			start: y + '-06-06T10:20:00-02:00',
 			allDay: false
 		},
+		{
+			title: 'U event',
+			start: y + '-06-06T14:30:00Z',
+			allDay: false
+		},
 		{
 			id: 999,
 			title: 'Repeating Event',

+ 1 - 1
version.txt

@@ -1 +1 @@
-1.5.1
+1.5.2