File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## Unreleased
7+ ## 1.19.3 - 2021-11-11
88
99See [ fix-counts.js] ( scripts/updates/fix-count.js ) for a script that can be run before this update (as well as the
1010update for 1.19.0) to pre populate the migration. This will speed up the update and will not impact the running
1111instance.
1212
1313### Fixed
1414- If a space has a lot of datasets, rendering the space page is very slow. Files in a space is now cached.
15+ - Set permissions for folders to be 777 this fixes [ clowder-helm #5 ] ( https://github.com/clowder-framework/clowder-helm/issues/5 )
1516
1617## 1.19.2 - 2021-10-20
1718
1819### Fixed
1920- Error with library dependencies broke search capabilities, rolled back to known working versions
20- - Set permissions for folders to be 777 this fixes [ clowder-helm #5 ] ( https://github.com/clowder-framework/clowder-helm/issues/5 )
2121
2222## 1.19.1 - 2021-10-19
2323
Original file line number Diff line number Diff line change 2222author = 'Luigi Marini'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.19.2 '
25+ release = '1.19.3 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import NativePackagerKeys._
1313object ApplicationBuild extends Build {
1414
1515 val appName = " clowder"
16- val version = " 1.19.2 "
16+ val version = " 1.19.3 "
1717 val jvm = " 1.7"
1818
1919 def appVersion : String = {
Original file line number Diff line number Diff line change 99 Clowder is a customizable and scalable data management system to support any
1010 data format and multiple research domains. It is under active development
1111 and deployed for a variety of research projects.
12- version : 1.19.2
12+ version : 1.19.3
1313 termsOfService : https://clowder.ncsa.illinois.edu/clowder/tos
1414 contact :
1515 name : Clowder
You can’t perform that action at this time.
0 commit comments