$Id: ChangeLog 149 2006-08-12 09:11:46Z jari $ ====================================================================== Copyright (C) 2005, 2006 Jari Häkkinen This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest svndigest is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. svndigest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ====================================================================== version 0.4: - Project name changed from svnstat to svndigest. version 0.3: - Improved the generated output. - svnstat handles unexpected situations more gracefully (like running svnstat on a tree that is not under subversion control, trees with items that are not up to date). - Using subversion (v1.4) API instead of system calls. - Added copyright statement to files. - Proper version information is displayed using --version option. version 0.2: - Improved web page presentation. - Removed usage of temporary files. - Added option to plot changes against time or revision. - Several bugs removed. version 0.1: - First release.