Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 84 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84 Rev 85
1
prayer (1.2.3-2) unstable; urgency=low
1
prayer (1.2.3-2) unstable; urgency=low
2
2
3
  * welcome_is_template.patch wasn't fully incorporated upstream. Remove
3
  * welcome_is_template.patch wasn't fully incorporated upstream. Remove
4
    the help_dir setting and check in makefile_install_config.patch instead.c
4
    the help_dir setting and check in makefile_install_config.patch instead.c
5
  * Make Prayer work on kFreeBSD.  Unfortunately there is no support for
5
  * Make Prayer work on kFreeBSD.  Unfortunately there is no support for
6
    SysV semaphores.
6
    SysV semaphores.
7
    * kfreebsd.patch: Include the right headers under glibc. Detect that 
7
    * kfreebsd.patch: Include the right headers under glibc. Detect that 
8
      semtimedop is a stub.
8
      semtimedop is a stub.
9
    * debian/Config: Add -lutils to LIBS.
9
    * debian/Config: Add -lutils to LIBS.
10
    * makefile_install_config.patch: put back a default value for
10
    * makefile_install_config.patch: put back a default value for
11
      lock_dir.
11
      lock_dir.
12
  * makefile_install_config.patch: Set imap_server to localhost/notls in
12
  * makefile_install_config.patch: Set imap_server to localhost/notls in
13
    default prayer.cf (Closes: #531801).
13
    default prayer.cf (Closes: #531801).
14
  * Depend on exim4 | mail-transport-agent.
14
  * Depend on exim4 | mail-transport-agent.
15
  * Increase Standards-Version to 3.8.3.
15
  * Increase Standards-Version to 3.8.3.
16
16
17
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 31 Aug 2009 23:48:04 +0200
17
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 31 Aug 2009 23:48:04 +0200
18
18
19
prayer (1.2.3-1) unstable; urgency=low
19
prayer (1.2.3-1) unstable; urgency=low
20
20
21
  * New upstream release.
21
  * New upstream release.
22
    - Drop repair_ssl_session_db_on_version_mismatch.patch,
22
    - Drop repair_ssl_session_db_on_version_mismatch.patch,
23
      remove_old_db_logfiles_from_prayer-ssl-prune.patch,
23
      remove_old_db_logfiles_from_prayer-ssl-prune.patch,
24
      welcome_is_template.patch, template_find_bug.patch; all incorporated
24
      welcome_is_template.patch, template_find_bug.patch; all incorporated
25
      upstream.
25
      upstream.
26
    - Update makefile_install_config.patch after welcome.html gone.
26
    - Update makefile_install_config.patch after welcome.html gone.
27
  * kfreebsd.patch (new): Try to get Prayer to work on Debian
27
  * kfreebsd.patch (new): Try to get Prayer to work on Debian
28
    GNU/kFreeBSD.
28
    GNU/kFreeBSD.
29
  * Add ${misc:Depends} to Depends for prayer-templates.
29
  * Add ${misc:Depends} to Depends for prayer-templates.
30
  * Upgrade to Standards-Version 3.8.1.
30
  * Upgrade to Standards-Version 3.8.1.
31
    + Add debian/README.source.
31
    + Add debian/README.source.
32
  * clean_completely.patch (new): Fix a few makefiles that didn't remove
32
  * clean_completely.patch (new): Fix a few makefiles that didn't remove
33
    their build targets in the clean target (Closes: #521369). Thanks to
33
    their build targets in the clean target (Closes: #521369). Thanks to
34
    Simon McVittie.
34
    Simon McVittie.
35
35
36
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 14 Apr 2009 00:50:31 +0200
36
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 14 Apr 2009 00:50:31 +0200
37
37
38
prayer (1.2.2.1-7) unstable; urgency=high
38
prayer (1.2.2.1-7) unstable; urgency=high
39
39
40
  * Since /var/run can be a tmpfs filesystem, don't ship /var/run/prayer
40
  * Since /var/run can be a tmpfs filesystem, don't ship /var/run/prayer
41
    as part of the package but create it in the init script (LP: #304071).
41
    as part of the package but create it in the init script (LP: #304071).
42
    Also, var_prefix, pid_dir and prayer_user will by default be overriden
42
    Also, var_prefix, pid_dir and prayer_user will by default be overriden
43
    from the command line to make sure that they get the values expected by
43
    from the command line to make sure that they get the values expected by
44
    the init script.
44
    the init script.
45
45
46
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 31 Oct 2008 18:31:28 +0100
46
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 31 Oct 2008 18:31:28 +0100
47
47
48
prayer (1.2.2.1-6) unstable; urgency=low
48
prayer (1.2.2.1-6) unstable; urgency=low
49
49
50
  * prayer.init: Correctly check for the presence of the executables.
50
  * prayer.init: Correctly check for the presence of the executables.
51
  * Split out templates to a separate arch-indep package.
51
  * Split out templates to a separate arch-indep package.
52
  * Change the default value of the tmp_dir option back to
52
  * Change the default value of the tmp_dir option back to
53
    ${var_prefix}/tmp (/var/run/prayer/tmp) because using /tmp may not be
53
    ${var_prefix}/tmp (/var/run/prayer/tmp) because using /tmp may not be
54
    secure.
54
    secure.
55
  * usernames_with_at.patch (new, from upstream CVS): If a username
55
  * usernames_with_at.patch (new, from upstream CVS): If a username
56
    contains an @, it will be assumed to be a valid email address and be
56
    contains an @, it will be assumed to be a valid email address and be
57
    used as envelope sender address and default "From" address when
57
    used as envelope sender address and default "From" address when
58
    sending mail (Closes: #497016).
58
    sending mail (Closes: #497016).
59
59
60
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 31 Oct 2008 18:19:34 +0100
60
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 31 Oct 2008 18:19:34 +0100
61
61
62
prayer (1.2.2.1-5a) unstable; urgency=medium
62
prayer (1.2.2.1-5a) unstable; urgency=medium
63
63
64
  * Prevent dh_installman from interpreting the cf in prayer.cf.5 as a
64
  * Prevent dh_installman from interpreting the cf in prayer.cf.5 as a
65
    language code.
65
    language code.
66
66
67
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 17 Aug 2008 19:24:10 +0200
67
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 17 Aug 2008 19:24:10 +0200
68
68
69
prayer (1.2.2.1-4) unstable; urgency=medium
69
prayer (1.2.2.1-4) unstable; urgency=medium
70
70
71
  * Urgency medium since fixing fairly serious bug(s).
71
  * Urgency medium since fixing fairly serious bug(s).
72
  * debian/Config: Fix handling of CFLAGS, CPPFLAGS and LDFLAGS from the
72
  * debian/Config: Fix handling of CFLAGS, CPPFLAGS and LDFLAGS from the
73
    environment or command line, breaking a circular definition of
73
    environment or command line, breaking a circular definition of
74
    LDFLAGS (FTBFS on Ubuntu; LP: #256220).
74
    LDFLAGS (FTBFS on Ubuntu; LP: #256220).
75
  * unlimit_login_username.patch (new):
75
  * unlimit_login_username.patch (new):
76
    - servers/prayer_login.c: Remove 8 character username limit from login
76
    - servers/prayer_login.c: Remove 8 character username limit from login
77
      form (Closes: #494517).
77
      form (Closes: #494517).
78
  * prayer.init, prayer-accountd.init: Sleep 1 second between stop and
78
  * prayer.init, prayer-accountd.init: Sleep 1 second between stop and
79
    start in restart.
79
    start in restart.
80
  * Add manpages prayer(8), prayer-session(8), prayer.cf(5), and
80
  * Add manpages prayer(8), prayer-session(8), prayer.cf(5), and
81
    prayer-ssl-prune(8) (groff-mdoc format). Remove half-done Docbook
81
    prayer-ssl-prune(8) (groff-mdoc format). Remove half-done Docbook
82
    versions from source package.
82
    versions from source package.
83
83
84
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 17 Aug 2008 17:38:00 +0200
84
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 17 Aug 2008 17:38:00 +0200
85
85
86
prayer (1.2.2.1-3) unstable; urgency=low
86
prayer (1.2.2.1-3) unstable; urgency=low
87
87
88
  * welcome_is_template.patch: 
88
  * welcome_is_template.patch: 
89
    - shared/config.c: Don't require that the help_dir option, which was
89
    - shared/config.c: Don't require that the help_dir option, which was
90
      removed from the default prayer.cf earlier, is defined
90
      removed from the default prayer.cf earlier, is defined
91
      (Closes: #493009).
91
      (Closes: #493009).
92
  * makefile_install_config.patch: 
92
  * makefile_install_config.patch: 
93
    - shared/config.c: Likewise don't check for lock_dir (Closes: #494011).
93
    - shared/config.c: Likewise don't check for lock_dir (Closes: #494011).
94
94
95
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 06 Aug 2008 21:20:17 +0200
95
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 06 Aug 2008 21:20:17 +0200
96
96
97
prayer (1.2.2.1-2) unstable; urgency=low
97
prayer (1.2.2.1-2) unstable; urgency=low
98
98
99
  * Acknowledge NMU, but change the build dependency to
99
  * Acknowledge NMU, but change the build dependency to
100
    libc-client2007b-dev | libc-client2007-dev | libc-client-dev 
100
    libc-client2007b-dev | libc-client2007-dev | libc-client-dev 
101
    (>= 7:2007~), since we need at least that version.
101
    (>= 7:2007~), since we need at least that version.
102
102
103
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 27 Jul 2008 20:52:18 +0200
103
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 27 Jul 2008 20:52:18 +0200
104
104
105
prayer (1.2.2.1-1.1) unstable; urgency=low
105
prayer (1.2.2.1-1.1) unstable; urgency=low
106
106
107
  * Non-maintainer upload.
107
  * Non-maintainer upload.
108
  * Build-depend on unversioned libc-client-dev to allow BinNMUs.
108
  * Build-depend on unversioned libc-client-dev to allow BinNMUs.
109
    Closes: bug#492285.
109
    Closes: bug#492285.
110
110
111
 -- Jonas Smedegaard <dr@jones.dk>  Thu, 24 Jul 2008 23:42:33 +0200
111
 -- Jonas Smedegaard <dr@jones.dk>  Thu, 24 Jul 2008 23:42:33 +0200
112
112
113
prayer (1.2.2.1-1) unstable; urgency=low
113
prayer (1.2.2.1-1) unstable; urgency=low
114
114
115
  * New upstream release featuring XHTML templates and fixes to various
115
  * New upstream release featuring XHTML templates and fixes to various
116
    bugs created by the reorganisation.
116
    bugs created by the reorganisation.
117
    - Drop accountd_makefile_typo.patch; fixed upstream.
117
    - Drop accountd_makefile_typo.patch; fixed upstream.
118
  * makefile_install_config.patch: Changes to the default config: 
118
  * makefile_install_config.patch: Changes to the default config: 
119
    - Disable SSL session caching.  
119
    - Disable SSL session caching.  
120
    - Clean out "direct connection stuff". Remove lock_dir since we use
120
    - Clean out "direct connection stuff". Remove lock_dir since we use
121
      SysV semaphores.
121
      SysV semaphores.
122
    * Point login_prefix_path, motd_path, and login_suffix_path towards
122
    * Point login_prefix_path, motd_path, and login_suffix_path towards
123
      /etc/prayer.
123
      /etc/prayer.
124
    * Change postponed-mail and sent-mail to Drafts and Sent.
124
    * Change postponed-mail and sent-mail to Drafts and Sent.
125
  * Improve SSL/TLS configuration:
125
  * Improve SSL/TLS configuration:
126
    * makefile_install_config.patch: Point ssl_cert_file and
126
    * makefile_install_config.patch: Point ssl_cert_file and
127
      ssl_privatekey_file to /etc/ssl/*/ssl-cert-snakeoil.*.
127
      ssl_privatekey_file to /etc/ssl/*/ssl-cert-snakeoil.*.
128
    + Add dependency on ssl-cert (>= 1.0.11).  
128
    + Add dependency on ssl-cert (>= 1.0.11).  
129
    + prayer.postinst: Add prayer to group ssl-cert on fresh install or
129
    + prayer.postinst: Add prayer to group ssl-cert on fresh install or
130
      when upgrading from versions prior to this one.
130
      when upgrading from versions prior to this one.
131
  * welcome_is_template.patch (new): Although the welcome screen is now a
131
  * welcome_is_template.patch (new): Although the welcome screen is now a
132
    template among others, cmd_welcome.c still tried to read the file
132
    template among others, cmd_welcome.c still tried to read the file
133
    specified by welcome_path (welcome.html by default) and wouldn't show
133
    specified by welcome_path (welcome.html by default) and wouldn't show
134
    the welcome screen if the option was unset or the file couldn't be
134
    the welcome screen if the option was unset or the file couldn't be
135
    read. This patch removes that check as well as the welcome_path and
135
    read. This patch removes that check as well as the welcome_path and
136
    help_path options from prayer.cf.
136
    help_path options from prayer.cf.
137
  * No longer install welcome.html (see above) and motd.html (no real
137
  * No longer install welcome.html (see above) and motd.html (no real
138
    content) in /etc/prayer. Install login_prefix.html, login_suffix.html,
138
    content) in /etc/prayer. Install login_prefix.html, login_suffix.html,
139
    and motd.html (the versions found in files/etc.hermes in the
139
    and motd.html (the versions found in files/etc.hermes in the
140
    distribution tarball) in /usr/share/doc/prayer/examples instead.
140
    distribution tarball) in /usr/share/doc/prayer/examples instead.
141
  * Do not install prayer-chroot (too experimental, hardcoded chroot path)
141
  * Do not install prayer-chroot (too experimental, hardcoded chroot path)
142
    or prayer-sem-prune (does nothing that ipcrm cannot do).
142
    or prayer-sem-prune (does nothing that ipcrm cannot do).
143
  * templates_fallback_to_compiled.patch (new): If the
143
  * templates_fallback_to_compiled.patch (new): If the
144
    template_use_compiled option is false, nevertheless use compiled-in
144
    template_use_compiled option is false, nevertheless use compiled-in
145
    templates in template_expand.c if the requested template cannot be
145
    templates in template_expand.c if the requested template cannot be
146
    found on disk. Change default template_path to /etc/prayer/templates.
146
    found on disk. Change default template_path to /etc/prayer/templates.
147
    Install said directory as well as subdirectories for available
147
    Install said directory as well as subdirectories for available
148
    template sets.
148
    template sets.
149
  * Update and improve README.Debian.
149
  * Update and improve README.Debian.
150
  * Add logrotate dependency.
150
  * Add logrotate dependency.
151
  * makefile_install_config.patch: Remove call to install.sh from
151
  * makefile_install_config.patch: Remove call to install.sh from
152
    files/Makefile and replace it with single tar pipeline; thus
152
    files/Makefile and replace it with single tar pipeline; thus
153
    install.sh no longer needs to be patched.
153
    install.sh no longer needs to be patched.
154
  * remove_old_db_logfiles_from_prayer-ssl-prune.patch (new): Patch
154
  * remove_old_db_logfiles_from_prayer-ssl-prune.patch (new): Patch
155
    myarchive() in lib/mydb_db3.c so that it only deletes obsolete
155
    myarchive() in lib/mydb_db3.c so that it only deletes obsolete
156
    transaction logs if dirname = NULL, then call it (via DB->archive())
156
    transaction logs if dirname = NULL, then call it (via DB->archive())
157
    from ssl_prune_sessions() in lib/ssl.c.
157
    from ssl_prune_sessions() in lib/ssl.c.
158
    - prayer-db-prune thus unnecessary.
158
    - prayer-db-prune thus unnecessary.
159
  * template_find_bug.patch (new): Fix segfault in template_find() when
159
  * template_find_bug.patch (new): Fix segfault in template_find() when
160
    template_set specifies a non-existing set. Also update default set.
160
    template_set specifies a non-existing set. Also update default set.
161
161
162
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 24 Jun 2008 01:34:14 +0200
162
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 24 Jun 2008 01:34:14 +0200
163
163
164
prayer (1.2.0-1) unstable; urgency=low
164
prayer (1.2.0-1) unstable; urgency=low
165
165
166
  * New upstream release featuring a major code reorganisation and a new
166
  * New upstream release featuring a major code reorganisation and a new
167
    template system.
167
    template system.
168
    - Drop obsolete folder_list_cosmetics.patch and includes.patch.
168
    - Drop obsolete folder_list_cosmetics.patch and includes.patch.
169
    - Note: SSL support has been removed from prayer-accountd for now.
169
    - Note: SSL support has been removed from prayer-accountd for now.
170
  * Changed defaults (manual intervention may be needed):
170
  * Changed defaults (manual intervention may be needed):
171
    - Let prayer-accountd.pid reside in /var/run; letting the two packages
171
    - Let prayer-accountd.pid reside in /var/run; letting the two packages
172
      share /var/run/prayer caused too much trouble.
172
      share /var/run/prayer caused too much trouble.
173
    - prayer.cf (makefile_install_config.patch and debian/Config):
173
    - prayer.cf (makefile_install_config.patch and debian/Config):
174
      var_prefix set to /var/run/prayer and referred to in other
174
      var_prefix set to /var/run/prayer and referred to in other
175
      settings. socket_split_dir disabled by default and default sockets
175
      settings. socket_split_dir disabled by default and default sockets
176
      directory changed to /var/run/prayer/sockets.
176
      directory changed to /var/run/prayer/sockets.
177
  * debian/control:
177
  * debian/control:
178
    + Build-depend on latest Berkley DB library (libdb-dev).
178
    + Build-depend on latest Berkley DB library (libdb-dev).
179
    + Add Homepage field.
179
    + Add Homepage field.
180
  * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB
180
  * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB
181
    environment when upgrading from a version of Prayer that used an older
181
    environment when upgrading from a version of Prayer that used an older
182
    BDB library.
182
    BDB library.
183
  * prayer.postinst: Set HOME of prayer user to /var/run/prayer.
183
  * prayer.postinst: Set HOME of prayer user to /var/run/prayer.
184
  * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it)
184
  * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it)
185
    on remove or disappear and correctly remove statoverrides (Closes: #483176).
185
    on remove or disappear and correctly remove statoverrides (Closes: #483176).
186
    Also check that deluser exists; it may be gone at purge time.
186
    Also check that deluser exists; it may be gone at purge time.
187
  * Package build details:
187
  * Package build details:
188
    - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR.
188
    - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR.
189
    - Override CDBS overriding CFLAGS.
189
    - Override CDBS overriding CFLAGS.
190
  * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM
190
  * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM
191
    not to be used.
191
    not to be used.
192
192
193
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 May 2008 19:28:21 +0200
193
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 May 2008 19:28:21 +0200
194
194
195
prayer (1.1.0-2) unstable; urgency=low
195
prayer (1.1.0-2) unstable; urgency=low
196
196
197
  * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be
197
  * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be
198
    used.
198
    used.
199
  * makefile_install_config.patch: Modify prayer/Makefile so that the
199
  * makefile_install_config.patch: Modify prayer/Makefile so that the
200
    above definition isn't lost if CFLAGS is overridden.
200
    above definition isn't lost if CFLAGS is overridden.
201
  * Improve prayer.postrm to clean /var/run/prayer on removal and
201
  * Improve prayer.postrm to clean /var/run/prayer on removal and
202
    disappearence.
202
    disappearence.
203
  * Use dpkg-override to allow the administrator to change mode of
203
  * Use dpkg-override to allow the administrator to change mode of
204
    /var/run/prayer and /var/log/prayer.
204
    /var/run/prayer and /var/log/prayer.
205
  * Add postinst and postrm scripts for prayer-accountd.
205
  * Add postinst and postrm scripts for prayer-accountd.
206
  * makefile_install_config.patch: Set authtype = pam in accountd.cf so
206
  * makefile_install_config.patch: Set authtype = pam in accountd.cf so
207
    that accountd will start.
207
    that accountd will start.
208
  * Bump Standards-Version to 3.7.3. No changes necessary.
208
  * Bump Standards-Version to 3.7.3. No changes necessary.
209
  * Override Lintian warnings about GPL code linked with OpenSSL. Special
209
  * Override Lintian warnings about GPL code linked with OpenSSL. Special
210
    exception has been granted.
210
    exception has been granted.
211
  * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1.
211
  * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1.
212
212
213
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 15 May 2008 22:47:14 +0200
213
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 15 May 2008 22:47:14 +0200
214
214
215
prayer (1.1.0-1) unstable; urgency=low
215
prayer (1.1.0-1) unstable; urgency=low
216
216
217
  * First upload to unstable.
217
  * First upload to unstable.
218
  * New upstream release.
218
  * New upstream release.
219
    + Requires development version of the c-client library (libc-client2007-dev).
219
    + Requires development version of the c-client library (libc-client2007-dev).
220
    - Drop pidfiles_extension.patch, session_unix_bugs.patch,
220
    - Drop pidfiles_extension.patch, session_unix_bugs.patch,
221
      session_server_bugs.patch; all incorporated upstream.
221
      session_server_bugs.patch; all incorporated upstream.
222
    - Drop ipv6.patch; incorporated upstream.
222
    - Drop ipv6.patch; incorporated upstream.
223
    - Drop utf8.patch; incorporated and improved upstream.
223
    - Drop utf8.patch; incorporated and improved upstream.
224
    - Drop hasnochildren_means_noinferiors.patch since upstream now
224
    - Drop hasnochildren_means_noinferiors.patch since upstream now
225
      handles dual-use mailboxes.
225
      handles dual-use mailboxes.
226
  * New maintainer email address.
226
  * New maintainer email address.
227
  * Update README.Debian, removing lies about TLS not being possible to
227
  * Update README.Debian, removing lies about TLS not being possible to
228
    disable (Closes: #440462).
228
    disable (Closes: #440462).
229
  * folder_list_cosmetics.patch: Remove space between expand/collapse
229
  * folder_list_cosmetics.patch: Remove space between expand/collapse
230
    arrow and folder icon in the folder list and change the alt texts so
230
    arrow and folder icon in the folder list and change the alt texts so
231
    that the tree looks nicer in text browsers.
231
    that the tree looks nicer in text browsers.
232
232
233
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 13 May 2008 22:31:36 +0200
233
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 13 May 2008 22:31:36 +0200
234
234
235
prayer (1.0.18-1) experimental; urgency=low
235
prayer (1.0.18-1) experimental; urgency=low
236
236
237
  * Initial release (Closes: #392823)
237
  * Initial release (Closes: #392823)
238
238
239
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 14:24:21 +0100
239
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 14:24:21 +0100