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