source: trunk/ChangeLog @ 185

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

Fixes #65 and #60. Added support for svndigest:ignore. Uppdated documentation. Reworked binary file treatment.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 2.0 KB
Line 
1$Id: ChangeLog 185 2006-09-06 02:39:18Z 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 pre0.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  - Added a --enable-debug option to autoconf. The project is
33    compiled without debug code by default. Use './configure
34    --enable-debug' to turn on debug options and code.
35  - Improved permission checks on directories.
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  - Using subversion (v1.4) API instead of system calls.
46  - Added copyright statement to files.
47  - Proper version information is displayed using --version option.
48
49version 0.2:
50  - Improved web page presentation.
51  - Removed usage of temporary files.
52  - Added option to plot changes against time or revision.
53  - Several bugs removed.
54
55version 0.1:
56  - First release.
Note: See TracBrowser for help on using the repository browser.