UnrarKit CHANGELOG

2.10

2.9

2.8.1

Updated to UnRAR library v 5.5.5 (Issue #43 - Thanks to @Jegge for the suggestion!)

2.8

2.7.1

2.7

Updated to the latest version of the UnRAR library (v5.3.11)

2.6

2.5.3

Fixed Podspec bug causing build errors when building as a framework with CocoaPods (Issue #28)

2.5.2

Moved off of deprecated xcconfig attribute in podspec (Issue #25)

2.5.1

Improved performance of the -isPasswordProtected method (Issue #24)

2.5

Fixed bug in -extractFilesTo:overwrite:progress:error: that would sometimes cause garbage characters in the extracted files' names (Issue #20)

2.4.3

Tweaked isPasswordProtected so it doesn't log an error message when an archive has a header password (Issue #21)

2.4.2

Fixed bug causing validatePassword to return NO for valid passwords in RAR5 archives (Issue #19)

2.4.1

Decreased size of library, by removing large sample archives (Issue #18), and added more information to the readme file

2.4

Added methods to detect whether a file is a RAR archive (Issue #17)

2.3

2.2.4

Added -lc++ to CocoaPods linker flags, so that a .mm file is no longer required for a successful build

2.2.2

Added documentation, full Travis CI integration

2.2

Upgraded to unrar library 5.2.1

2.1

Fixed bug in NSErrors generated

2.0.7

Fixed major leak of file descriptors, causing clients to run out of file descriptors

2.0.6

Added requires_arc flag to podspec

2.0.5

Fixed an Xcode 6 compilation bug

2.0.2

First release in CocoaPods spec repo

2.0.0

Initial release