Skip to content

Commit

Permalink
Bump version to 4.0.0.rc19
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Mar 30, 2012
1 parent f42b3bd commit ef5fd7d
Show file tree
Hide file tree
Showing 4 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.rc18)
active-fedora (4.0.0.rc19)
activeresource (>= 3.0.0)
activesupport (>= 3.0.0)
equivalent-xml
Expand Down
3 changes: 2 additions & 1 deletion History.txt
@@ -1,4 +1,4 @@
4.0.0.rc18
4.0.0.rc19
Removed deprecations
* allowing :fedora level in fedora.yml
* automatic includes of Relationships and FileMethods is removed
Expand All @@ -25,6 +25,7 @@ HYDRA-766 Model#classname_from_uri singularizes terms, but it shouldn't change t
HYDRA-767 Remove Model::DEFAULT_NS
Upgrade Om to 1.6.0
QualifiedDublinCore now extends immediately from NokogiriDatastream
Deprecated MetadataDatastream

3.3.2
HYDRA-745 No need to require :url be present on external datastreams
Expand Down
2 changes: 1 addition & 1 deletion TODO
@@ -1,2 +1,2 @@
Get rid of ActiveFedora::Relationships methods in specs (except in relationships_spec.rb of course)
Deprecate ActiveFedora::MetadataDatastream (and remove it from the specs)
Remove calls to ActiveFedora::MetadataDatastream from the specs
2 changes: 1 addition & 1 deletion lib/active_fedora/version.rb
@@ -1,3 +1,3 @@
module ActiveFedora
VERSION = "4.0.0.rc18"
VERSION = "4.0.0.rc19"
end

0 comments on commit ef5fd7d

Please sign in to comment.