Skip to content

Commit

Permalink
Bumped to version rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Mar 8, 2012
1 parent 9efce28 commit c5fb8f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active-fedora (4.0.0.rc8)
active-fedora (4.0.0.rc9)
activeresource (>= 3.0.0)
activesupport (>= 3.0.0)
equivalent-xml
Expand Down
5 changes: 3 additions & 2 deletions History.txt
@@ -1,4 +1,4 @@
4.0.0.rc8
4.0.0.rc9
Removed deprecations
* allowing :fedora level in fedora.yml
* automatic includes of Relationships and FileMethods is removed
Expand All @@ -8,11 +8,12 @@ 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.
Find always casts to the appropriate object.
Run a stub :environment task in the fixture loading rake tasks (which is overridden by rails)
Find raises ObjectNotFoundError when the object isn't found
Removed dependency on solrizer-fedora
Avoid unnecessary reload of RELS-EXT when typecasting
HYDRA-754 Delegate discovery of config parameters to a separate module to allow for non-file-based configuration

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.rc8"
VERSION = "4.0.0.rc9"
end

0 comments on commit c5fb8f6

Please sign in to comment.