source: trunk/NEWS @ 540

Last change on this file since 540 was 524, checked in by Peter Johansson, 15 years ago

adding text on how to configure parsing codons - fixes ticket:283

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