diff --git a/History.txt b/History.txt index 876953b29..118ef1834 100644 --- a/History.txt +++ b/History.txt @@ -1,16 +1,16 @@ 1.2.3 -Switched flow of relationship assertions for file objects. Now children assert isPartOf rather than parents asserting hasCollectionMember (see HYDRA-70 and HYDRA-71) +Major: Switched flow of relationship assertions for file objects. Now children assert isPartOf rather than parents asserting hasCollectionMember (see HYDRA-70 and HYDRA-71) -New method: has_bidirectional_relationship creates relationship that searches across bidirectional relationships (ie. finds all of the object's hasPart assertions as well as any objects pointing at it with isPartOf) +New class method: ActiveFedora::Base#has_bidirectional_relationship creates relationship finder methods that search across bidirectional relationships (ie. finds all of the object's hasPart assertions as well as any objects pointing at it with isPartOf) -Applied some fixes to usage of URIs in SemanticNode +Feature: Fedora::Connection now returns the Fedora error in any ServerError messages -Added RDoc code comments for experimental features from version 1.2 +Documentation: Added RDoc code comments for experimental features from version 1.2 Bug: MetadataDatastream.update_indexed_attributes doesn't get tripped up by attribute names wrapped in arrays (previously wrapping the symbol in an array would cause an error -Fedora::Connection now returns the Fedora error in any ServerError messages +Bug: Applied some fixes to usage of URIs in SemanticNode 1.2.2 diff --git a/active-fedora.gemspec b/active-fedora.gemspec index cc7bc0838..bbbffc58e 100644 --- a/active-fedora.gemspec +++ b/active-fedora.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Matt Zumwalt", "McClain Looney"] - s.date = %q{2010-10-17} + s.date = %q{2010-10-18} s.description = %q{ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.} s.email = %q{matt.zumwalt@yourmediashelf.com} s.extra_rdoc_files = [