Fix compiler warning due to missing function prototype.
[svn.git] / contrib / client-side / svn2cl / NEWS
blobe5fad366265f56a5606e126793fe3fe37fad8de6
1 changes from 0.9 to 0.10
2 ------------------------
4 * add an --include-actions option that adds action labels about file
5   additions and removals
6 * small fix for other XSLT processors
7 * manual page improvement
10 changes from 0.8 to 0.9
11 -----------------------
13 * ignore files outside the base directory if --strip-prefix is specified
14   (the default with the wrapper shellscript)
15 * add --ignore-message-starting option to ignore any log messages that
16   start with the specified string
19 changes from 0.7 to 0.8
20 -----------------------
22 * added --title option for setting html page title (thanks Matt Doar)
23 * added --revision-link option to make the revision numbers in the html
24   output link to some url
25 * updated --break-before option to have an optional number of breaks
26 * authors file format improvements (see manual)
27 * fixes to the svn info command to guess working directory (thanks Iwasa
28   Kazmi)
29 * miscellaneous fixes (thanks Max Bane and Iwasa Kazmi)
30 * document calling svn2cl from ant by Rob Moore
31 * some wrapping fixes
32 * fixes for having directories and/or repositories with spaces in them
35 changes from 0.6 to 0.7
36 -----------------------
38 * performance improvements (svn2cl is about 40% faster when not using the
39   --group-by-day option plus a couple of percent when using the --authors
40   option)
41 * path to strip from file names is now automatically determined (works with
42   svn>=1.3.0)
43 * colon separated authors file is now supported
44 * html output improvements
45 * added --reparagraph option that re-wraps text inside paragraphs
46 * added --separate-daylogs option that inserts newlines between log messages
47   when --group-by-day is used
48 * manual page improvements
51 changes from 0.5 to 0.6
52 -----------------------
54 * added --authors option to expand full author names (experimental, if anyone
55   has a better performing implementation, please let me know)
56 * added --break-before-msg option (based on a patch by Vincent Danen)
57 * added another example to manual page (thanks to Bastian Kleineidam)
58 * preserve line breaks in html output
59 * output line breaks that are more likely to be correct on most platforms
60 * updated svn2html.css to give ChangeLog.html a little nicer layout
63 changes from 0.4 to 0.5
64 -----------------------
66 * preserve line breaks in svn log messages
67 * added manual page for shellscript wrapper
68 * wrapper script portability improvements
69 * documentation and --help output fixes and improvements
72 changes from 0.3 to 0.4
73 -----------------------
75 * added NEWS and TODO files
76 * support for passing options to svn log command
77 * preliminary support for generating an html version of the ChangeLog
78   (copy css file manually)
79 * switch encoding of generated files to utf-8
80 * better command option handling
83 changes from 0.2 to 0.3
84 -----------------------
86 * added short equivalents for some commonly used command line options
87 * write the changelog to a different file or to stdout
90 changes from 0.1 to 0.2
91 -----------------------
93 * support grouping entries per day
94 * support for adding revision numbers in the log
95 * line length is configurable
96 * a wrapper shell script