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