Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
some project file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Sep 21, 2011
1 parent 1b4d941 commit 11f2e52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="info.guardianproject.otr.app.im"
android:sharedUserLabel="@string/perm_label"
android:versionName="0.0.5-20110919-alpha" android:versionCode="17">
android:versionName="0.0.5-RC3" android:versionCode="19">

<uses-sdk android:minSdkVersion="4"></uses-sdk>

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,6 +1,14 @@
Track the source commits here:
https://github.com/guardianproject/Gibberbot/commits/master#

2011-09-20
- 0.0.5 RC2 release
- turning TLS verify off now also turns of domain name checking in self-signed certs
- fixed custom port persistence issue; you can use 5223 to your hearts content
- UI tweaks around enabling/disabling based on logged in and OTR state
- added in matching of Root CA common name with verification against cacerts.bks
- default now to PLAIN AUTH off

2011-09-15
- 0.0.5 RC1 release
- Replaced Smack's TLS TrustManager with custom imp for Android / BKS keystore
Expand Down

0 comments on commit 11f2e52

Please sign in to comment.