Skip to content

Commit

Permalink
Prepare for v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jan 28, 2016
1 parent 0b80f3e commit a77d85d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Joda-Time version 2.9.1
Joda-Time version 2.9.2
-----------------------

Joda-Time is a date and time handling library that seeks to replace the JDK
Date and Calendar classes. For Java SE 8 and later, please use java.time instead.

This release contains one bug fix.
This release contains one bug fix, a time-zone update and some minor internal changes.
The release runs on JDK 5 or later.

Joda-Time is licensed under the business-friendly Apache License Version 2.
Expand All @@ -14,6 +14,17 @@ This is the same license as all of Apache, plus other open source projects such
** http://www.joda.org/joda-time/related.html **


Bug fixes in 2.9.2
------------------
- Fix bug in time-zone binary search [#332]

- DateTimeZone data updated to version 2016a (version 2.9 had time-zone data 2015g)

- Minor fixes to code internals [#339, #326, #344, #350, #343]

- Better document behaviour [#325]


Bug fixes in 2.9.1
------------------
- Fix bug introduced by Long.MIN_VALUE and Long.MAX_VALUE changes [#328]
Expand Down Expand Up @@ -56,7 +67,7 @@ Source compatible - Yes
Serialization compatible - Yes

Data compatible - Yes
- DateTimeZone data updated to version 2016a
- DateTimeZone data updated to version 2015g

Semantic compatible - Yes

Expand Down

0 comments on commit a77d85d

Please sign in to comment.