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