1 changes from 0.8 to 0.9
2 -----------------------
4 * ignore files outside the base directory if --strip-prefix is specified
5 (the default with the wrapper shellscript)
6 * add --ignore-message-starting option to ignore any log messages that
7 start with the specified string
10 changes from 0.7 to 0.8
11 -----------------------
13 * added --title option for setting html page title (thanks Matt Doar)
14 * added --revision-link option to make the revision numbers in the html
15 output link to some url
16 * updated --break-before option to have an optional number of breaks
17 * authors file format improvements (see manual)
18 * fixes to the svn info command to guess working directory (thanks Iwasa
20 * miscellaneous fixes (thanks Max Bane and Iwasa Kazmi)
21 * document calling svn2cl from ant by Rob Moore
23 * fixes for having directories and/or repositories with spaces in them
26 changes from 0.6 to 0.7
27 -----------------------
29 * performance improvements (svn2cl is about 40% faster when not using the
30 --group-by-day option plus a couple of percent when using the --authors
32 * path to strip from file names is now automatically determined (works with
34 * colon separated authors file is now supported
35 * html output improvements
36 * added --reparagraph option that re-wraps text inside paragraphs
37 * added --separate-daylogs option that inserts newlines between log messages
38 when --group-by-day is used
39 * manual page improvements
42 changes from 0.5 to 0.6
43 -----------------------
45 * added --authors option to expand full author names (experimental, if anyone
46 has a better performing implementation, please let me know)
47 * added --break-before-msg option (based on a patch by Vincent Danen)
48 * added another example to manual page (thanks to Bastian Kleineidam)
49 * preserve line breaks in html output
50 * output line breaks that are more likely to be correct on most platforms
51 * updated svn2html.css to give ChangeLog.html a little nicer layout
54 changes from 0.4 to 0.5
55 -----------------------
57 * preserve line breaks in svn log messages
58 * added manual page for shellscript wrapper
59 * wrapper script portability improvements
60 * documentation and --help output fixes and improvements
63 changes from 0.3 to 0.4
64 -----------------------
66 * added NEWS and TODO files
67 * support for passing options to svn log command
68 * preliminary support for generating an html version of the ChangeLog
69 (copy css file manually)
70 * switch encoding of generated files to utf-8
71 * better command option handling
74 changes from 0.2 to 0.3
75 -----------------------
77 * added short equivalents for some commonly used command line options
78 * write the changelog to a different file or to stdout
81 changes from 0.1 to 0.2
82 -----------------------
84 * support grouping entries per day
85 * support for adding revision numbers in the log
86 * line length is configurable
87 * a wrapper shell script