Skip to content

Commit

Permalink
Prep for release to 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Sep 22, 2016
1 parent 1facfb5 commit f5ad0fa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# History of Sufia releases

## 6.7.0
* Allow users and groups to share collections [E. Lynette Rayle]
* Don’t run hound on ruby code [E. Lynette Rayle]
* Add ability to set visibility for collections [E. Lynette Rayle]
* Adding executable to run surveyor from the command line. Changing surveyor to not recreate survey items for existing items when you run the executable multiple times. [Carolyn Cole]
* Adding a surveyor to create survey items for an id list And adding enumerator for migration status [Carolyn Cole]
* Adding FedoraIdService to create a list of all the ids (of classes we care about) in fedora [Carolyn Cole]
* Adding ActiveRecord class for Sufia::Migration::Survey::item [Carolyn Cole]
* Moving bin directory to exe to follow new standards [Carolyn Cole]
* Adding executable to run export actor from the command line [Carolyn Cole]
* Export Actor which will export ActiveFedora classes to json files [Carolyn Cole]
* Exporting a Collection's metadata, permissions, and members [Carolyn Cole]*

## 6.6.1* Export GenericFile metdata, versions, and permissions [Carolyn Cole]
* Upping the versions for 6.6.1 release [Carolyn Cole]
* Removing group and login from profile update [Carolyn Cole]
* Test with Rails 4.2.6 [Justin Coyne]
* Add auto-fix + exclusions for new Rubocop violations [Michael J. Giarlo]
* Temporarily pin Rubocop to get past broken 0.38.0 error [Michael J. Giarlo]
* Hydra-Jetty should be the default service container in 6.x. [Michael J. Giarlo]

## 6.6.0
* Update background workers doc [E. Lynette Rayle]
* Replaces table rows with an unordered list to make html valid, fixes #1058 [Adam Wead]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ If you have questions or need help, please email [the Hydra community tech list]
# Creating a Sufia-based app

This document contains instructions specific to setting up an app with __Sufia
v6.6.0__. If you are looking for instructions on installing a different
v6.7.0__. If you are looking for instructions on installing a different
version, be sure to select the appropriate branch or tag from the drop-down
menu above.

Expand Down Expand Up @@ -147,7 +147,7 @@ rails new my_app
Add the following lines to your application's Gemfile.

```
gem 'sufia', '6.6.0'
gem 'sufia', '6.7.0'
gem 'kaminari', github: 'jcoyne/kaminari', branch: 'sufia' # required to handle pagination properly in dashboard. See https://github.com/amatsuda/kaminari/pull/322
```

Expand Down
2 changes: 1 addition & 1 deletion lib/sufia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sufia
VERSION = "6.6.1".freeze
VERSION = "6.7.0".freeze
end

0 comments on commit f5ad0fa

Please sign in to comment.