vendor/dropbox-ruby-sdk/CHANGELOG in dbox-0.6.5 vs vendor/dropbox-ruby-sdk/CHANGELOG in dbox-0.6.6

- old
+ new

@@ -1,5 +1,10 @@ +1.2 (2012-1-11) +* Adds a method to the SDK that returns the file metadata when downloading a + file or its thumbnail. +* Validate server's SSL certificate against CAs in included certificate file. + 1.1 (2011-10-17) * Various bug fixes found during beta period * Improved documentation * Improved module structure * Removed dependency on the oauth module, using plaintext authentication over https @@ -24,6 +29,6 @@ * put_file no longer takes a "name" arugment, only takes a full path * Removed reliance on config files * Assorted bugfixes and improvements * All calls are now made over SSL * Fully documented code for RDoc generation -* Added a CHANGELOG \ No newline at end of file +* Added a CHANGELOG