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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
|
rsyslog (3.14.1-1) unstable; urgency=low
* First upstream release of the new stable v3 series.
* debian/copyright
- Update copyright notice as rsyslog has been relicensed under GPL3+.
* debian/rsyslog.init
- The kernel logging functionality is now implemented via an input plugin
and has replaced the separate rklogd binary. Remove all traces of rklogd
from the init script.
- General cleanup and simplification.
-- Michael Biebl <biebl@debian.org> Sun, 06 Apr 2008 16:54:08 +0200
rsyslog (2.0.4-1) unstable; urgency=low
* New upstream release.
* debian/control
- Add Vcs-Git and Vcs-Browser fields.
-- Michael Biebl <biebl@debian.org> Sat, 29 Mar 2008 12:17:22 +0100
rsyslog (2.0.3-1) unstable; urgency=low
* New upstream release.
* debian/patches/man_page_format.patch
- Removed, merged upstream.
-- Michael Biebl <biebl@debian.org> Thu, 13 Mar 2008 14:22:35 +0100
rsyslog (2.0.2-2) unstable; urgency=low
* debian/rsyslog-doc.doc-base
- Update the Section: field to comply with the new doc-base Manual.
* debian/rules
- Don't install rfc3195d and its man page. The rfc3195d binary is
currently only a dummy.
* debian/rsyslog.conf
- Fix the path to the rsyslog documentation which is now in rsyslog-doc.
- Set the default permissions of new log files to 0640 and make them
readable by group adm.
- Include external config files at the beginning. This allows to drop log
messages before they end up in the standard log files.
-- Michael Biebl <biebl@debian.org> Thu, 06 Mar 2008 02:49:17 +0100
rsyslog (2.0.2-1) unstable; urgency=low
* New upstream release.
* debian/rsyslog.init
- Make /dev/xconsole readable by group adm. Closes: #464695
* debian/control
- Fix a typo in the rsyslog-pgsql package description.
* debian/patches/man_page_format.patch
- Fix a few format errors in the man pages.
-- Michael Biebl <biebl@debian.org> Tue, 12 Feb 2008 19:56:47 +0100
rsyslog (2.0.1-2) unstable; urgency=low
* debian/control
- Drop Replaces: system-log-daemon, linux-kernel-log-daemon. There are no
conflicting files with other syslog packages so this line is not needed.
- Add new package rsyslog-doc.
- Add Suggests: rsyslog-doc to rsyslog.
* debian/rsyslog.install, debian/rsyslog-doc.install
- Move the html files from rsyslog to rsyslog-doc.
* debian/rsyslog-doc.doc-base
- Integrate the documentation with doc-base.
-- Michael Biebl <biebl@debian.org> Sat, 02 Feb 2008 17:00:49 +0100
rsyslog (2.0.1-1) unstable; urgency=low
* New upstream bug fix release.
-- Michael Biebl <biebl@debian.org> Thu, 24 Jan 2008 18:35:20 +0100
rsyslog (2.0.0-2) unstable; urgency=low
* debian/rsyslog.init
- Fix LSB init header. Use $remote_fs instead of $local_fs as the rsyslogd
daemon requires /usr to be mounted.
-- Michael Biebl <biebl@debian.org> Thu, 10 Jan 2008 13:22:42 +0100
rsyslog (2.0.0-1) unstable; urgency=low
* New upstream release of the stable branch of rsyslog v2.
-- Michael Biebl <biebl@debian.org> Wed, 02 Jan 2008 15:39:19 +0100
rsyslog (1.21.2-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Sun, 30 Dec 2007 02:11:58 +0100
rsyslog (1.21.1-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Sun, 23 Dec 2007 19:02:11 +0100
rsyslog (1.21.0-1) unstable; urgency=low
* New upstream release.
* debian/patches/ignore_non_conf_files.patch
- Dropped. A more powerful alternative has been implemented upstream which
allows to include configuration files based on wildcards.
* debian/rsyslog.conf
- Include all configuration files matching /etc/rsyslog.d/*.conf.
-- Michael Biebl <biebl@debian.org> Wed, 19 Dec 2007 09:54:18 +0100
rsyslog (1.20.1-1) unstable; urgency=low
* New upstream release.
* debian/rules
- Enable the PostgreSQL database support.
- Use "install -D" to install the SQL schema file for MySQL and
PostgreSQL.
* debian/control
- Add a Build-Depends on libpq-dev for the PostgreSQL support.
- Add the binary package rsyslog-pgsql.
* debian/patches/no_create_db.patch
- Updated. Only setup the tables. Leave the database creation to
dbconfig-common.
* debian/rsyslog-pgsql.install
- Install the ompgsql.so plugin.
* debian/rsyslog-pgsql.config
- Preseed the default values for dbconfig-common, database name is
"Syslog", database user "rsyslog".
* debian/rsyslog-pgsql.{postinst,prerm,postrm}
- Use dbconfig-common to setup the PostgreSQL database.
- Generate a configuration file /etc/rsyslog.d/pgsql.conf with the values
provided by dbconfig-common and use ucf and ucfr to manage this file.
* debian/rsyslog-mysql.postinst
- Use the new ":ommysql:" output selector instead of ">".
* debian/rsyslog-mysql.install
- Only install the ommysql.so plugin.
-- Michael Biebl <biebl@debian.org> Wed, 12 Dec 2007 20:54:41 +0100
rsyslog (1.19.12-1) unstable; urgency=low
* New upstream release.
* debian/control
- Add Depends: lsb-base (>= 3.0-6) as the init script uses the LSB logging
functions.
- Bump Standards-Version to 3.7.3. No further changes required.
-- Michael Biebl <biebl@debian.org> Mon, 03 Dec 2007 19:42:19 +0100
rsyslog (1.19.10-1) unstable; urgency=low
* New upstream release.
* debian/patches/man_page_format.patch
- Removed, merged upstream.
-- Michael Biebl <biebl@debian.org> Fri, 19 Oct 2007 17:21:49 +0200
rsyslog (1.19.9-1) unstable; urgency=low
* New upstream release.
* debian/patches/udp_msg_reception.patch
- Deleted, merged upstream.
* The mysql output plugin is now in a separate subdirectory. Change the
path to the createDB.sql script accordingly.
-- Michael Biebl <biebl@debian.org> Sun, 14 Oct 2007 11:55:12 +0200
rsyslog (1.19.7-2) unstable; urgency=low
* debian/patches/udp_msg_reception.patch
- Pull patch from CVS which fixes broken UDP message reception.
* debian/control
- Use the new "Homepage:" field to specify the upstream URL.
-- Michael Biebl <biebl@debian.org> Fri, 28 Sep 2007 15:30:06 +0200
rsyslog (1.19.7-1) unstable; urgency=low
* New upstream release.
* debian/patches/man_page_format.patch
- Fix a formatting glitch in the rsyslog.conf man page.
-- Michael Biebl <biebl@debian.org> Tue, 25 Sep 2007 22:54:04 +0200
rsyslog (1.19.3-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Sun, 02 Sep 2007 20:15:02 +0200
rsyslog (1.19.2-1) unstable; urgency=low
* New upstream release.
* Enable the mysql output plugin and split it into a separate binary package
named rsyslog-mysql. Use the dbconfig-common framework to handle the
database administration. Generate a configuration file
/etc/rsyslog.d/mysql.conf with the values provided by dbconfig-common and
use ucf to manage this file.
* debian/control
- Add a build dependency on quilt and libmysqlclient15-dev.
- Add the binary package rsyslog-mysql.
- Add Suggests: rsyslog-mysql to the rsyslog package.
* debian/rules
- Include the quilt makefile and add calls to the patch/unpatch targets.
- Pass --enable-mysql to ./configure.
- Install the SQL schema file for dbconfig-common.
* debian/rsyslog-mysql.config
- Setup the default values for dbconfig-common.
* debian/rsyslog-mysql.{postinst,prerm,postrm}
- Include the dbconfig-common scripts and call the dbc_go function.
- Use ucf and ucfr to manage the generated configuration file mysql.conf.
* debian/patches/ignore_non_conf_files.patch
- Let rsyslog ignore all configuration files not ending with *.conf.
* debian/patches/no_create_db.patch
- The database creation is handled by dbconfig-common so we only need the
createDB.sql SQL schema file for setting up the tables.
* debian/patches/series
- Added, needed by quilt. Include the two patches above.
* debian/rsyslog-mysql.dirs
- Create the install directory for the SQL schema file.
* debian/rsyslog-mysql.install
- Install the mysql output plugin ommysql.so.
-- Michael Biebl <biebl@debian.org> Sun, 02 Sep 2007 18:39:47 +0200
rsyslog (1.19.1-1) unstable; urgency=low
* New upstream release.
-- Michael Biebl <biebl@debian.org> Mon, 27 Aug 2007 19:17:14 +0200
rsyslog (1.18.2-1) unstable; urgency=low
* Initial release. Closes: #435884
-- Michael Biebl <biebl@debian.org> Mon, 13 Aug 2007 19:20:48 +0200
|