Magellan Linux

Annotation of /trunk/pkgtools/svn2cl-0.14/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3106 - (hide annotations) (download)
Fri Mar 15 10:20:17 2019 UTC (5 years, 1 month ago) by niro
File size: 4224 byte(s)
-added working svn2cl version
1 niro 3106 changes from 0.13 to 0.14
2     -------------------------
3    
4     * fix a bug in the handling of the --ticket-link option (thanks Gaute Lote)
5     * expose the --ticket-prefix option in the shell script wrapper (thanks Gaute
6     Lote)
7    
8    
9     changes from 0.12 to 0.13
10     -------------------------
11    
12     * add a --ticket-link option for the HTML output that replaces anything
13     that looks like a ticket reference (e.g. #123) with a link (thanks Neil
14     Whitworth)
15     * properly quote $0 in shell script (thanks Vincent Lefevre)
16     * also pass through -g, --use-merge-history, -c, --change, -l,
17     --trust-server-cert and --config-option options to svn log command
18    
19    
20     changes from 0.11 to 0.12
21     -------------------------
22    
23     * fix line wrapping problem thanks to Peter Samuelson, Mike Hommey and others
24     * run svn command to find repository location with --non-interactive and don't
25     hide errors
26     * perform URL highlighting (very basic) in the HTML output
27     * some miscellaneous bugfixes and simplifications
28     * correctly flag file additions
29    
30    
31     changes from 0.10 to 0.11
32     -------------------------
33    
34     * small portability improvements
35     * fix for OpenBSD's ksh by Carlo Marcelo Arenas Belon
36    
37    
38     changes from 0.9 to 0.10
39     ------------------------
40    
41     * add an --include-actions option that adds action labels about file
42     additions and removals
43     * small fix for other XSLT processors
44     * manual page improvement
45    
46    
47     changes from 0.8 to 0.9
48     -----------------------
49    
50     * ignore files outside the base directory if --strip-prefix is specified
51     (the default with the wrapper shellscript)
52     * add --ignore-message-starting option to ignore any log messages that
53     start with the specified string
54    
55    
56     changes from 0.7 to 0.8
57     -----------------------
58    
59     * added --title option for setting html page title (thanks Matt Doar)
60     * added --revision-link option to make the revision numbers in the html
61     output link to some url
62     * updated --break-before option to have an optional number of breaks
63     * authors file format improvements (see manual)
64     * fixes to the svn info command to guess working directory (thanks Iwasa
65     Kazmi)
66     * miscellaneous fixes (thanks Max Bane and Iwasa Kazmi)
67     * document calling svn2cl from ant by Rob Moore
68     * some wrapping fixes
69     * fixes for having directories and/or repositories with spaces in them
70    
71    
72     changes from 0.6 to 0.7
73     -----------------------
74    
75     * performance improvements (svn2cl is about 40% faster when not using the
76     --group-by-day option plus a couple of percent when using the --authors
77     option)
78     * path to strip from file names is now automatically determined (works with
79     svn>=1.3.0)
80     * colon separated authors file is now supported
81     * html output improvements
82     * added --reparagraph option that re-wraps text inside paragraphs
83     * added --separate-daylogs option that inserts newlines between log messages
84     when --group-by-day is used
85     * manual page improvements
86    
87    
88     changes from 0.5 to 0.6
89     -----------------------
90    
91     * added --authors option to expand full author names (experimental, if anyone
92     has a better performing implementation, please let me know)
93     * added --break-before-msg option (based on a patch by Vincent Danen)
94     * added another example to manual page (thanks to Bastian Kleineidam)
95     * preserve line breaks in html output
96     * output line breaks that are more likely to be correct on most platforms
97     * updated svn2html.css to give ChangeLog.html a little nicer layout
98    
99    
100     changes from 0.4 to 0.5
101     -----------------------
102    
103     * preserve line breaks in svn log messages
104     * added manual page for shellscript wrapper
105     * wrapper script portability improvements
106     * documentation and --help output fixes and improvements
107    
108    
109     changes from 0.3 to 0.4
110     -----------------------
111    
112     * added NEWS and TODO files
113     * support for passing options to svn log command
114     * preliminary support for generating an html version of the ChangeLog
115     (copy css file manually)
116     * switch encoding of generated files to utf-8
117     * better command option handling
118    
119    
120     changes from 0.2 to 0.3
121     -----------------------
122    
123     * added short equivalents for some commonly used command line options
124     * write the changelog to a different file or to stdout
125    
126    
127     changes from 0.1 to 0.2
128     -----------------------
129    
130     * support grouping entries per day
131     * support for adding revision numbers in the log
132     * line length is configurable
133     * a wrapper shell script