Changeset 390
- Timestamp:
- Jun 25, 2007, 8:28:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
-
Property
svn:mime-type
set to
text/x-trac-wiki
r261 r390 1 1 $Id$ 2 2 3 ====================================================================== 3 {{{ 4 4 Copyright (C) 2005, 2006 Jari Häkkinen 5 Copyright (C) 2007 Peter Johansson5 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 6 6 7 7 This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest … … 21 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 22 22 USA. 23 ====================================================================== 23 }}} 24 ---------------------------------------------------------------------- 25 26 Changes are tracked with subversion log messages, tracs presentation 27 of the logs, and the tickets assigned to the different versions. 24 28 25 29 version 0.6: 26 - Removed option flag '-rev'27 - More file extensions supported for parsing.28 30 - http://lev.thep.lu.se/trac/svndigest/log/trunk?rev=195&stop_rev=HEAD 31 - http://lev.thep.lu.se/trac/svndigest/query?milestone=0.6&order=id 32 29 33 version 0.5: 30 - Updated documentation. 31 - Reworked treatment of binary files. 32 - Added support for svndigest:ignore property. 33 - Creation of static svndigest binary is now supported, use 34 --enable-staticbin. 35 - 'configure' now checks for APR and subversion APIs. 36 - 'configure' now checks that gnuplot exists. 37 - Added a --enable-debug option to autoconf. The project is 38 compiled without debug code by default. Use './configure 39 --enable-debug' to turn on debug options and code. 40 - Dates and time now refers to UTC. 41 - Improved output. 42 - Statistics now differentiates between code, comments, and empty 43 lines. Improvements to this parsing is still needed. 44 - Improved permission checks and treatment of directories. 34 - http://lev.thep.lu.se/trac/svndigest/log/trunk?rev=151&stop_rev=194 35 - http://lev.thep.lu.se/trac/svndigest/query?milestone=0.6&order=id 45 36 46 37 version 0.4: 47 - Project name changed from svnstat to svndigest.38 - http://lev.thep.lu.se/trac/svndigest/log/trunk?rev=148&stop_rev=150 48 39 49 40 version 0.3: 50 - Improved the generated output. 51 - svnstat handles unexpected situations more gracefully (like 52 running svnstat on a tree that is not under subversion control, 53 trees with items that are not up to date). 54 - Using subversion (v1.4) API instead of system calls. 55 - Added copyright statement to files. 56 - Proper version information is displayed using --version option. 41 - http://lev.thep.lu.se/trac/svndigest/log/trunk?rev=83&stop_rev=147 42 - http://lev.thep.lu.se/trac/svndigest/query?milestone=0.6&order=id 57 43 58 version 0.2: 59 - Improved web page presentation. 60 - Removed usage of temporary files. 61 - Added option to plot changes against time or revision. 62 - Several bugs removed. 63 64 version 0.1: 65 - First release. 44 version 0.1 and 0.2: 45 - http://lev.thep.lu.se/trac/svndigest/log/trunk?rev=1&stop_rev=82 46 - http://lev.thep.lu.se/trac/svndigest/query?milestone=0.2&order=id 47 - http://lev.thep.lu.se/trac/svndigest/query?milestone=0.1&order=id -
Property
svn:mime-type
set to
Note: See TracChangeset
for help on using the changeset viewer.