From 12550d7c9b316987708b06ec4a32c08c16f1029e Mon Sep 17 00:00:00 2001 From: Carolyn Cole Date: Fri, 7 Feb 2014 15:35:29 -0500 Subject: [PATCH] Upping version and adding history --- History.md | 29 +++++++++++++++++++++++++++++ SUFIA_VERSION | 2 +- lib/sufia/version.rb | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index e41c477db6..4385460fc3 100644 --- a/History.md +++ b/History.md @@ -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] diff --git a/SUFIA_VERSION b/SUFIA_VERSION index 9575d51bad..7c69a55dbb 100644 --- a/SUFIA_VERSION +++ b/SUFIA_VERSION @@ -1 +1 @@ -3.6.1 +3.7.0 diff --git a/lib/sufia/version.rb b/lib/sufia/version.rb index 60130ac966..68d7c6912d 100644 --- a/lib/sufia/version.rb +++ b/lib/sufia/version.rb @@ -1,3 +1,3 @@ module Sufia - VERSION = "3.6.1" + VERSION = "3.7.0" end