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