CHANGES in archive-tar-external-1.2.1 vs CHANGES in archive-tar-external-1.2.2

- old
+ new

@@ -1,4 +1,15 @@ +== 1.2.2 - 28-Jul-2009 +* Compatibility fixes for Ruby 1.9.x and JRuby. +* Singleton methods that were previously synonyms are now true aliases. +* License changed to Artistic 2.0. +* Several gemspec updates, including an updated description, the addition + of a license and development dependencies and refactored platform handling. +* Added test-unit and ptools as development dependencies for the test suite. +* Some refactoring of the test suite to take advantage of some of the features + in test-unit 2.x. +* Renamed the test file to test_archive_tar_external.rb. + == 1.2.1 - 30-Jul-2007 * The TarError class is now Tar::Error. * Added a Rakefile with tasks for installation and testing. * Removed the install.rb file. Installation is now handled by the Rakefile. * Documentation updates.