From ab97d0224042fedcb5a4ad99220a255c56cc1351 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Thu, 20 Oct 2011 21:58:24 -0700 Subject: [PATCH] Issue #313 Fix typo in two dates (year 20011) in releaseNotes.txt (cherry picked from commit 00a4e4528792637e09bafcbdf3f386545b2290bf) --- releaseNotes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releaseNotes.txt b/releaseNotes.txt index 2b87d64..d47bc9b 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,11 +1,11 @@ -REL-0.40-alpha1 20011-09-30 +REL-0.40-alpha1 2011-09-30 * Fix for Issue #301 -- tag with no href and onclick * Fix for Issue #303 -- viewport metatags should use commas not semicolons * Fix for Issue #256 (Input field styling doesn't work in Safari 5+ * Fix ajax calls against file URLs (don't treat xhr.status of 0 as error) * Have iui.css use 'landscape' class rather than custom orient='landscape' attribute -REL-0.40-dev3 20011-09-03 +REL-0.40-dev3 2011-09-03 * Improvements and bugfixes to extension events * iui.getAllViews (still needs code for older browsers!!!) * iui.busy flag to fix Issue #191