aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
blob: 5265c50831935a284d6995d2e2bd9ef132b60a20 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
* 1.6.19
- added complement for SILENT: CLOG, which hides everything that does not
  start with this token

* 1.6.18
- added the subcommand "switch" to help with mirrors support
- initialize plugins in create-srpm too
- changelog: perform less svn calls to obtain release number and oldlog
- changelog: show epoch even in the entry not released
- changelog: make default.chlog compatible with cheetah-2
- make "sync" compatible with rpm-4.4.8 behavior
- "co" don't use mirror when URL is provided
- "ci" don't relocate back to mirrors after commit (should use switch)
- fixed use of __import__, incompatible with python2.4 in plugin support
- fixed bug of wrong paths when using mirrors

* 1.6.17
- brought from mdvsys world the sync command
- ldapusers: the configuration format has changed, now it uses python
  template strings
- ldapusers: many fixes: better error messages, ldap-port working, results
  contain only the fields needed, unbinding after search, filters are
  escaped

* 1.6.16
- introduced the plugin ldapusers: repsys user data obtained from LDAP;
  this plugin is builtin
- added support to plugins, and the hability to wrap configuration sections
- added workaround in the template to ignore empty releases
- added initial support to mirrors, as requested by mrl; it required the
  new subcommand "ci"
- changelogs from misc/ will now should come from HEAD and should be
  escaped (%%)

* 1.6.15
- empty changelog entries are now shown, with a EMPTYLOG tag to allow
  rpmlint warn the developer about it
- check (and warn) if a temporary package has already been removed before
  trying to remove it

* 1.6.2b
- make submit pass --define options to create-srpm script
- print error message when create-srpm fails
- make get_srpm return the srpms list
- add upload-srpm support in create-srpm

* 1.6.2a
- moved revision-offset to [log] section and added a comment

* 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"