From a77d85d9c7ea5a2b987f35e185e12c622c0d13a4 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Thu, 28 Jan 2016 13:35:12 +0000 Subject: [PATCH] Prepare for v2.9.2 Fixes #346 --- RELEASE-NOTES.txt | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 7136f7577..f9bf12c28 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -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. @@ -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] @@ -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