source: trunk/NEWS @ 280

Last change on this file since 280 was 280, checked in by Peter Johansson, 16 years ago

more NEWS and made --version and --help output more standard

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.8 KB
Line 
1$Id: NEWS 280 2007-05-06 09:41:30Z peter $
2
3======================================================================
4Copyright (C) 2005, 2006 Jari Häkkinen
5Copyright (C) 2007  Jari Häkkinen, Peter Johansson
6
7This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest
8
9svndigest is free software; you can redistribute it and/or modify it
10under the terms of the GNU General Public License as published by the
11Free Software Foundation; either version 2 of the License, or (at your
12option) any later version.
13
14svndigest is distributed in the hope that it will be useful, but
15WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; if not, write to the Free Software
21Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
22USA.
23======================================================================
24
25version 0.6:
26  - Removed option flag '-rev'
27  - More file extensions supported for parsing.
28 
29version 0.5:
30  - Added support for svndigest:ignore property.
31  - Creation of static svndigest binary is now supported, use
32    --enable-staticbin.
33  - Dates and time now refers to UTC.
34  - Statistics now differentiates between code, comments, and empty
35    lines. Improvements to this parsing is still needed.
36
37version 0.4:
38  - Project name changed from svnstat to svndigest.
39
40version 0.3:
41  - Improved the generated output.
42  - svnstat handles unexpected situations more gracefully (like
43    running svnstat on a tree that is not under subversion control,
44    trees with items that are not up to date).
45  - Proper version information is displayed using --version option.
46
47version 0.2:
48  - Improved web page presentation.
49  - Added option to plot changes against time or revision.
50
51version 0.1:
52  - First release.
Note: See TracBrowser for help on using the repository browser.