~ubuntu-branches/ubuntu/precise/libjoda-time-java/precise

« back to all changes in this revision

Viewing changes to src/site/xdoc/upgradeto161.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2011-02-09 23:05:14 UTC
  • mfrom: (5.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110209230514-22otglg8nm2y2y2n
Tags: 1.6.2-2
* Upload to unstable.
* Add (temporary) Build-Depends: ant.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
 
 
3
<document>
 
4
 <properties>
 
5
  <title>Java date and time API - Upgrade from 1.6 to 1.6.1</title>
 
6
  <author>Stephen Colebourne</author>
 
7
 </properties>
 
8
 
 
9
<body>
 
10
 
 
11
<section name="Upgrade">
 
12
<p>
 
13
These are the release notes and advice for upgrading Joda-Time from
 
14
version 1.6 to version 1.6.1.
 
15
<source>
 
16
Joda-Time version 1.6.1
 
17
-----------------------
 
18
 
 
19
Joda-Time is a date and time handling library that seeks to replace the JDK
 
20
Date and Calendar classes.
 
21
 
 
22
This is a patch release for Joda-Time 1.6.
 
23
This release only contains bug fixes.
 
24
We recommend all users of 1.6 upgrade to 1.6.1.
 
25
 
 
26
We recommend JDK 1.4 or later, and have performed no testing on earlier JDKs.
 
27
 
 
28
Joda-Time is licensed under the business-friendly Apache License Version 2.
 
29
This is the same license as all of Apache, plus other open source projects such as Spring.
 
30
The intent is to make the code available to the Java community with the minimum
 
31
of restrictions. If the license causes you problems please contact the mailing list.
 
32
 
 
33
**  Please also check out our related projects   **
 
34
** http://joda-time.sourceforge.net/related.html **
 
35
 
 
36
 
 
37
Compatibility with 1.6
 
38
----------------------
 
39
Binary compatible - Yes
 
40
 
 
41
Source compatible - Yes
 
42
 
 
43
Serialization compatible - Yes
 
44
 
 
45
Data compatible - Yes, except
 
46
  - DateTimeZone data updated to version 2010k
 
47
 
 
48
Semantic compatible - Yes
 
49
 
 
50
 
 
51
Deprecations since 1.6
 
52
----------------------
 
53
- DateTimeFormatter.getChronolgy() [2783325]
 
54
  Incorrect spelling - new method DateTimeFormatter.getChronology()
 
55
 
 
56
 
 
57
Bug fixes since 1.6
 
58
-------------------
 
59
- LocalTime.fromDateFields()
 
60
  Now handles times based on java.util.Date before 1970
 
61
 
 
62
- LocalDate.toInterval() [2487417]
 
63
  Now handles time zones which have no midnight at DST cutover
 
64
 
 
65
- DateTimeZone.convertLocalToUTC [2903029]
 
66
  Now handles date after last ever DST change
 
67
 
 
68
- Period formatting concurrency [2820871]
 
69
  Fix possible concurrency hole in PeriodFormatBuilder.Separator
 
70
 
 
71
- Classloading CachedDateTimeZone could invalidate state [2935625]
 
72
  Default time zone now lazily loaded
 
73
 
 
74
- DateTimeUtils shared static variable now volatile [2986043]
 
75
 
 
76
- Time zone compiler now handles 24:00 [2804258]
 
77
 
 
78
- Time zone compiler now handles non-UTC better
 
79
 
 
80
- Assorted Javadoc clarifications, including [2721880]
 
81
 
 
82
 
 
83
Enhancements since 1.6
 
84
----------------------
 
85
- None
 
86
</source>
 
87
</p>
 
88
</section>
 
89
 
 
90
</body>
 
91
</document>