Skip to content

Commit

Permalink
Update to v1.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
0dayZh committed Dec 10, 2015
1 parent 9a57f89 commit bf0f658
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 11 deletions.
5 changes: 5 additions & 0 deletions APIDiffs/api-diffs-1.4.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# PLCameraStreamingKit 1.4.15 to 1.4.16 API Differences

## General Headers

None
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- PLCameraStreamingKit (1.4.15):
- PLCameraStreamingKit/precompiled (= 1.4.15)
- PLCameraStreamingKit/precompiled (1.4.15)
- PLCameraStreamingKit (1.4.16):
- PLCameraStreamingKit/precompiled (= 1.4.16)
- PLCameraStreamingKit/precompiled (1.4.16)

DEPENDENCIES:
- PLCameraStreamingKit (from `../`)
Expand All @@ -11,6 +11,6 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
PLCameraStreamingKit: 0c57a9cce6e9f34f294a06fe667b40301187bf40
PLCameraStreamingKit: ce06124e0197049058f8a42d59735ba0aba4bec1

COCOAPODS: 0.39.0
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/PLCameraStreamingKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PLCameraStreamingKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "PLCameraStreamingKit"
s.version = "1.4.15"
s.version = "1.4.16"
s.summary = "Pili iOS camera streaming framework via RTMP."
s.homepage = "https://github.com/pili-engineering/PLCameraStreamingKit"
s.license = 'Apache License, Version 2.0'
Expand Down
Binary file modified Pod/Library/lib/libPLCameraStreamingKit.a
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ PLCameraStreamingKit 使用 HeaderDoc 注释来做文档支持。

## 版本历史

- 1.4.16 ([Release Notes](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/ReleaseNotes/release-notes-1.4.16.md) && [API Diffs](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/APIDiffs/api-diffs-1.4.16.md))
- 解决 destroy 方法可能卡死线程的问题
- 1.4.15 ([Release Notes](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/ReleaseNotes/release-notes-1.4.15.md) && [API Diffs](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/APIDiffs/api-diffs-1.4.15.md))
- 修复类库 .a 未更新问题
- 1.4.14 ([Release Notes](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/ReleaseNotes/release-notes-1.4.14.md) && [API Diffs](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/APIDiffs/api-diffs-1.4.14.md))
Expand Down
23 changes: 23 additions & 0 deletions ReleaseNotes/release-notes-1.4.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# PLCameraStreamingKit Release Notes for 1.4.16

## 内容

- [简介](#简介)
- [问题反馈](#问题反馈)
- [记录](#记录)

## 简介

PLCameraStreamingKit 为 iOS 开发者提供直播推流 SDK。

## 问题反馈

当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 ```issues``` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。

[通过这里查看已有的 issues 和提交 Bug](https://github.com/pili-engineering/PLCameraStreamingKit/issues)

## 记录

### Bug

- 解决 destroy 方法可能卡死线程的问题

0 comments on commit bf0f658

Please sign in to comment.