Skip to content

Commit

Permalink
version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Lewis committed Oct 3, 2009
1 parent ec302aa commit 3242310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rdoc
@@ -1,10 +1,14 @@
== 2009-10-02 / Version 1.2.0
* Overhaul the test suite to be independent of a Rails project
* Added concept of database adapter. Ported mysql/postgresql conditional code to their own adapter.
* Added SQL Server support. THANKS http://github.com/brennandunn for all the improvements in this release

== 2009-09-26 / Version 1.1.3 == 2009-09-26 / Version 1.1.3
* documentation updates and updated to work with Geokit gem v1.5.0 * documentation updates and updated to work with Geokit gem v1.5.0
* IMPORTANT: in the Geokit gem, Geokit::Geocoders::timeout became Geokit::Geocoders::request_timeout for jruby compatibility. * IMPORTANT: in the Geokit gem, Geokit::Geocoders::timeout became Geokit::Geocoders::request_timeout for jruby compatibility.
The plugin sets this in config/initializers/geokit_config.rb. So if you've upgraded the gem to 1.5.0, you need to The plugin sets this in config/initializers/geokit_config.rb. So if you've upgraded the gem to 1.5.0, you need to
make the change manually from Geokit::Geocoders::timeout to Geokit::Geocoders::request_timeout in config/initializers/geokit_config.rb make the change manually from Geokit::Geocoders::timeout to Geokit::Geocoders::request_timeout in config/initializers/geokit_config.rb



== 2009-06-08 / Version 1.1.2 == 2009-06-08 / Version 1.1.2
* Added support for hashes in :through. So you can do: acts_as_mappable :through => { :state => :country } (Thanks José Valim). * Added support for hashes in :through. So you can do: acts_as_mappable :through => { :state => :country } (Thanks José Valim).


Expand Down
2 changes: 1 addition & 1 deletion about.yml
Expand Up @@ -4,6 +4,6 @@ author:
name_2: Andre Lewis name_2: Andre Lewis
homepage_2: http://www.earthcode.com homepage_2: http://www.earthcode.com
summary: Geo distance calculations, distance calculation query support, geocoding for physical and ip addresses. summary: Geo distance calculations, distance calculation query support, geocoding for physical and ip addresses.
version: 1.1.3 version: 1.1.4
rails_version: 1.0+ rails_version: 1.0+
license: MIT license: MIT

0 comments on commit 3242310

Please sign in to comment.