From c50ff70cba169b6c2a07567ba324ddd63c73f7d6 Mon Sep 17 00:00:00 2001 From: Daniel Munn Date: Sat, 7 Jul 2012 07:29:09 +0100 Subject: [PATCH] 1.4.4p1 release --- CHANGELOG.md | 12 ++++++++++-- init.rb | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a84157..a0707c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ Changelog for Redmine DMSF ========================== -1.4.4: *Not yet released* ------------------------ +1.4.4p1: *2012-07-07* +------------------- +* Fix: Issue #20 - Listing not functional when using sqlite adapter +* Fix: Issue #21 - Webdav not functional under bitnami (or sub directory) +* Fix: Testcase failed to cleanup after itself +* Fix: Webdav index object identified itself as having parent under prefix'ed path (in error) +* Fix: Addition of a path_prefix routine for webdav to be able to correct redirects + +1.4.4: *2012-07-01* +----------------- * New: Locking model updated to support shared and exclusive write locks. [At present UI and Webdav only support exclusive locking however] * New: Folders are now write lockable (shared and exclusively) [UI upgraded to support folder locking, however only exclusively] * New: Locks can now have a time-limit [Not yet supported from UI] diff --git a/init.rb b/init.rb index d3932bb1..143f4404 100644 --- a/init.rb +++ b/init.rb @@ -1,4 +1,4 @@ -# Redmine plugin for Document Management System "Features" +# Redmine plugin for Document Management System "Features" # # Copyright (C) 2011 Vít Jonáš # Copyright (C) 2012 Daniel Munn @@ -24,7 +24,7 @@ Redmine::Plugin.register :redmine_dmsf do name "DMSF" author "Vit Jonas / Daniel Munn" description "Document Management System Features" - version "1.4.4 stable" + version "1.4.4p1 stable" url "https://github.com/danmunn/redmine_dmsf" author_url "https://code.google.com/p/redmine-dmsf/"