source: trunk/ChangeLog @ 192

Last change on this file since 192 was 192, checked in by Jari Häkkinen, 17 years ago

Bumped version to 0.5.

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