Skip to content

Commit

Permalink
update CHANGELOG for 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
genywind authored and dmitrys committed Jul 12, 2011
1 parent cfca03f commit ee91825
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.3.1
* iPhone XCode 4 support
* Android 3.0 SDK support
* Encryption for HSQL DB on Blackberry
* Support rake commands to start Windows Mobile emulator

## 2.3
* ESRI map support on all platforms
* Add Infinite Peripherals extension
Expand Down
3 changes: 2 additions & 1 deletion doc/rhom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,8 @@ If your application requires that the local database is encrypted on the filesys
* Windows Mobile: Uses RC4 algorithm from Windows Mobile SDK.

### Blackberry Notes
* Blackberry JDE >= 5.0: Uses built-in encryption library for SQLite database.
* Any Blackberry versions: Uses AES 128 ecryption algorithm from Blackberry JDK with HSQL database
* Blackberry JDE >= 5.0 with SQLITE: Uses built-in encryption library for SQLite database.

**NOTE: Bulk sync is not supported in this mode.**

Expand Down

0 comments on commit ee91825

Please sign in to comment.