Subversion Repositories

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

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

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