Subversion Repositories

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

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

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