Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Aug 2, 2016
1 parent 918b159 commit 75cd5e4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Changes in Console in 0.6.11 (2016-08-02)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.3.13).
* Call: Check permissions before accessing to the camera and the microphone.
* Call Better handle call invites when the app resumes.
* Call: Improve the sending of local ICE candidates to avoid HTTP 429(Too Many Requests) response

Bug fixes:
* Call: Make audio continue to work when backgrounding the app.
* Call: Added sanity check on creation of RTCICEServer objects as crashes have been reported.
* Call: call must be available in 1:1 rooms (invited and banned users do not count).

Changes in Console in 0.6.10 (2016-07-26)
===============================================

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target "matrixConsole" do

# Different flavours of pods to MatrixKit
# The tagged version on which this version of Console has been built
pod 'MatrixKit', '0.3.12'
pod 'MatrixKit', '0.3.13'

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
Expand Down
14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ PODS:
- HPGrowingTextView (1.1)
- libjingle_peerconnection (11177.2.0)
- libPhoneNumber-iOS (0.8.15)
- MatrixKit (0.3.12):
- MatrixKit (0.3.13):
- DTCoreText (~> 1.6.17)
- GHMarkdownParser (~> 0.1.2)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.8.14)
- MatrixSDK (~> 0.6.10)
- MatrixSDK (0.6.11):
- MatrixSDK (= 0.6.12)
- MatrixSDK (0.6.12):
- AFNetworking (~> 3.1.0)

DEPENDENCIES:
- GBDeviceInfo (~> 4.1.0)
- libjingle_peerconnection
- MatrixKit (= 0.3.12)
- MatrixKit (= 0.3.13)

SPEC CHECKSUMS:
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
Expand All @@ -55,9 +55,9 @@ SPEC CHECKSUMS:
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libjingle_peerconnection: 3458f646ddd61f08a9f3a0c43fb01fff5c165eb8
libPhoneNumber-iOS: 62a740e1ea5741060f5cec0f788b52071115cf31
MatrixKit: e5c86154bb7995d063e2c35665fe57e252abde91
MatrixSDK: 22c13b3d2e16954944977eb1093c4e6926a339a5
MatrixKit: 4ed4963069510e2be2349d3310602a03b9d3a043
MatrixSDK: 15f165271e3c677060be1f131edef9e643067677

PODFILE CHECKSUM: 0d78bfa7b92072e5a76464d7ca99662427e89bed
PODFILE CHECKSUM: b6af1506b3dc4f333ab208e672b05f8c06784bd8

COCOAPODS: 1.0.1
2 changes: 1 addition & 1 deletion matrixConsole/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.6.10</string>
<string>0.6.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 75cd5e4

Please # to comment.