Skip to content

Commit

Permalink
Released v0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Feb 26, 2013
1 parent 3b56b65 commit 7235b38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.25 2013-02-26
Made Test::Strict an author only test

0.24 2013-01-04 0.24 2013-01-04
BUG FIX BUG FIX
- has_changed was failing when comparing attributes that contained - has_changed was failing when comparing attributes that contained
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Expand Up @@ -2,7 +2,7 @@ name = Elastic-Model
author = Clinton Gormley <drtech@cpan.org> author = Clinton Gormley <drtech@cpan.org>
license = Perl_5 license = Perl_5
copyright_holder = Clinton Gormley copyright_holder = Clinton Gormley
version = 0.24 version = 0.25


[GatherDir] [GatherDir]
exclude_filename = README.pod exclude_filename = README.pod
Expand Down
6 changes: 3 additions & 3 deletions lib/Elastic/Manual/Intro.pod
Expand Up @@ -13,8 +13,8 @@ You need a recent version of Java installed, then download the current
stable release of ElasticSearch from L<http://www.elasticsearch.org/download/>. stable release of ElasticSearch from L<http://www.elasticsearch.org/download/>.
For instance: For instance:


curl -L -O https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.11.tar.gz curl -L -O https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.20.5.tar.gz
tar -xzf elasticsearch-0.19.11.tar.gz tar -xzf elasticsearch-0.20.5.tar.gz


B<Note: The minimum required version of ElasticSearch is 0.19.11.> B<Note: The minimum required version of ElasticSearch is 0.19.11.>


Expand All @@ -29,7 +29,7 @@ against a local ElasticSearch cluster.


=head2 Start ElasticSearch =head2 Start ElasticSearch


cd elasticsearch-0.19.11/ cd elasticsearch-0.20.5/
./bin/elasticsearch -f # -f starts the server in the foreground ./bin/elasticsearch -f # -f starts the server in the foreground


You now have a running ElasticSearch cluster with one node. You can test that You now have a running ElasticSearch cluster with one node. You can test that
Expand Down

0 comments on commit 7235b38

Please sign in to comment.