[84] | 1 | $Id: NEWS 280 2007-05-06 09:41:30Z peter $ |
---|
| 2 | |
---|
[149] | 3 | ====================================================================== |
---|
[84] | 4 | Copyright (C) 2005, 2006 Jari Häkkinen |
---|
[280] | 5 | Copyright (C) 2007 Jari Häkkinen, Peter Johansson |
---|
[84] | 6 | |
---|
[149] | 7 | This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest |
---|
[84] | 8 | |
---|
[149] | 9 | svndigest is free software; you can redistribute it and/or modify it |
---|
[84] | 10 | under the terms of the GNU General Public License as published by the |
---|
| 11 | Free Software Foundation; either version 2 of the License, or (at your |
---|
| 12 | option) any later version. |
---|
| 13 | |
---|
[149] | 14 | svndigest is distributed in the hope that it will be useful, but |
---|
| 15 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 17 | General Public License for more details. |
---|
[84] | 18 | |
---|
| 19 | You should have received a copy of the GNU General Public License |
---|
| 20 | along with this program; if not, write to the Free Software |
---|
| 21 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
---|
| 22 | USA. |
---|
[149] | 23 | ====================================================================== |
---|
[277] | 24 | |
---|
[280] | 25 | version 0.6: |
---|
| 26 | - Removed option flag '-rev' |
---|
| 27 | - More file extensions supported for parsing. |
---|
| 28 | |
---|
[277] | 29 | version 0.5: |
---|
| 30 | - Added support for svndigest:ignore property. |
---|
| 31 | - Creation of static svndigest binary is now supported, use |
---|
| 32 | --enable-staticbin. |
---|
| 33 | - Dates and time now refers to UTC. |
---|
| 34 | - Statistics now differentiates between code, comments, and empty |
---|
| 35 | lines. Improvements to this parsing is still needed. |
---|
| 36 | |
---|
| 37 | version 0.4: |
---|
| 38 | - Project name changed from svnstat to svndigest. |
---|
| 39 | |
---|
| 40 | version 0.3: |
---|
| 41 | - Improved the generated output. |
---|
| 42 | - svnstat handles unexpected situations more gracefully (like |
---|
| 43 | running svnstat on a tree that is not under subversion control, |
---|
| 44 | trees with items that are not up to date). |
---|
| 45 | - Proper version information is displayed using --version option. |
---|
| 46 | |
---|
| 47 | version 0.2: |
---|
| 48 | - Improved web page presentation. |
---|
| 49 | - Added option to plot changes against time or revision. |
---|
| 50 | |
---|
| 51 | version 0.1: |
---|
| 52 | - First release. |
---|