File joda-time.changes of Package joda-time
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Tue Mar 22 17:21:42 UTC 2022 - Fridrich Strba <fstrba@suse.com>
3
4
- Build with java source and target levels 8
5
6
-------------------------------------------------------------------
7
Wed Feb 6 12:28:46 UTC 2019 - Fridrich Strba <fstrba@suse.com>
8
9
- Upgrade to version 2.10.1
10
* Fix time-zone compiler for Namibia. Fixes #485.
11
* Fix time-zone compiler for Tokyo.
12
* Handle negative SAVE values in tzdb.
13
* Add Instant.EPOCH. See #472.
14
* Clarify negative durations. See #465.
15
* Add Instant.ofEpochMilli(). Add Instant.ofEpochSecond().
16
Fixes #458.
17
* Add automatic module name for Java SE 9.
18
* Add Kazakh language translations. Fixes #446
19
* Avoid double addition when using lenient chronology. Fixes #432.
20
* Clarify Period.fieldDifference() Javadoc.
21
* Clarify Instant.withMillis() Javadoc. Fixes jodaorg.github.io#5
22
* Add ZoneInfoProvider() constructor.
23
* Optimise release process.
24
* DateTimeZone data updated to version 2017b.
25
* Handle plus/minus of Integer.MIN_VALUE/MAX_VALUE months
26
correctly. Fixes #418.
27
* Clarify time fields are based on the local time-line.
28
Fixes #415.
29
* Fix spelling mistakes. Fixes #412.
30
* Fix DateTimePrinterInternalPinter that outputs data twice.
31
Fixes #409.
32
* Support conversion of old TimeZone where name has digits other
33
than ASCII [#381]
34
* Add Norwegian period translations [#378]
35
* Add Duration.dividedBy(long,RoundingMode) [#69, #379]
36
* Fixed bug where clock read twice when comparing two nulls in
37
DateTimeComparator [#404]
38
* Fixed minor issues with historic time-zone data [#373]
39
* Fix bug in time-zone binary search [#332, #386] The fix in
40
v2.9.2 caused problems when the time-zone being parsed was not
41
the last element in the input string. New approach uses a
42
different approach to the problem.
43
* Update tests for JDK 9 [#394]
44
* Close buffered reader correctly in zone info compiler [#396]
45
* Handle locale correctly zone info compiler [#397]
46
* Loading time-zone provider now occurs in a privileged block
47
[#327, #375]
48
* Make DateTimeUtils.SYSTEM_MILLIS_PROVIDER public [#357]
49
* Fix bug when adding months at the maximum limits of integer
50
[#361]
51
* Add Turkish period translations [#364]
52
* Fix bug in time-zone binary search [#332]
53
* Minor fixes to code internals [#339, #326, #344, #350, #343]
54
* Better document behaviour [#325]
55
* Fix bug introduced by Long.MIN_VALUE and Long.MAX_VALUE changes
56
[#328]
57
* Faster parsing of time-zone identifiers [#282]
58
* Added Interval.parseWithOffset(String) [#299, #296] Provides a
59
way to parse the fixed offset in an interval string
60
* Add DateTimeFormatter methods for StringBuilder [#298]
61
* Add Russian period translations [#320]
62
* Add Italian period translations [#312]
63
* Add Czech period translations [#313]
64
* Clarify that PeriodFormatterBuilder is in an invalid state once
65
built [#309]
66
* Allow DateTime and Interval to refer to values at Long.MIN_VALUE
67
and Long.MAX_VALUE [#297, #190] A DateTime may be created with
68
any millisecond value, however at the very edges there may be
69
some undesirable effects, for example always using UTC instead
70
of the time-zone
71
* Better error message for malformed tzdb files [#319]
72
* Better error message for interval constructor [#321]
73
* Fixed to handle JDK 8u60 [#288, #291] Without this fix,
74
formatting a time-zone will print "+00:00" instead of "GMT" for
75
the GMT time-zone
76
* Fix parsing of basic form ISO style where year has unnecessary
77
plus sign [#86] For example, +20151030 will now be correctly
78
parsed as year 2015.
79
* Fix overflow bug in intervals [#315]
80
- Removed patches:
81
* joda-time-1.6-sourcetarget.patch
82
+ correct source and target levels specified in the ant
83
build.xml file
84
* joda-time-use-system-junit.patch
85
+ not needed any more, since we are not running tests for the
86
while
87
- Added patch:
88
+ joda-time-fix-tests.patch
89
+ fix java version parsing for versions > 9
90
- DateTimeZone data updated to version 2018i
91
- Add build.xml file to allow build with ant
92
93
-------------------------------------------------------------------
94
Mon Nov 19 17:20:45 UTC 2018 - Fridrich Strba <fstrba@suse.com>
95
96
- Add maven pom file and register joda-time as a maven artifact
97
98
-------------------------------------------------------------------
99
Tue Sep 19 09:33:47 UTC 2017 - fstrba@suse.com
100
101
- Added patch:
102
* joda-time-1.6-sourcetarget.patch
103
+ make compile.source and compile.target properties that can be
104
specified on command-line
105
- Build with java source and target level 1.6 in order to allow
106
building with jdk9
107
108
-------------------------------------------------------------------
109
Tue Jul 8 10:55:07 UTC 2014 - tchvatal@suse.com
110
111
- Do not depend on ant-nodeps.
112
113
-------------------------------------------------------------------
114
Mon Sep 9 11:06:05 UTC 2013 - tchvatal@suse.com
115
116
- Move from jpackage-utils to javapackage-tools
117
118
-------------------------------------------------------------------
119
Thu Apr 29 00:59:20 CEST 2010 - ro@suse.de
120
121
- update timezone data to current 2010h
122
123
-------------------------------------------------------------------
124
Thu Apr 29 00:56:26 CEST 2010 - ro@suse.de
125
126
- remove needless buildroot cleaning st start of install section
127
128
-------------------------------------------------------------------
129
Fri Jul 24 00:00:00 CET 2009 - rel-eng@lists.fedoraproject.org
130
131
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
132
133
-------------------------------------------------------------------
134
Wed Feb 25 00:00:00 CET 2009 - rel-eng@lists.fedoraproject.org
135
136
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
137
138
-------------------------------------------------------------------
139
Fri Dec 12 00:00:00 CET 2008 - konrad@tylerc.org
140
141
- New upstream version (1.6).
142
143
-------------------------------------------------------------------
144
Fri Oct 31 00:00:00 CET 2008 - konrad@tylerc.org
145
146
- New tzdata.
147
148
-------------------------------------------------------------------
149
Mon Oct 13 00:00:00 CET 2008 - konrad@tylerc.org
150
151
- New tzdata (2008g).
152
153
-------------------------------------------------------------------
154
Sat Aug 23 00:00:00 CET 2008 - konrad@tylerc.org
155
156
- New version with new tzdata (2008e).
157
158
-------------------------------------------------------------------
159
Sat Jul 19 00:00:00 CET 2008 - konrad@tylerc.org
160
161
- New version with new tzdata (2008d).
162
163
-------------------------------------------------------------------
164
Mon Jun 09 00:00:00 CET 2008 - konrad@tylerc.org
165
166
- New version with new tzdata (2008c).
167
168
-------------------------------------------------------------------
169
Sun Apr 06 00:00:00 CET 2008 - konrad@tylerc.org
170
171
- Don't compile GCJ bits yet as we hit some GCJ bug.
172
173
-------------------------------------------------------------------
174
Sat Apr 05 00:00:00 CET 2008 - konrad@tylerc.org
175
176
- Update to tzdata2008b.
177
- Use unversioned jar.
178
- Some small things to comply with Java Packaging Guidelines.
179
- GCJ support.
180
181
-------------------------------------------------------------------
182
Mon Mar 17 00:00:00 CET 2008 - konrad@tylerc.org
183
184
- Many small changes from bz# 436239 comment 6.
185
- Change -javadocs to -javadoc in accordance with java packaging
186
guidelines draft.
187
188
-------------------------------------------------------------------
189
Sun Mar 16 00:00:00 CET 2008 - konrad@tylerc.org
190
191
- Use system junit via Mamoru Tasaka's patch.
192
193
-------------------------------------------------------------------
194
Mon Mar 03 00:00:00 CET 2008 - konrad@tylerc.org
195
196
- Initial package.
197
198