Skip to content

Commit

Permalink
Bump version to v0.20110301.
Browse files Browse the repository at this point in the history
  • Loading branch information
igal committed Mar 1, 2011
1 parent e6979f2 commit 04dc82e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changes
Key
---

* [!] - Important note regarding some change.
* [THEME] - Changed theme structure, see `themes/README.txt` for details.
* [SETTING] - Changed setting structure, see `themes/README.txt` for details.
* [SECRETS] - Changed secrets structure, see `INSTALL.md` for details.
Expand All @@ -15,6 +16,17 @@ Changes

List of Calagator stable releases and changes, with the latest at the top:

* v0.20110301
* [!] This version adds support for specifying the search engine to use for local data. The new default is `sql`, which requires no configuration or setup to work. If you have an existing Calagator instance and want to continue using ActsAsSolr, edit your `config/secrets.yml` file and specify `search_engine: acts_as_solr`. See the "Search engine" section of the `INSTALL.md` file for details.
* [SECRETS] Added `search_engine` field for specifying search engine.
* [DEPENDENCY] Upgraded to latest stable releases of Ruby on Rails and other libraries. Use `rake gems:install` to install them.
* [DEPENDENCY] Added optional `sunspot` search engine, which provides the best search results and is more reliable, efficient and speedy than `acts_as_solr`.
* Fixed importing to support Upcoming's mobile site, the only one many users can now use.
* Fixed performance of duplicate checking and squashing interfaces.
* Fixed exceptions thrown when filtering events by invalid dates.
* Improved dependencies so production environment doesn't need testing libraries.
* Added `sql` search engine, which is used by default and requires no configuration or setup.

* v0.20101108
* [!] Fixed searching, run `rake solr:rebuild_index` to rebuild your search index to take advantage of the improvements for matching by: exact words, fuzzy word match, words that had punctuation in or adjacent to them, and tags.
* [DEPENDENCY] Added RiCal library.
Expand Down

0 comments on commit 04dc82e

Please sign in to comment.