Subversion Repositories

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

Rev 46 | Rev 50 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
48 magnus 1
prayer (1.2.3-1) unstable; urgency=low
2
 
3
  * New upstream release.
4
    - Drop repair_ssl_session_db_on_version_mismatch.patch,
5
      remove_old_db_logfiles_from_prayer-ssl-prune.patch,
6
      welcome_is_template.patch, template_find_bug.patch; all incorporated
7
      upstream.
8
    - Update makefile_install_config.patch after welcome.html gone.
9
 
10
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 05 Jul 2008 22:14:03 +0200
11
 
34 magnus 12
prayer (1.2.2.1-1) unstable; urgency=low
13
 
14
  * New upstream release featuring XHTML templates and fixes to various
15
    bugs created by the reorganisation.
16
    - Drop accountd_makefile_typo.patch; fixed upstream.
35 magnus 17
  * makefile_install_config.patch: Changes to the default config:
18
    - Disable SSL session caching.
19
    - Clean out "direct connection stuff". Remove lock_dir since we use
20
      SysV semaphores.
21
    * Point login_prefix_path, motd_path, and login_suffix_path towards
22
      /etc/prayer.
23
    * Change postponed-mail and sent-mail to Drafts and Sent.
24
  * Improve SSL/TLS configuration:
25
    * makefile_install_config.patch: Point ssl_cert_file and
26
      ssl_privatekey_file to /etc/ssl/*/ssl-cert-snakeoil.*.
27
    + Add dependency on ssl-cert (>= 1.0.11).
28
    + prayer.postinst: Add prayer to group ssl-cert on fresh install or
29
      when upgrading from versions prior to this one.
36 magnus 30
  * welcome_is_template.patch (new): Although the welcome screen is now a
31
    template among others, cmd_welcome.c still tried to read the file
32
    specified by welcome_path (welcome.html by default) and wouldn't show
33
    the welcome screen if the option was unset or the file couldn't be
34
    read. This patch removes that check as well as the welcome_path and
35
    help_path options from prayer.cf.
37 magnus 36
  * No longer install welcome.html (see above) and motd.html (no real
37
    content) in /etc/prayer. Install login_prefix.html, login_suffix.html,
38
    and motd.html (the versions found in files/etc.hermes in the
39
    distribution tarball) in /usr/share/doc/prayer/examples instead.
40
  * Do not install prayer-chroot (too experimental, hardcoded chroot path)
41
    or prayer-sem-prune (does nothing that ipcrm cannot do).
38 magnus 42
  * templates_fallback_to_compiled.patch (new): If the
43
    template_use_compiled option is false, nevertheless use compiled-in
44
    templates in template_expand.c if the requested template cannot be
45
    found on disk. Change default template_path to /etc/prayer/templates.
46
    Install said directory as well as subdirectories for available
47
    template sets.
39 magnus 48
  * Update and improve README.Debian.
43 magnus 49
  * Add logrotate dependency.
44 magnus 50
  * makefile_install_config.patch: Remove call to install.sh from
51
    files/Makefile and replace it with single tar pipeline; thus
52
    install.sh no longer needs to be patched.
45 magnus 53
  * remove_old_db_logfiles_from_prayer-ssl-prune.patch (new): Patch
54
    myarchive() in lib/mydb_db3.c so that it only deletes obsolete
55
    transaction logs if dirname = NULL, then call it (via DB->archive())
56
    from ssl_prune_sessions() in lib/ssl.c.
57
    - prayer-db-prune thus unnecessary.
46 magnus 58
  * template_find_bug.patch (new): Fix segfault in template_find() when
59
    template_set specifies a non-existing set. Also update default set.
34 magnus 60
 
46 magnus 61
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 24 Jun 2008 01:34:14 +0200
34 magnus 62
 
21 magnus 63
prayer (1.2.0-1) unstable; urgency=low
64
 
65
  * New upstream release featuring a major code reorganisation and a new
66
    template system.
67
    - Drop obsolete folder_list_cosmetics.patch and includes.patch.
29 magnus 68
    - Note: SSL support has been removed from prayer-accountd for now.
22 magnus 69
  * Changed defaults (manual intervention may be needed):
70
    - Let prayer-accountd.pid reside in /var/run; letting the two packages
71
      share /var/run/prayer caused too much trouble.
23 magnus 72
    - prayer.cf (makefile_install_config.patch and debian/Config):
73
      var_prefix set to /var/run/prayer and referred to in other
74
      settings. socket_split_dir disabled by default and default sockets
75
      directory changed to /var/run/prayer/sockets.
24 magnus 76
  * debian/control:
77
    + Build-depend on latest Berkley DB library (libdb-dev).
78
    + Add Homepage field.
30 magnus 79
  * repair_ssl_session_db_on_version_mismatch.patch: Recreate session DB
80
    environment when upgrading from a version of Prayer that used an older
81
    BDB library.
25 magnus 82
  * prayer.postinst: Set HOME of prayer user to /var/run/prayer.
26 magnus 83
  * prayer.postrm: Simply remove /var/run/prayer (since accountd doesn't use it)
84
    on remove or disappear and correctly remove statoverrides (Closes: #483176).
85
    Also check that deluser exists; it may be gone at purge time.
23 magnus 86
  * Package build details:
87
    - Reduce makefile_install_config.patch by not changing BROOT into DESTDIR.
88
    - Override CDBS overriding CFLAGS.
32 magnus 89
  * debian/patches/accountd_makefile_typo.patch: Fix typo that caused PAM
90
    not to be used.
21 magnus 91
 
32 magnus 92
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 May 2008 19:28:21 +0200
21 magnus 93
 
12 magnus 94
prayer (1.1.0-2) unstable; urgency=low
95
 
96
  * Define LDAP_DEPRECATED so that the deprecated LDAP interfaces can be
97
    used.
98
  * makefile_install_config.patch: Modify prayer/Makefile so that the
99
    above definition isn't lost if CFLAGS is overridden.
13 magnus 100
  * Improve prayer.postrm to clean /var/run/prayer on removal and
101
    disappearence.
14 magnus 102
  * Use dpkg-override to allow the administrator to change mode of
103
    /var/run/prayer and /var/log/prayer.
104
  * Add postinst and postrm scripts for prayer-accountd.
15 magnus 105
  * makefile_install_config.patch: Set authtype = pam in accountd.cf so
106
    that accountd will start.
17 magnus 107
  * Bump Standards-Version to 3.7.3. No changes necessary.
18 magnus 108
  * Override Lintian warnings about GPL code linked with OpenSSL. Special
109
    exception has been granted.
19 magnus 110
  * Don't require cdbs 0.4.27-1. Oldstable has 0.4.28-1.
12 magnus 111
 
19 magnus 112
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 15 May 2008 22:47:14 +0200
12 magnus 113
 
5 magnus 114
prayer (1.1.0-1) unstable; urgency=low
115
 
116
  * First upload to unstable.
117
  * New upstream release.
7 magnus 118
    + Requires development version of the c-client library (libc-client2007-dev).
5 magnus 119
    - Drop pidfiles_extension.patch, session_unix_bugs.patch,
120
      session_server_bugs.patch; all incorporated upstream.
121
    - Drop ipv6.patch; incorporated upstream.
122
    - Drop utf8.patch; incorporated and improved upstream.
123
    - Drop hasnochildren_means_noinferiors.patch since upstream now
124
      handles dual-use mailboxes.
125
  * New maintainer email address.
8 magnus 126
  * Update README.Debian, removing lies about TLS not being possible to
127
    disable (Closes: #440462).
9 magnus 128
  * folder_list_cosmetics.patch: Remove space between expand/collapse
129
    arrow and folder icon in the folder list and change the alt texts so
130
    that the tree looks nicer in text browsers.
5 magnus 131
 
9 magnus 132
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 13 May 2008 22:31:36 +0200
5 magnus 133
 
3 magnus 134
prayer (1.0.18-1) experimental; urgency=low
135
 
136
  * Initial release (Closes: #392823)
137
 
138
 -- Magnus Holmgren <magnus@kibibyte.se>  Sat, 10 Mar 2007 14:24:21 +0100