Skip to content

Commit

Permalink
Relase version 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Dec 5, 2012
1 parent bd3ddc1 commit 9c88c6e
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 6 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# OpenXC Android Library Changelog

## v2.1

* Raise minimum Android API version to 9 (2.3) to use newer data structures.
* Fix compatibility issue with Android 4.2.
* Bump platform build version to Android SDK version 17 (4.2).
* Significant performance improvements when parsing JSON and communicating
between remote and in-app vehicle services.
* Continue to flush records in the UploaderSink even if the vehicle is
disconnected.

## v2.0

* Test and verify Bluetooth data source.
Expand All @@ -23,7 +33,7 @@
## v1.1

* Measurement API changed, getValue() no longers throws an exception if data is
unavailable. Instead, measurement objects will not be returend to the caller
unavailable. Instead, measurement objects will not be returned to the caller
unless they have valid data.

## v1.0
Expand Down
1 change: 1 addition & 0 deletions enabler/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="var" path="M2_REPO/com/openxc/openxc/${project.version}/openxc-${project.version}.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion enabler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.openxc</groupId>
<artifactId>openxc-parent</artifactId>
<version>2.0</version>
<version>2.1</version>
</parent>

<artifactId>openxc-enabler</artifactId>
Expand Down
1 change: 1 addition & 0 deletions examples/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="var" path="M2_REPO/com/openxc/openxc/${project.version}/openxc-${project.version}.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.openxc</groupId>
<artifactId>openxc-parent</artifactId>
<version>2.0</version>
<version>2.1</version>
</parent>

<artifactId>openxc-examples</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions openxc-it/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="var" path="M2_REPO/com/openxc/openxc/${project.version}/openxc-${project.version}.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/commons-io/commons-io/2.1/commons-io-2.1.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/mockito/mockito-core/1.9.0/mockito-core-1.9.0.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion openxc-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.openxc</groupId>
<artifactId>openxc-parent</artifactId>
<version>2.0</version>
<version>2.1</version>
</parent>

<artifactId>openxc-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openxc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.openxc</groupId>
<artifactId>openxc-parent</artifactId>
<version>2.0</version>
<version>2.1</version>
</parent>

<artifactId>openxc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.openxc</groupId>
<artifactId>openxc-parent</artifactId>
<version>2.0</version>
<version>2.1</version>
<packaging>pom</packaging>
<name>OpenXC - Parent</name>

Expand Down

0 comments on commit 9c88c6e

Please sign in to comment.