Rev 34 | Rev 36 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 34 | Rev 35 | ||
---|---|---|---|
1 | prayer (1.2.2.1-1) unstable; urgency=low |
1 | prayer (1.2.2.1-1) unstable; urgency=low |
2 | 2 | ||
3 | * New upstream release featuring XHTML templates and fixes to various |
3 | * New upstream release featuring XHTML templates and fixes to various |
4 | bugs created by the reorganisation. |
4 | bugs created by the reorganisation. |
5 | - Drop accountd_makefile_typo.patch; fixed upstream. |
5 | - Drop accountd_makefile_typo.patch; fixed upstream. |
- | 6 | * makefile_install_config.patch: Changes to the default config: |
|
- | 7 | - Disable SSL session caching. |
|
- | 8 | - Clean out "direct connection stuff". Remove lock_dir since we use |
|
- | 9 | SysV semaphores. |
|
- | 10 | * Point login_prefix_path, motd_path, and login_suffix_path towards |
|
- | 11 | /etc/prayer. |
|
- | 12 | * Change postponed-mail and sent-mail to Drafts and Sent. |
|
- | 13 | * Improve SSL/TLS configuration: |
|
- | 14 | * makefile_install_config.patch: Point ssl_cert_file and |
|
- | 15 | ssl_privatekey_file to /etc/ssl/*/ssl-cert-snakeoil.*. |
|
- | 16 | + Add dependency on ssl-cert (>= 1.0.11). |
|
- | 17 | + prayer.postinst: Add prayer to group ssl-cert on fresh install or |
|
- | 18 | when upgrading from versions prior to this one. |
|
6 | 19 | ||
7 | -- Magnus Holmgren <holmgren@debian.org> Sun, 22 Jun 2008 14:25:12 +0200 |
20 | -- Magnus Holmgren <holmgren@debian.org> Mon, 23 Jun 2008 21:19:17 +0200 |
8 | 21 | ||
9 | prayer (1.2.0-1) unstable; urgency=low |
22 | prayer (1.2.0-1) unstable; urgency=low |
10 | 23 | ||
11 | * New upstream release featuring a major code reorganisation and a new |
24 | * New upstream release featuring a major code reorganisation and a new |
12 | template system. |
25 | template system. |
13 | - Drop obsolete folder_list_cosmetics.patch and includes.patch. |
26 | - Drop obsolete folder_list_cosmetics.patch and includes.patch. |
14 | - Note: SSL support has been removed from prayer-accountd for now. |
27 | - Note: SSL support has been removed from prayer-accountd for now. |
15 | * Changed defaults (manual intervention may be needed): |
28 | * Changed defaults (manual intervention may be needed): |
16 | - Let prayer-accountd.pid reside in /var/run; letting the two packages |
29 | - Let prayer-accountd.pid reside in /var/run; letting the two packages |
17 | share /var/run/prayer caused too much trouble. |
30 | share /var/run/prayer caused too much trouble. |
18 | - prayer.cf (makefile_install_config.patch and debian/Config): |
31 | - prayer.cf (makefile_install_config.patch and debian/Config): |
19 | var_prefix set to /var/run/prayer and referred to in other |
32 | var_prefix set to /var/run/prayer and referred to in other |
20 | settings. socket_split_dir disabled by default and default sockets |
33 | settings. socket_split_dir disabled by default and default sockets |
21 | directory changed to /var/run/prayer/sockets. |
34 | directory changed to /var/run/prayer/sockets. |
22 | * debian/control: |
35 | * debian/control: |
23 | + Build-depend on latest Berkley DB library (libdb-dev). |
36 | + Build-depend on latest Berkley DB library (libdb-dev). |
24 | + Add Homepage field. |
37 | + Add Homepage field. |
25 | * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB |
38 | * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB |
26 | environment when upgrading from a version of Prayer that used an older |
39 | environment when upgrading from a version of Prayer that used an older |
27 | BDB library. |
40 | BDB library. |
28 | * prayer.postinst: Set HOME of prayer user to /var/run/prayer. |
41 | * prayer.postinst: Set HOME of prayer user to /var/run/prayer. |
29 | * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it) |
42 | * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it) |
30 | on remove or disappear and correctly remove statoverrides (Closes: #483176). |
43 | on remove or disappear and correctly remove statoverrides (Closes: #483176). |
31 | Also check that deluser exists; it may be gone at purge time. |
44 | Also check that deluser exists; it may be gone at purge time. |
32 | * Package build details: |
45 | * Package build details: |
33 | - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR. |
46 | - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR. |
34 | - Override CDBS overriding CFLAGS. |
47 | - Override CDBS overriding CFLAGS. |
35 | * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM |
48 | * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM |
36 | not to be used. |
49 | not to be used. |
37 | 50 | ||
38 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 May 2008 19:28:21 +0200 |
51 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 May 2008 19:28:21 +0200 |
39 | 52 | ||
40 | prayer (1.1.0-2) unstable; urgency=low |
53 | prayer (1.1.0-2) unstable; urgency=low |
41 | 54 | ||
42 | * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be |
55 | * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be |
43 | used. |
56 | used. |
44 | * makefile_install_config.patch: Modify prayer/Makefile so that the |
57 | * makefile_install_config.patch: Modify prayer/Makefile so that the |
45 | above definition isn't lost if CFLAGS is overridden. |
58 | above definition isn't lost if CFLAGS is overridden. |
46 | * Improve prayer.postrm to clean /var/run/prayer on removal and |
59 | * Improve prayer.postrm to clean /var/run/prayer on removal and |
47 | disappearence. |
60 | disappearence. |
48 | * Use dpkg-override to allow the administrator to change mode of |
61 | * Use dpkg-override to allow the administrator to change mode of |
49 | /var/run/prayer and /var/log/prayer. |
62 | /var/run/prayer and /var/log/prayer. |
50 | * Add postinst and postrm scripts for prayer-accountd. |
63 | * Add postinst and postrm scripts for prayer-accountd. |
51 | * makefile_install_config.patch: Set authtype = pam in accountd.cf so |
64 | * makefile_install_config.patch: Set authtype = pam in accountd.cf so |
52 | that accountd will start. |
65 | that accountd will start. |
53 | * Bump Standards-Version to 3.7.3. No changes necessary. |
66 | * Bump Standards-Version to 3.7.3. No changes necessary. |
54 | * Override Lintian warnings about GPL code linked with OpenSSL. Special |
67 | * Override Lintian warnings about GPL code linked with OpenSSL. Special |
55 | exception has been granted. |
68 | exception has been granted. |
56 | * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1. |
69 | * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1. |
57 | 70 | ||
58 | -- Magnus Holmgren <holmgren@debian.org> Thu, 15 May 2008 22:47:14 +0200 |
71 | -- Magnus Holmgren <holmgren@debian.org> Thu, 15 May 2008 22:47:14 +0200 |
59 | 72 | ||
60 | prayer (1.1.0-1) unstable; urgency=low |
73 | prayer (1.1.0-1) unstable; urgency=low |
61 | 74 | ||
62 | * First upload to unstable. |
75 | * First upload to unstable. |
63 | * New upstream release. |
76 | * New upstream release. |
64 | + Requires development version of the c-client library (libc-client2007-dev). |
77 | + Requires development version of the c-client library (libc-client2007-dev). |
65 | - Drop pidfiles_extension.patch, session_unix_bugs.patch, |
78 | - Drop pidfiles_extension.patch, session_unix_bugs.patch, |
66 | session_server_bugs.patch; all incorporated upstream. |
79 | session_server_bugs.patch; all incorporated upstream. |
67 | - Drop ipv6.patch; incorporated upstream. |
80 | - Drop ipv6.patch; incorporated upstream. |
68 | - Drop utf8.patch; incorporated and improved upstream. |
81 | - Drop utf8.patch; incorporated and improved upstream. |
69 | - Drop hasnochildren_means_noinferiors.patch since upstream now |
82 | - Drop hasnochildren_means_noinferiors.patch since upstream now |
70 | handles dual-use mailboxes. |
83 | handles dual-use mailboxes. |
71 | * New maintainer email address. |
84 | * New maintainer email address. |
72 | * Update README.Debian, removing lies about TLS not being possible to |
85 | * Update README.Debian, removing lies about TLS not being possible to |
73 | disable (Closes: #440462). |
86 | disable (Closes: #440462). |
74 | * folder_list_cosmetics.patch: Remove space between expand/collapse |
87 | * folder_list_cosmetics.patch: Remove space between expand/collapse |
75 | arrow and folder icon in the folder list and change the alt texts so |
88 | arrow and folder icon in the folder list and change the alt texts so |
76 | that the tree looks nicer in text browsers. |
89 | that the tree looks nicer in text browsers. |
77 | 90 | ||
78 | -- Magnus Holmgren <holmgren@debian.org> Tue, 13 May 2008 22:31:36 +0200 |
91 | -- Magnus Holmgren <holmgren@debian.org> Tue, 13 May 2008 22:31:36 +0200 |
79 | 92 | ||
80 | prayer (1.0.18-1) experimental; urgency=low |
93 | prayer (1.0.18-1) experimental; urgency=low |
81 | 94 | ||
82 | * Initial release (Closes: #392823) |
95 | * Initial release (Closes: #392823) |
83 | 96 | ||
84 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 10 Mar 2007 14:24:21 +0100 |
97 | -- Magnus Holmgren <magnus@kibibyte.se> Sat, 10 Mar 2007 14:24:21 +0100 |