1.4.4p1 release

This commit is contained in:
Daniel Munn 2012-07-07 07:29:09 +01:00
parent 4b74726cf1
commit c50ff70cba
2 changed files with 12 additions and 4 deletions

View File

@ -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]

View File

@ -1,4 +1,4 @@
# Redmine plugin for Document Management System "Features"
# Redmine plugin for Document Management System "Features"
#
# Copyright (C) 2011 Vít Jonáš <vit.jonas@gmail.com>
# Copyright (C) 2012 Daniel Munn <dan.munn@munnster.co.uk>
@ -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/"