Skip to content

Commit

Permalink
Update changelog and bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Nov 27, 2013
1 parent 22ce4ec commit 604663a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# OpenXC Android Library Changelog

## v5.1.2-dev
## v5.2

* Support Android API level 19.
* Fix timestamps in trace files - support different locales and restore
fractional parts.
* Add option to automatically connect to paired OpenXC-VI-* Bluetooth device.
* Merge Vehicle Dashboard example into Enabler.
* Simplified Enabler view - less debug information.
* Fix display of Android location data in dashboard for comparison.

## v5.1.1

Expand Down
2 changes: 1 addition & 1 deletion enabler/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.openxc.enabler" android:versionCode="14"
android:versionName="5.1.1">
android:versionName="5.2">

<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion openxc-it/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.openxc" android:versionCode="14" android:versionName="5.1.1">
package="com.openxc" android:versionCode="14" android:versionName="5.2">

<supports-screens android:largeScreens="true" android:xlargeScreens="true"
android:anyDensity="true" />
Expand Down
2 changes: 1 addition & 1 deletion openxc/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.openxc" android:versionCode="14" android:versionName="5.1.1">
package="com.openxc" android:versionCode="14" android:versionName="5.2">
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<service android:name="com.openxc.VehicleManager"/>
Expand Down

0 comments on commit 604663a

Please sign in to comment.