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