Subversion Repositories

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

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

Rev 29 Rev 30
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
-
 
18
    environment when upgrading from a version of Prayer that used an older
-
 
19
    BDB library.
17
  * prayer.postinst: Set HOME of prayer user to /var/run/prayer.
20
  * prayer.postinst: Set HOME of prayer user to /var/run/prayer.
18
  * 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)
19
    on remove or disappear and correctly remove statoverrides (Closes: #483176).
22
    on remove or disappear and correctly remove statoverrides (Closes: #483176).
20
    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.
21
  * Package build details:
24
  * Package build details:
22
    - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR.
25
    - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR.
23
    - Override CDBS overriding CFLAGS.
26
    - Override CDBS overriding CFLAGS.
24
27
25
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 May 2008 19:06:11 +0200
28
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 May 2008 19:13:41 +0200
26
29
27
prayer (1.1.0-2) unstable; urgency=low
30
prayer (1.1.0-2) unstable; urgency=low
28
31
29
  * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be
32
  * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be
30
    used.
33
    used.
31
  * makefile_install_config.patch: Modify prayer/Makefile so that the
34
  * makefile_install_config.patch: Modify prayer/Makefile so that the
32
    above definition isn't lost if CFLAGS is overridden.
35
    above definition isn't lost if CFLAGS is overridden.
33
  * Improve prayer.postrm to clean /var/run/prayer on removal and
36
  * Improve prayer.postrm to clean /var/run/prayer on removal and
34
    disappearence.
37
    disappearence.
35
  * Use dpkg-override to allow the administrator to change mode of
38
  * Use dpkg-override to allow the administrator to change mode of
36
    /var/run/prayer and /var/log/prayer.
39
    /var/run/prayer and /var/log/prayer.
37
  * Add postinst and postrm scripts for prayer-accountd.
40
  * Add postinst and postrm scripts for prayer-accountd.
38
  * makefile_install_config.patch: Set authtype = pam in accountd.cf so
41
  * makefile_install_config.patch: Set authtype = pam in accountd.cf so
39
    that accountd will start.
42
    that accountd will start.
40
  * Bump Standards-Version to 3.7.3. No changes necessary.
43
  * Bump Standards-Version to 3.7.3. No changes necessary.
41
  * Override Lintian warnings about GPL code linked with OpenSSL. Special
44
  * Override Lintian warnings about GPL code linked with OpenSSL. Special
42
    exception has been granted.
45
    exception has been granted.
43
  * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1.
46
  * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1.
44
47
45
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 15 May 2008 22:47:14 +0200
48
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 15 May 2008 22:47:14 +0200
46
49
47
prayer (1.1.0-1) unstable; urgency=low
50
prayer (1.1.0-1) unstable; urgency=low
48
51
49
  * First upload to unstable.
52
  * First upload to unstable.
50
  * New upstream release.
53
  * New upstream release.
51
    + Requires development version of the c-client library (libc-client2007-dev).
54
    + Requires development version of the c-client library (libc-client2007-dev).
52
    - Drop pidfiles_extension.patch, session_unix_bugs.patch,
55
    - Drop pidfiles_extension.patch, session_unix_bugs.patch,
53
      session_server_bugs.patch; all incorporated upstream.
56
      session_server_bugs.patch; all incorporated upstream.
54
    - Drop ipv6.patch; incorporated upstream.
57
    - Drop ipv6.patch; incorporated upstream.
55
    - Drop utf8.patch; incorporated and improved upstream.
58
    - Drop utf8.patch; incorporated and improved upstream.
56
    - Drop hasnochildren_means_noinferiors.patch since upstream now
59
    - Drop hasnochildren_means_noinferiors.patch since upstream now
57
      handles dual-use mailboxes.
60
      handles dual-use mailboxes.
58
  * New maintainer email address.
61
  * New maintainer email address.
59
  * Update README.Debian, removing lies about TLS not being possible to
62
  * Update README.Debian, removing lies about TLS not being possible to
60
    disable (Closes: #440462).
63
    disable (Closes: #440462).
61
  * folder_list_cosmetics.patch: Remove space between expand/collapse
64
  * folder_list_cosmetics.patch: Remove space between expand/collapse
62
    arrow and folder icon in the folder list and change the alt texts so
65
    arrow and folder icon in the folder list and change the alt texts so
63
    that the tree looks nicer in text browsers.
66
    that the tree looks nicer in text browsers.
64
67
65
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 13 May 2008 22:31:36 +0200
68
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 13 May 2008 22:31:36 +0200
66
69
67
prayer (1.0.18-1) experimental; urgency=low
70
prayer (1.0.18-1) experimental; urgency=low
68
71
69
  * Initial release (Closes: #392823)
72
  * Initial release (Closes: #392823)
70
73
71
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 14:24:21 +0100
74
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 14:24:21 +0100