Skip to content

Commit

Permalink
Release v2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Mar 27, 2016
1 parent 72c5990 commit a2e1412
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 19 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -46,24 +46,24 @@ Various documentation is available:


### Releases
[Release 2.9.2](http://www.joda.org/joda-time/download.html) is the current latest release.
[Release 2.9.3](http://www.joda.org/joda-time/download.html) is the current latest release.
This release is considered stable and worthy of the 2.x tag.
It depends on JDK 1.5 or later.

Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.9.2|jar)
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.9.3|jar)

**Maven configuration:**
```xml
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
</dependency>
```

**Gradle configuration:**
```groovy
compile 'joda-time:joda-time:2.9.2'
compile 'joda-time:joda-time:2.9.3'
```

### Related projects
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@
<artifactId>joda-time</artifactId>
<packaging>jar</packaging>
<name>Joda-Time</name>
<version>2.9.2</version>
<version>2.9.3</version>
<description>Date and time library to replace JDK date handling</description>
<url>http://www.joda.org/joda-time/</url>

Expand Down
18 changes: 9 additions & 9 deletions src/conf/MANIFEST.MF
Expand Up @@ -5,19 +5,19 @@ Specification-Vendor: Joda.org
Specification-Version: 2.9
Implementation-Vendor: Joda.org
Implementation-Title: org.joda.time
Implementation-Version: 2.9.2
Implementation-Version: 2.9.3
Implementation-Vendor-Id: org.joda
Bundle-ManifestVersion: 2
Bundle-Vendor: Joda.org
Bundle-Name: Joda-Time
Bundle-SymbolicName: joda-time
Bundle-Version: 2.9.2
Export-Package: org.joda.time;version=2.9.2,
org.joda.time.base;version=2.9.2,
org.joda.time.chrono;version=2.9.2,
org.joda.time.convert;version=2.9.2,
org.joda.time.field;version=2.9.2,
org.joda.time.format;version=2.9.2,
org.joda.time.tz;version=2.9.2
Bundle-Version: 2.9.3
Export-Package: org.joda.time;version=2.9.3,
org.joda.time.base;version=2.9.3,
org.joda.time.chrono;version=2.9.3,
org.joda.time.convert;version=2.9.3,
org.joda.time.field;version=2.9.3,
org.joda.time.format;version=2.9.3,
org.joda.time.tz;version=2.9.3
Bundle-License: Apache 2.0
Bundle-DocURL: http://www.joda.org/joda-time/
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
Expand Up @@ -127,21 +127,21 @@ Joda-Time is licenced under the business friendly <a href="license.html">Apache

## <i></i> Releases

[Release 2.9.2](download.html) is the current latest release.
[Release 2.9.3](download.html) is the current latest release.
This release is considered stable and worthy of the 2.x tag.
See the [upgrade notes](upgradeto290.html) for full details.

Joda-Time requires Java SE 5 or later and has [no dependencies](dependencies.html).
There is a *compile-time* dependency on [Joda-Convert](http://www.joda.org/joda-convert/),
but this is not required at runtime thanks to the magic of annotations.

Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.9.2%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.9.3%7Cjar).

```xml
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
</dependency>
```

Expand Down
1 change: 1 addition & 0 deletions src/site/xdoc/installation.xml
Expand Up @@ -21,6 +21,7 @@ of the source code suitable for linking to the jar file in IDEs such as Eclipse.
<p>
The release notes for upgraders can be found here:
<ul>
<li><a href="upgradeto293.html">Version 2.9.3</a></li>
<li><a href="upgradeto292.html">Version 2.9.2</a></li>
<li><a href="upgradeto291.html">Version 2.9.1</a></li>
<li><a href="upgradeto290.html">Version 2.9</a></li>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/upgradeto291.xml
Expand Up @@ -10,7 +10,7 @@

<section name="Upgrade">
<p>
These are the release notes and advice for upgrading Joda-Time from version 2.8 to version 2.9.
These are the release notes and advice for upgrading Joda-Time from version 2.8 to version 2.9.1.
<source>
Joda-Time version 2.9.1
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/upgradeto292.xml
Expand Up @@ -10,7 +10,7 @@

<section name="Upgrade">
<p>
These are the release notes and advice for upgrading Joda-Time from version 2.8 to version 2.9.
These are the release notes and advice for upgrading Joda-Time from version 2.8 to version 2.9.2.
<source>
Joda-Time version 2.9.2
-----------------------
Expand Down
122 changes: 122 additions & 0 deletions src/site/xdoc/upgradeto293.xml
@@ -0,0 +1,122 @@
<?xml version="1.0" encoding="UTF-8"?>

<document>
<properties>
<title>Java date and time API - Upgrade from 2.9 to 2.9.3</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 to version 2.9.3.
<source>
Joda-Time version 2.9.3
-----------------------

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, 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.
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.9.3
----------------
- DateTimeZone data updated to version 2016c

- Make DateTimeUtils.SYSTEM_MILLIS_PROVIDER public [#357]

- Fix bug when adding months at the maximum limits of integer [#361]

- Add Turkish period translations [#364]


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

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

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

- Better document behaviour [#325]


Changes in 2.9.1
----------------
- Fix bug introduced by Long.MIN_VALUE and Long.MAX_VALUE changes [#328]


Enhancements in 2.9
-------------------
- Faster parsing of time-zone identifiers [#282]

- Added Interval.parseWithOffset(String) [#299, #296]
Provides a way to parse the fixed offset in an interval string

- Add DateTimeFormatter methods for StringBuilder [#298]

- Add Russian period translations [#320]

- Add Italian period translations [#312]

- Add Czech period translations [#313]

- Clarify that PeriodFormatterBuilder is in an invalid state once built [#309]

- Allow DateTime and Interval to refer to values at Long.MIN_VALUE and Long.MAX_VALUE [#297, #190]
A DateTime may be created with any millisecond value, however at the very edges there may be
some undesirable effects, for example always using UTC instead of the time-zone

- Better error message for malformed tzdb files [#319]

- Better error message for interval constructor [#321]


Compatibility between 2.8 and 2.9
---------------------------------
Build system - Yes

Binary compatible - Yes

Source compatible - Yes

Serialization compatible - Yes

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

Semantic compatible - Yes


Bug fixes in 2.9
----------------
- Fixed to handle JDK 8u60 [#288, #291]
Without this fix, formatting a time-zone will print "+00:00" instead of "GMT" for the GMT time-zone

- Fix parsing of basic form ISO style where year has unnecessary plus sign [#86]
For example, +20151030 will now be correctly parsed as year 2015.

- Fix overflow bug in intervals [#315]



Scala
-----
Joda-Time uses annotations from Joda-Convert.
In the Java programming language, this dependency is optional, however in Scala it is not.
Scala users must manually add the Joda-Convert v1.2 dependency.
</source>
</p>
</section>

</body>
</document>

0 comments on commit a2e1412

Please sign in to comment.