source: trunk/ChangeLog @ 156

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

Moved beyond 0.4, bumped version to pre0.5

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.6 KB
RevLine 
[2]1$Id: ChangeLog 153 2006-08-13 22:15:55Z jari $
2
[149]3======================================================================
[84]4Copyright (C) 2005, 2006 Jari Häkkinen
5
[149]6This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest
[84]7
[149]8svndigest is free software; you can redistribute it and/or modify it
[84]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
[149]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.
[84]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.
[149]22======================================================================
[84]23
24
[153]25version pre0.5:
26  - Improved permission checks on directories.
27
[149]28version 0.4:
29  - Project name changed from svnstat to svndigest.
30
[146]31version 0.3:
32  - Improved the generated output.
33  - svnstat handles unexpected situations more gracefully (like
34    running svnstat on a tree that is not under subversion control,
35    trees with items that are not up to date).
36  - Using subversion (v1.4) API instead of system calls.
[84]37  - Added copyright statement to files.
38  - Proper version information is displayed using --version option.
39
[73]40version 0.2:
[74]41  - Improved web page presentation.
[73]42  - Removed usage of temporary files.
43  - Added option to plot changes against time or revision.
[84]44  - Several bugs removed.
[73]45
[2]46version 0.1:
[73]47  - First release.
Note: See TracBrowser for help on using the repository browser.