blob: b168b4c8e491e08fb84408e276a9e4fbb7aff814 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
* 1.6.2
- reimplemented the option -n for rpmlog, which now uses the svn option
--limit.
- added the option revision-offset, for the Zero Day Revision issue.
- small fix in main repsys help message
* 1.6.1
- added option url-map, as an workaround for svn+ssh:// urls problems
- added configuration sectiom "helper"
- added getsrpm-mdk and create-srpm to setup.py
- added option -r to submit
* 1.6.0
- improved markrelease command line parsing
- changelogs entries are now groupped by author, and sorted by revision
number
- the changelog now is generated using the Cheetah Template Engine, to
allow quick modifications without spending time reading code and
introducing new bugs
- consequently, was added an option "-T <file>" to rpmlog and getsrpm to
allow choosing the path of the template to be used
- added options noauth=0, and baseurl=None in order to disable the
authentication in some url schemes (http:// and file://)
- replaced some "cl" references to "mdv"
|