Subversion Repositories

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

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

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