Skip to content

Commit

Permalink
Upping version and adding history
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncole committed Feb 7, 2014
1 parent 121454d commit 12550d7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
# History of Sufia releases
## 3.7.0

* The UsersController needs to set @trophies to a list of GenericFiles [Justin Coyne]
* Removed patches for rails 3 [Justin Coyne]
* Short-circuit freshclam for a faster build [Michael J. Giarlo]
* Use blacklight 4.5 methods for accessing the search_session. Fixes #296 [Justin Coyne]
* Test with ruby 2.1.0 final release [Justin Coyne]
* Simplify tests for GenericFile#related_files [Justin Coyne]
* Remove duplicate includes. Fixes #289 [Justin Coyne]
* Remove non-functioning rake tasks … [Justin Coyne]
* Better documentation for GenericFile#related_files [ci skip] [Justin Coyne]
* Linked in handle seems to have been missed in the permitted attibiute… … [Carolyn Cole]
* Updated: - Don't need to exlicity add 'jettywrapper' to Gemfile b/c added by hydra:head generator (called by sufia generator)
- Don't need to remove public/index.html (Rails 4 presumably)
- Run `rake jetty:clean` instead of hydra:jetty generator -- does the same thing
- Added note that fits can be installed with homebrew (and may require adding a symlink)
[David Chandek-Stark]
* Upgrade blacklight to 4.6 [Justin Coyne]
* Allowing the link to either be sufia based or blacklight based [Carolyn Cole]
* Removing extra_head_content, and paginate deprication warnings [Carolyn Cole]
* Remove deprecated method paginate_rsolr_response. Fixes #312 [Justin Coyne]
* Moving single use link java script into asset pipeline. [Carolyn Cole]
* Update to blacklight 4.7 [Justin Coyne]
* Modifying how zclip works when a flash player is not present, since t… … [Carolyn Cole]
* Upgrading video.js to the latest version so it will work in firefox, … … [Carolyn Cole]
* Removing hard coded asset paths, which do not work in production. Whi… … [Carolyn Cole]
* Fixing audiojs to only display if audio is not supported by the brows… … [Carolyn Cole]

## 3.6.0

## 3.4.0
* Handle facets with 3 or more words [Jeremy Friesen]
Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.1
3.7.0
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 = "3.6.1"
VERSION = "3.7.0"
end

0 comments on commit 12550d7

Please sign in to comment.