1 | $Id: ChangeLog 240 2007-04-28 01:43:54Z peter $ |
---|
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.6: |
---|
25 | - Removed option flag '-rev' |
---|
26 | |
---|
27 | version 0.5: |
---|
28 | - Updated documentation. |
---|
29 | - Reworked treatment of binary files. |
---|
30 | - Added support for svndigest:ignore property. |
---|
31 | - Creation of static svndigest binary is now supported, use |
---|
32 | --enable-staticbin. |
---|
33 | - 'configure' now checks for APR and subversion APIs. |
---|
34 | - 'configure' now checks that gnuplot exists. |
---|
35 | - Added a --enable-debug option to autoconf. The project is |
---|
36 | compiled without debug code by default. Use './configure |
---|
37 | --enable-debug' to turn on debug options and code. |
---|
38 | - Dates and time now refers to UTC. |
---|
39 | - Improved output. |
---|
40 | - Statistics now differentiates between code, comments, and empty |
---|
41 | lines. Improvements to this parsing is still needed. |
---|
42 | - Improved permission checks and treatment of directories. |
---|
43 | |
---|
44 | version 0.4: |
---|
45 | - Project name changed from svnstat to svndigest. |
---|
46 | |
---|
47 | version 0.3: |
---|
48 | - Improved the generated output. |
---|
49 | - svnstat handles unexpected situations more gracefully (like |
---|
50 | running svnstat on a tree that is not under subversion control, |
---|
51 | trees with items that are not up to date). |
---|
52 | - Using subversion (v1.4) API instead of system calls. |
---|
53 | - Added copyright statement to files. |
---|
54 | - Proper version information is displayed using --version option. |
---|
55 | |
---|
56 | version 0.2: |
---|
57 | - Improved web page presentation. |
---|
58 | - Removed usage of temporary files. |
---|
59 | - Added option to plot changes against time or revision. |
---|
60 | - Several bugs removed. |
---|
61 | |
---|
62 | version 0.1: |
---|
63 | - First release. |
---|