[2] | 1 | $Id: ChangeLog 171 2006-08-26 21:47:43Z jari $ |
---|
| 2 | |
---|
[149] | 3 | ====================================================================== |
---|
[84] | 4 | Copyright (C) 2005, 2006 Jari Häkkinen |
---|
| 5 | |
---|
[149] | 6 | This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest |
---|
[84] | 7 | |
---|
[149] | 8 | svndigest is free software; you can redistribute it and/or modify it |
---|
[84] | 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 | |
---|
[149] | 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. |
---|
[84] | 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. |
---|
[149] | 22 | ====================================================================== |
---|
[84] | 23 | |
---|
| 24 | |
---|
[153] | 25 | version pre0.5: |
---|
[171] | 26 | - Creation of static svndigest binary is now supported, use |
---|
| 27 | --enable-staticbin. |
---|
[164] | 28 | - 'configure' now checks for APR and subversion APIs. |
---|
[160] | 29 | - Added a --enable-debug option to autoconf. The project is |
---|
| 30 | compiled without debug code by default. Use './configure |
---|
| 31 | --enable-debug' to turn on debug options and code. |
---|
[153] | 32 | - Improved permission checks on directories. |
---|
| 33 | |
---|
[149] | 34 | version 0.4: |
---|
| 35 | - Project name changed from svnstat to svndigest. |
---|
| 36 | |
---|
[146] | 37 | version 0.3: |
---|
| 38 | - Improved the generated output. |
---|
| 39 | - svnstat handles unexpected situations more gracefully (like |
---|
| 40 | running svnstat on a tree that is not under subversion control, |
---|
| 41 | trees with items that are not up to date). |
---|
| 42 | - Using subversion (v1.4) API instead of system calls. |
---|
[84] | 43 | - Added copyright statement to files. |
---|
| 44 | - Proper version information is displayed using --version option. |
---|
| 45 | |
---|
[73] | 46 | version 0.2: |
---|
[74] | 47 | - Improved web page presentation. |
---|
[73] | 48 | - Removed usage of temporary files. |
---|
| 49 | - Added option to plot changes against time or revision. |
---|
[84] | 50 | - Several bugs removed. |
---|
[73] | 51 | |
---|
[2] | 52 | version 0.1: |
---|
[73] | 53 | - First release. |
---|