Commit c3bb9a1f authored by Eloy Duran's avatar Eloy Duran

Compare 0.5.1 to HEAD until we actually tag 0.6.0 and explicitely link tickets.

parent 311e6cce
...@@ -21,7 +21,8 @@ can be found: ...@@ -21,7 +21,8 @@ can be found:
s.documentation = { :html => 'http://example.com/docs/index.html' } s.documentation = { :html => 'http://example.com/docs/index.html' }
``` ```
See #149 and #151. See [#149](https://github.com/CocoaPods/CocoaPods/issues/149) and
[#151](https://github.com/CocoaPods/CocoaPods/issues/151).
### Introduced two new classes: LocalPod and Sandbox. ### Introduced two new classes: LocalPod and Sandbox.
...@@ -37,22 +38,35 @@ for working with the contents of this directory. ...@@ -37,22 +38,35 @@ for working with the contents of this directory.
### Enhancements ### Enhancements
* #163: Print a template for a new ticket when an error occurs. * [#163](https://github.com/CocoaPods/CocoaPods/issues/163): Print a template
for a new ticket when an error occurs.
* Added a new Github-specific downloader that can download repositories as a * Added a new Github-specific downloader that can download repositories as a
gzipped tarball. gzipped tarball.
* No more global state is kept during resolving of dependencies. * No more global state is kept during resolving of dependencies.
* Updated Xcodeproj to have a friendlier API. * Updated Xcodeproj to have a friendlier API.
### Fixes ### Fixes
* #166: Added printing of homepage and source to search results. * [#166](https://github.com/CocoaPods/CocoaPods/issues/166): Added printing of
* #134: Match `IPHONEOS_DEPLOYMENT_TARGET` build setting with homepage and source to search results.
`deployment_target` option in generated Pods project file.
* #142: Add `-fobjc-arc` to `OTHER_LD_FLAGS` if _any_ pods require ARC. * [#134](https://github.com/CocoaPods/CocoaPods/issues/134): Match
* #148: External encoding set to UTF-8 on Ruby 1.9 to fix crash caused by `IPHONEOS_DEPLOYMENT_TARGET` build setting with `deployment_target` option in
non-ascii characters in pod description. generated Pods project file.
* [#142](https://github.com/CocoaPods/CocoaPods/issues/): Add `-fobjc-arc` to
`OTHER_LD_FLAGS` if _any_ pods require ARC.
* [#148](https://github.com/CocoaPods/CocoaPods/issues/148): External encoding
set to UTF-8 on Ruby 1.9 to fix crash caused by non-ascii characters in pod
description.
* Ensure all header search paths are quoted in the xcconfig file. * Ensure all header search paths are quoted in the xcconfig file.
* Added weak quoting to `ibtool` input paths. * Added weak quoting to `ibtool` input paths.
...@@ -204,5 +218,5 @@ allowing you to automate Xcode related tasks. ...@@ -204,5 +218,5 @@ allowing you to automate Xcode related tasks.
[3]: https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/podfile.rb#L185 [3]: https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/podfile.rb#L185
[4]: https://github.com/CocoaPods/Xcodeproj [4]: https://github.com/CocoaPods/Xcodeproj
[5]: https://github.com/tomaz/appledoc [5]: https://github.com/tomaz/appledoc
[6]: https://github.com/CocoaPods/CocoaPods/compare/0.5.1...0.6.0 [6]: https://github.com/CocoaPods/CocoaPods/compare/0.5.1...HEAD
[7]: https://github.com/CocoaPods/CocoaPods/compare/0.3.10...0.5.0 [7]: https://github.com/CocoaPods/CocoaPods/compare/0.3.10...0.5.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment