[2] | 1 | $Id: ChangeLog 96 2006-03-28 23:00:51Z jari $ |
---|
| 2 | |
---|
[84] | 3 | Copyright (C) 2005, 2006 Jari Häkkinen |
---|
| 4 | |
---|
| 5 | This file is part of svnstat, http://lev.thep.lu.se/trac/svnstat |
---|
| 6 | |
---|
| 7 | svnstat is free software; you can redistribute it and/or modify it |
---|
| 8 | under the terms of the GNU General Public License as published by the |
---|
| 9 | Free Software Foundation; either version 2 of the License, or (at your |
---|
| 10 | option) any later version. |
---|
| 11 | |
---|
| 12 | svnstat is distributed in the hope that it will be useful, but WITHOUT |
---|
| 13 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
| 14 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
---|
| 15 | for more details. |
---|
| 16 | |
---|
| 17 | You should have received a copy of the GNU General Public License |
---|
| 18 | along with this program; if not, write to the Free Software |
---|
| 19 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
---|
| 20 | USA. |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | version 0.x: |
---|
[96] | 24 | - svnstat handles unexpected situations more gracefully (not a |
---|
| 25 | subversion tree, not up to date items) |
---|
[91] | 26 | - Using subversion API instead of system calls. |
---|
[84] | 27 | - Added copyright statement to files. |
---|
| 28 | - Proper version information is displayed using --version option. |
---|
| 29 | |
---|
[73] | 30 | version 0.2: |
---|
[74] | 31 | - Improved web page presentation. |
---|
[73] | 32 | - Removed usage of temporary files. |
---|
| 33 | - Added option to plot changes against time or revision. |
---|
[84] | 34 | - Several bugs removed. |
---|
[73] | 35 | |
---|
[2] | 36 | version 0.1: |
---|
[73] | 37 | - First release. |
---|