From 2e21b5020fba99a448ada64b7da9d3a6ad7c5b23 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Tue, 14 Dec 2010 21:12:03 +0000 Subject: [PATCH] Adding small note to top of CHANGES file which provides locations where more details about DSpace Version History can be found. Also added a statement linking to the listing of all known contributors on wiki. git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5957 9c30dcfa-912a-0410-8fc2-9e0234be79fd --- dspace/CHANGES | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dspace/CHANGES b/dspace/CHANGES index 27747f3f37..1e3b1244cb 100644 --- a/dspace/CHANGES +++ b/dspace/CHANGES @@ -1,4 +1,13 @@ -1.7.0 +Additional details about the DSpace version history, and the changes between +releases can be found in the following locations: + - Online Documentation: https://wiki.duraspace.org/display/DSDOC/History + - In the Source Code Documentation at: + [dspace-source]/dspace/docs/html/History.html + +In addition, a listing of all known contributors to DSpace software can be +found online at: https://wiki.duraspace.org/display/DSPACE/DSpaceContributors + +1.7.0 ===== (Oleksandr Sytnyk) - [DS-561] On login screen, keyboard input focus should be set to the first field (E-mail Address) so you don't have to use the mouse (JSPUI)