Skip to content

Commit

Permalink
Bump version to 4.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Mar 6, 2012
1 parent 7268207 commit 7aa4a6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active-fedora (4.0.0.rc1)
active-fedora (4.0.0.rc2)
activeresource (>= 3.0.0)
activesupport (>= 3.0.0)
equivalent-xml
Expand Down
4 changes: 3 additions & 1 deletion History.txt
@@ -1,4 +1,4 @@
4.0.0.rc1
4.0.0.rc2
Removed deprecations
* allowing :fedora level in fedora.yml
* automatic includes of Relationships and FileMethods is removed
Expand All @@ -7,6 +7,8 @@ Added find_document which determines the correct model and then casts the object
Improved loading from solr
RDF datastreams
Replaced solr-ruby with rsolr. Note: remove any calls to .hits
load_instance is now deprecated, replaced with find
Find alwasy casts to the appropriate object.

3.3.2
HYDRA-745 No need to require :url be present on external datastreams
Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora/version.rb
@@ -1,3 +1,3 @@
module ActiveFedora
VERSION = "4.0.0.rc1"
VERSION = "4.0.0.rc2"
end

0 comments on commit 7aa4a6d

Please sign in to comment.