-
-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a67be5b
commit c09de94
Showing
7 changed files
with
72 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<document> | ||
<properties> | ||
<title>Java date and time API - Upgrade from 2.8.1 to 2.8.2</title> | ||
<author>Stephen Colebourne</author> | ||
</properties> | ||
|
||
<body> | ||
|
||
<section name="Upgrade"> | ||
<p> | ||
These are the release notes and advice for upgrading Joda-Time from version 2.8.1 to version 2.8.2. | ||
<source> | ||
Joda-Time version 2.8.2 | ||
----------------------- | ||
|
||
Joda-Time is a date and time handling library that seeks to replace the JDK | ||
Date and Calendar classes. | ||
|
||
This release contains enhancements, bug fixes and a time zone update. | ||
The release runs on JDK 5 or later. | ||
|
||
Joda-Time is licensed under the business-friendly Apache License Version 2. | ||
This is the same license as all of Apache, plus other open source projects such as Spring. | ||
|
||
** Please also check out our related projects ** | ||
** http://www.joda.org/joda-time/related.html ** | ||
|
||
|
||
Changes in 2.8.2 | ||
================ | ||
- DateTimeZone data updated to version 2015f | ||
|
||
|
||
|
||
Changes in 2.8.1 | ||
================ | ||
See http://www.joda.org/joda-time/upgradeto281.html | ||
|
||
|
||
Changes in 2.8.0 | ||
================ | ||
|
||
See http://www.joda.org/joda-time/upgradeto280.html | ||
|
||
</source> | ||
</p> | ||
</section> | ||
|
||
</body> | ||
</document> |