Starting devel 1.4.5 branch (again)

This commit is contained in:
root 2012-07-09 09:14:52 +01:00
parent 9e07a9bfe9
commit 1ab1271e70
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog for Redmine DMSF
==========================
1.4.5: *Not yet released*
-----------------------
* New: Settings introduced to enable read-only or read-write stance to be taken with webdav
1.4.4p2: *2012-07-08*
-------------------
* Fix: Issue #22 - Webdav upload with passenger/nginx fails with server error (passenger class for request.body does not contain length method.

View File

@ -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.4p2 stable"
version "1.4.5 devel"
url "https://github.com/danmunn/redmine_dmsf"
author_url "https://code.google.com/p/redmine-dmsf/"