forked from ac-rpc/ac-rpc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
48 lines (40 loc) · 1.8 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/**
* Copyright 2010 by the Regents of the University of Minnesota,
* University Libraries - Minitex
*
* This file is part of The Research Project Calculator (RPC).
*
* RPC is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* RPC is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with The RPC. If not, see <http://www.gnu.org/licenses/>.
*
* =================================================================
* CHANGELOG
*/
Version History
===============
0.10.1: 2011-08-11 Michael Berkowski <[email protected]>
* Updated RPC_Smarty for Smarty 3.x
0.10.0: 2011-06-11 Michael Berkowski <[email protected]>
* Updated to dojo 1.6.1 for IE9 compatibility
0.9.12: 2011-05-11 Michael Berkowski <[email protected]>
* BUGFIX: SQL install script had incorrect column length for passwordsalt
* Version number not incremented since this only affects the buildscript
0.9.12: 2011-01-02 Michael Berkowski <[email protected]>
* Added password salt to native auth. Legacy (unsalted) users get salt on first login
0.9.11: 2010-12-16 Michael Berkowski <[email protected]>
* BUGFIX: app_file_path incorrectly calculated in Windows
* BUGFIX: RPC_Smarty failed to call parent::__construct()
0.9.10: 2010-11-29 Michael Berkowski <[email protected]>
* Added template usage tracking with table template_usage
0.9.9: 2010-10-18 Michael Berkowski <[email protected]>
* First public release of new Research Project Calculator