Skip to content

Commit

Permalink
Released Horde_Date-2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 3, 2014
1 parent 69f2f7f commit 4125996
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions framework/Date/package.xml
Expand Up @@ -16,7 +16,7 @@
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<date>2013-10-15</date>
<date>2014-03-03</date>
<version>
<release>2.0.8</release>
<api>2.0.0</api>
Expand All @@ -31,6 +31,7 @@
* [mjr] Add ability to return human readable description of recurrence rules.
* [mjr] Fix issue that could cause incorrect month values when populating an empty date object.
* [mjr] Fix handling of RRULE with full datetime UNTIL values (Bug # 12869).
* [rla] Add aliases for Windows and Lotus timezone identifiers (Bug #11688).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -329,6 +330,7 @@
<dir name="Date">
<dir name="fixtures">
<file name="bug2813.ics" role="test" />
<file name="bug12869.ics" role="test" />
</dir> <!-- /test/Horde/Date/fixtures -->
<dir name="Repeater">
<file name="DayNameTest.php" role="test" />
Expand Down Expand Up @@ -513,6 +515,7 @@
<install as="Horde/Date/SpanTest.php" name="test/Horde/Date/SpanTest.php" />
<install as="Horde/Date/UtilsTest.php" name="test/Horde/Date/UtilsTest.php" />
<install as="Horde/Date/fixtures/bug2813.ics" name="test/Horde/Date/fixtures/bug2813.ics" />
<install as="Horde/Date/fixtures/bug12869.ics" name="test/Horde/Date/fixtures/bug12869.ics" />
<install as="Horde/Date/Repeater/DayNameTest.php" name="test/Horde/Date/Repeater/DayNameTest.php" />
<install as="Horde/Date/Repeater/DayTest.php" name="test/Horde/Date/Repeater/DayTest.php" />
<install as="Horde/Date/Repeater/HourTest.php" name="test/Horde/Date/Repeater/HourTest.php" />
Expand Down Expand Up @@ -949,13 +952,14 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-10-15</date>
<date>2014-03-03</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Fix date calculation if providing both a timestamp and a timezone (Bug #12843).
* [mjr] Add ability to return human readable description of recurrence rules.
* [mjr] Fix issue that could cause incorrect month values when populating an empty date object.
* [mjr] Fix handling of RRULE with full datetime UNTIL values (Bug # 12869).
* [rla] Add aliases for Windows and Lotus timezone identifiers (Bug #11688).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 4125996

Please sign in to comment.