$Id: ChangeLog 192 2006-09-07 11:27:50Z 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.5: - Updated documentation. - Reworked treatment of binary files. - Added support for svndigest:ignore property. - Creation of static svndigest binary is now supported, use --enable-staticbin. - 'configure' now checks for APR and subversion APIs. - 'configure' now checks that gnuplot exists. - Added a --enable-debug option to autoconf. The project is compiled without debug code by default. Use './configure --enable-debug' to turn on debug options and code. - Dates and time now refers to UTC. - Improved output. - Statistics now differentiates between code, comments, and empty lines. Improvements to this parsing is still needed. - Improved permission checks and treatment of directories. 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.