Subversion Repositories

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

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

Rev 32 Rev 33
1
prayer (1.2.0-1) unstable; urgency=low
1
prayer (1.2.0-1) unstable; urgency=low
2
2
3
  * New upstream release featuring a major code reorganisation and a new
3
  * New upstream release featuring a major code reorganisation and a new
4
    template system.
4
    template system.
5
    - Drop obsolete folder_list_cosmetics.patch and includes.patch.
5
    - Drop obsolete folder_list_cosmetics.patch and includes.patch.
6
    - Note: SSL support has been removed from prayer-accountd for now.
6
    - Note: SSL support has been removed from prayer-accountd for now.
7
  * Changed defaults (manual intervention may be needed):
7
  * Changed defaults (manual intervention may be needed):
8
    - Let prayer-accountd.pid reside in /var/run; letting the two packages
8
    - Let prayer-accountd.pid reside in /var/run; letting the two packages
9
      share /var/run/prayer caused too much trouble.
9
      share /var/run/prayer caused too much trouble.
10
    - prayer.cf (makefile_install_config.patch and debian/Config):
10
    - prayer.cf (makefile_install_config.patch and debian/Config):
11
      var_prefix set to /var/run/prayer and referred to in other
11
      var_prefix set to /var/run/prayer and referred to in other
12
      settings. socket_split_dir disabled by default and default sockets
12
      settings. socket_split_dir disabled by default and default sockets
13
      directory changed to /var/run/prayer/sockets.
13
      directory changed to /var/run/prayer/sockets.
14
  * debian/control:
14
  * debian/control:
15
    + Build-depend on latest Berkley DB library (libdb-dev).
15
    + Build-depend on latest Berkley DB library (libdb-dev).
16
    + Add Homepage field.
16
    + Add Homepage field.
17
  * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB
17
  * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB
18
    environment when upgrading from a version of Prayer that used an older
18
    environment when upgrading from a version of Prayer that used an older
19
    BDB library.
19
    BDB library.
20
  * prayer.postinst: Set HOME of prayer user to /var/run/prayer.
20
  * prayer.postinst: Set HOME of prayer user to /var/run/prayer.
21
  * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it)
21
  * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it)
22
    on remove or disappear and correctly remove statoverrides (Closes: #483176).
22
    on remove or disappear and correctly remove statoverrides (Closes: #483176).
23
    Also check that deluser exists; it may be gone at purge time.
23
    Also check that deluser exists; it may be gone at purge time.
24
  * Package build details:
24
  * Package build details:
25
    - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR.
25
    - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR.
26
    - Override CDBS overriding CFLAGS.
26
    - Override CDBS overriding CFLAGS.
27
  * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM
27
  * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM
28
    not to be used.
28
    not to be used.
29
29
30
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 May 2008 19:28:21 +0200
30
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 May 2008 19:28:21 +0200
31
31
32
prayer (1.1.0-2) unstable; urgency=low
32
prayer (1.1.0-2) unstable; urgency=low
33
33
34
  * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be
34
  * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be
35
    used.
35
    used.
36
  * makefile_install_config.patch: Modify prayer/Makefile so that the
36
  * makefile_install_config.patch: Modify prayer/Makefile so that the
37
    above definition isn't lost if CFLAGS is overridden.
37
    above definition isn't lost if CFLAGS is overridden.
38
  * Improve prayer.postrm to clean /var/run/prayer on removal and
38
  * Improve prayer.postrm to clean /var/run/prayer on removal and
39
    disappearence.
39
    disappearence.
40
  * Use dpkg-override to allow the administrator to change mode of
40
  * Use dpkg-override to allow the administrator to change mode of
41
    /var/run/prayer and /var/log/prayer.
41
    /var/run/prayer and /var/log/prayer.
42
  * Add postinst and postrm scripts for prayer-accountd.
42
  * Add postinst and postrm scripts for prayer-accountd.
43
  * makefile_install_config.patch: Set authtype = pam in accountd.cf so
43
  * makefile_install_config.patch: Set authtype = pam in accountd.cf so
44
    that accountd will start.
44
    that accountd will start.
45
  * Bump Standards-Version to 3.7.3. No changes necessary.
45
  * Bump Standards-Version to 3.7.3. No changes necessary.
46
  * Override Lintian warnings about GPL code linked with OpenSSL. Special
46
  * Override Lintian warnings about GPL code linked with OpenSSL. Special
47
    exception has been granted.
47
    exception has been granted.
48
  * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1.
48
  * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1.
49
49
50
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 15 May 2008 22:47:14 +0200
50
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 15 May 2008 22:47:14 +0200
51
51
52
prayer (1.1.0-1) unstable; urgency=low
52
prayer (1.1.0-1) unstable; urgency=low
53
53
54
  * First upload to unstable.
54
  * First upload to unstable.
55
  * New upstream release.
55
  * New upstream release.
56
    + Requires development version of the c-client library (libc-client2007-dev).
56
    + Requires development version of the c-client library (libc-client2007-dev).
57
    - Drop pidfiles_extension.patch, session_unix_bugs.patch,
57
    - Drop pidfiles_extension.patch, session_unix_bugs.patch,
58
      session_server_bugs.patch; all incorporated upstream.
58
      session_server_bugs.patch; all incorporated upstream.
59
    - Drop ipv6.patch; incorporated upstream.
59
    - Drop ipv6.patch; incorporated upstream.
60
    - Drop utf8.patch; incorporated and improved upstream.
60
    - Drop utf8.patch; incorporated and improved upstream.
61
    - Drop hasnochildren_means_noinferiors.patch since upstream now
61
    - Drop hasnochildren_means_noinferiors.patch since upstream now
62
      handles dual-use mailboxes.
62
      handles dual-use mailboxes.
63
  * New maintainer email address.
63
  * New maintainer email address.
64
  * Update README.Debian, removing lies about TLS not being possible to
64
  * Update README.Debian, removing lies about TLS not being possible to
65
    disable (Closes: #440462).
65
    disable (Closes: #440462).
66
  * folder_list_cosmetics.patch: Remove space between expand/collapse
66
  * folder_list_cosmetics.patch: Remove space between expand/collapse
67
    arrow and folder icon in the folder list and change the alt texts so
67
    arrow and folder icon in the folder list and change the alt texts so
68
    that the tree looks nicer in text browsers.
68
    that the tree looks nicer in text browsers.
69
69
70
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 13 May 2008 22:31:36 +0200
70
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 13 May 2008 22:31:36 +0200
71
71
72
prayer (1.0.18-1) experimental; urgency=low
72
prayer (1.0.18-1) experimental; urgency=low
73
73
74
  * Initial release (Closes: #392823)
74
  * Initial release (Closes: #392823)
75
75
76
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 14:24:21 +0100
76
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 14:24:21 +0100