Subversion Repositories

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

Rev 84 | Rev 87 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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