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