From 194b63a8af1f4e8823d17aae23bc4eabb616d0e9 Mon Sep 17 00:00:00 2001 From: Carolyn Cole Date: Fri, 24 May 2013 07:30:45 -0400 Subject: [PATCH] Uping version to 1.3 and adding release notes --- History.md | 16 ++++++++++++++++ lib/sufia/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 1bb3c3d6dc..c57260edca 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,21 @@ # History of Sufia releases +## 1.3.0 +* Depends on Hydra::Controller::DownloadBehavior +* Upgraded to hydra-batch-edit 1.1 which includes session-less batches in hydra-collections +* Moved most of the Dashboard behavior into Sufia::DashboardBehavior to enable overriding +* Added Model to_s instead of using display_title +* Added after delivery hook to contact form controller +* Removed the version page +* various bug fixes + + +## 1.2.0 +* DownloadController uses load_instance_from_solr for speed improvement +* Raise a AccessDenied error if a download is not allowed rather than show an image. +* Autoload the datastreams directory +* Set default variables (fits_path, id_namespace) in the engine config. + ## 1.1.0 * Allows a user to deposit on behalf of another user * Tweaks dashboard UI to be less busy: actions now in dropdown button diff --git a/lib/sufia/version.rb b/lib/sufia/version.rb index 47e68cb80c..9ba4bd7191 100644 --- a/lib/sufia/version.rb +++ b/lib/sufia/version.rb @@ -1,3 +1,3 @@ module Sufia - VERSION = "1.2.0" + VERSION = "1.3.0" end