|
| 1 | +<?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | + |
| 3 | +<document> |
| 4 | + <properties> |
| 5 | + <title>Changes</title> |
| 6 | + <author>Stephen Colebourne</author> |
| 7 | + </properties> |
| 8 | + <body> |
| 9 | + |
| 10 | + <!-- types are add, fix, remove, update --> |
| 11 | + <release version="2.9.7" date="2016-12-19" description="v2.9.7"> |
| 12 | + <action dev="jodastephen" type="update"> |
| 13 | + DateTimeZone data updated to version 2016j. |
| 14 | + </action> |
| 15 | + </release> |
| 16 | + |
| 17 | + <release version="2.9.6" date="2016-11-10" description="v2.9.6"> |
| 18 | + <action dev="jodastephen" type="fix"> |
| 19 | + Support conversion of old TimeZone where name has digits other than ASCII [#381] |
| 20 | + </action> |
| 21 | + </release> |
| 22 | + |
| 23 | + <release version="2.9.5" date="2016-11-03" description="v2.9.5"> |
| 24 | + <action dev="jodastephen" type="add"> |
| 25 | + Add Norwegian period translations [#378] |
| 26 | + </action> |
| 27 | + <action dev="jodastephen" type="add"> |
| 28 | + Add Duration.dividedBy(long,RoundingMode) [#69, #379] |
| 29 | + </action> |
| 30 | + <action dev="jodastephen" type="update"> |
| 31 | + DateTimeZone data updated to version 2016i |
| 32 | + </action> |
| 33 | + <action dev="jodastephen" type="fix"> |
| 34 | + Fixed bug where clock read twice when comparing two nulls in DateTimeComparator [#404] |
| 35 | + </action> |
| 36 | + <action dev="jodastephen" type="fix"> |
| 37 | + Fixed minor issues with historic time-zone data [#373] |
| 38 | + </action> |
| 39 | + <action dev="jodastephen" type="fix"> |
| 40 | + Fix bug in time-zone binary search [#332, #386] |
| 41 | + The fix in v2.9.2 caused problems when the time-zone being parsed |
| 42 | + was not the last element in the input string. New approach uses a |
| 43 | + different approach to the problem. |
| 44 | + </action> |
| 45 | + <action dev="jodastephen" type="fix"> |
| 46 | + Update tests for JDK 9 [#394] |
| 47 | + </action> |
| 48 | + <action dev="jodastephen" type="fix"> |
| 49 | + Close buffered reader correctly in zone info compiler [#396] |
| 50 | + </action> |
| 51 | + <action dev="jodastephen" type="fix"> |
| 52 | + Handle locale correctly zone info compiler [#397] |
| 53 | + </action> |
| 54 | + </release> |
| 55 | + |
| 56 | + <release version="2.9.4" date="2016-05-27" description="v2.9.4"> |
| 57 | + <action dev="jodastephen" type="update"> |
| 58 | + DateTimeZone data updated to version 2016d |
| 59 | + </action> |
| 60 | + <action dev="jodastephen" type="fix"> |
| 61 | + Loading time-zone provider now occurs in a privileged block [#327, #375] |
| 62 | + </action> |
| 63 | + </release> |
| 64 | + |
| 65 | + <release version="2.9.3" date="2016-03-27" description="v2.9.3"> |
| 66 | + <action dev="jodastephen" type="update"> |
| 67 | + DateTimeZone data updated to version 2016c |
| 68 | + </action> |
| 69 | + <action dev="jodastephen" type="add"> |
| 70 | + Make DateTimeUtils.SYSTEM_MILLIS_PROVIDER public [#357] |
| 71 | + </action> |
| 72 | + <action dev="jodastephen" type="fix"> |
| 73 | + Fix bug when adding months at the maximum limits of integer [#361] |
| 74 | + </action> |
| 75 | + <action dev="jodastephen" type="add"> |
| 76 | + Add Turkish period translations [#364] |
| 77 | + </action> |
| 78 | + </release> |
| 79 | + |
| 80 | + <release version="2.9.2" date="2016-01-28" description="v2.9.2"> |
| 81 | + <action dev="jodastephen" type="update"> |
| 82 | + DateTimeZone data updated to version 2016a (version 2.9 had time-zone data 2015g) |
| 83 | + </action> |
| 84 | + <action dev="jodastephen" type="fix"> |
| 85 | + Fix bug in time-zone binary search [#332] |
| 86 | + </action> |
| 87 | + <action dev="jodastephen" type="fix"> |
| 88 | + Minor fixes to code internals [#339, #326, #344, #350, #343] |
| 89 | + </action> |
| 90 | + <action dev="jodastephen" type="add"> |
| 91 | + Better document behaviour [#325] |
| 92 | + </action> |
| 93 | + </release> |
| 94 | + |
| 95 | + <release version="2.9.1" date="2015-11-12" description="v2.9.1"> |
| 96 | + <action dev="jodastephen" type="fix"> |
| 97 | + Fix bug introduced by Long.MIN_VALUE and Long.MAX_VALUE changes [#328] |
| 98 | + </action> |
| 99 | + </release> |
| 100 | + |
| 101 | + <release version="2.9" date="2016-10-24" description="v2.9"> |
| 102 | + <action dev="jodastephen" type="update"> |
| 103 | + DateTimeZone data updated to version 2015g |
| 104 | + </action> |
| 105 | + <action dev="jodastephen" type="add"> |
| 106 | + Faster parsing of time-zone identifiers [#282] |
| 107 | + </action> |
| 108 | + <action dev="jodastephen" type="add"> |
| 109 | + Added Interval.parseWithOffset(String) [#299, #296] |
| 110 | + Provides a way to parse the fixed offset in an interval string |
| 111 | + </action> |
| 112 | + <action dev="jodastephen" type="add"> |
| 113 | + Add DateTimeFormatter methods for StringBuilder [#298] |
| 114 | + </action> |
| 115 | + <action dev="jodastephen" type="add"> |
| 116 | + Add Russian period translations [#320] |
| 117 | + </action> |
| 118 | + <action dev="jodastephen" type="add"> |
| 119 | + Add Italian period translations [#312] |
| 120 | + </action> |
| 121 | + <action dev="jodastephen" type="add"> |
| 122 | + Add Czech period translations [#313] |
| 123 | + </action> |
| 124 | + <action dev="jodastephen" type="add"> |
| 125 | + Clarify that PeriodFormatterBuilder is in an invalid state once built [#309] |
| 126 | + </action> |
| 127 | + <action dev="jodastephen" type="add"> |
| 128 | + Allow DateTime and Interval to refer to values at Long.MIN_VALUE and Long.MAX_VALUE [#297, #190] |
| 129 | + A DateTime may be created with any millisecond value, however at the very edges there may be |
| 130 | + some undesirable effects, for example always using UTC instead of the time-zone |
| 131 | + </action> |
| 132 | + <action dev="jodastephen" type="fix"> |
| 133 | + Better error message for malformed tzdb files [#319] |
| 134 | + </action> |
| 135 | + <action dev="jodastephen" type="fix"> |
| 136 | + Better error message for interval constructor [#321] |
| 137 | + </action> |
| 138 | + <action dev="jodastephen" type="fix"> |
| 139 | + Fixed to handle JDK 8u60 [#288, #291] |
| 140 | + Without this fix, formatting a time-zone will print "+00:00" instead of "GMT" for the GMT time-zone |
| 141 | + </action> |
| 142 | + <action dev="jodastephen" type="fix"> |
| 143 | + Fix parsing of basic form ISO style where year has unnecessary plus sign [#86] |
| 144 | + For example, +20151030 will now be correctly parsed as year 2015. |
| 145 | + </action> |
| 146 | + <action dev="jodastephen" type="fix"> |
| 147 | + Fix overflow bug in intervals [#315] |
| 148 | + </action> |
| 149 | + |
| 150 | + </release> |
| 151 | + |
| 152 | + </body> |
| 153 | +</document> |
0 commit comments