~ubuntu-branches/ubuntu/edgy/lurker/edgy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2005-10-13 17:44:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013174451-sodneq7uytezkqg3
Tags: 1.3-4
* improved README.Debian:
  - lurker-regenerate is not a change to upstream
  - apache2 doesn't enable the rewrite module by default.
  - make configuration setup more clear
  - improve the order of sections
* check for rewrite module before automaticly configuring apache2.
  don't configure apache2 in case that the module isn't enabled, but
  output an error message instead. (closes: #326924)
* relicensed lurker-regenerate(1) and lurker-index-mm(1) manpages to
  remove GFDL licensed documentation. GFDL is not DFSG-free.
* improve lurker <-> mailman configuration
  - lurker-index-mm checks for configured list before checking file
    permissions
  - /var/lib/lurker/* needs group writable permissions
* suggest gnupg, as lurker uses it to verify pgp/gpg keys
* suggest mailman, in most cases a list management software and the archiver
  are on the same host

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lurker (1.3-4) unstable; urgency=low
 
2
 
 
3
  * improved README.Debian:
 
4
    - lurker-regenerate is not a change to upstream
 
5
    - apache2 doesn't enable the rewrite module by default.
 
6
    - make configuration setup more clear
 
7
    - improve the order of sections
 
8
  * check for rewrite module before automaticly configuring apache2.
 
9
    don't configure apache2 in case that the module isn't enabled, but
 
10
    output an error message instead. (closes: #326924)
 
11
  * relicensed lurker-regenerate(1) and lurker-index-mm(1) manpages to
 
12
    remove GFDL licensed documentation. GFDL is not DFSG-free.
 
13
  * improve lurker <-> mailman configuration
 
14
    - lurker-index-mm checks for configured list before checking file
 
15
      permissions
 
16
    - /var/lib/lurker/* needs group writable permissions
 
17
  * suggest gnupg, as lurker uses it to verify pgp/gpg keys
 
18
  * suggest mailman, in most cases a list management software and the archiver
 
19
    are on the same host
 
20
 
 
21
 -- Jonas Meurer <mejo@debian.org>  Thu, 13 Oct 2005 17:44:51 +0200
 
22
 
 
23
lurker (1.3-3) unstable; urgency=low
 
24
 
 
25
  * rebuild against libstdc++6 and libmimelib1c2 for transitions
 
26
    unfortunately libmimelib1c2 depends on kdelibs4c2 what causes
 
27
    many new depends for lurker, especially when installed on a box without
 
28
    x11 and kde. I'll try to unfuzzy that in future.
 
29
  * add -I/usr/include/qt3 to CXXFLAGS to workaround the now broken configure
 
30
    script which does not include qt3 headers (mimelib didn't depend on them,
 
31
    that's new with kde 3.4.2).
 
32
  * check for /usr/bin/ucf before using it in postrm
 
33
  * add debconf-2.0 as alternative for debconf in depends
 
34
  * unfuzzied debconf translations
 
35
  * fixed bashims and usage of chmod in maintainer scripts
 
36
  * removed obsolete support for upgrades from versions before 1.0
 
37
  * updated address of the FSF in debian/copyright
 
38
  * fixed some typos in debconf templates, thanks to Clytie Siddall
 
39
    (closes: #312624)
 
40
  * added vietnamese debconf templates, thanks to Clytie Siddall
 
41
    (closes: #312623)
 
42
  * updated german debconf templates, thanks to Jens Seidel
 
43
    (closes: #313973)
 
44
 
 
45
 -- Jonas Meurer <mejo@debian.org>  Sun,  4 Sep 2005 05:28:20 +0200
 
46
 
 
47
lurker (1.3-2) unstable; urgency=low
 
48
 
 
49
  * patched common/MessageId.cpp to make lurker compile with gcc-2.95
 
50
  * updated french debconf templates, thanks to Eric (closes: #308354)
 
51
 
 
52
 -- Jonas Meurer <mejo@debian.org>  Tue, 10 May 2005 16:17:45 +0200
 
53
 
 
54
lurker (1.3-1) unstable; urgency=low
 
55
 
 
56
  * new bugfix-only upstream release 
 
57
  * updated czech debconf templates, thanks to Miroslav Kure
 
58
    (closes: #307169)
 
59
 
 
60
 -- Jonas Meurer <mejo@debian.org>  Wed,  4 May 2005 13:52:15 +0200
 
61
 
 
62
lurker (1.2-6) unstable; urgency=low
 
63
 
 
64
  * patch lurker/CharsetEscape.cpp: lurker parsed mutt-generated
 
65
    subject headers incorrectly (closes: #306859)
 
66
  * add a note in NEWS.Debian to inform admins about the fact that
 
67
    they have to regenerate lurkers database to apply the parsing
 
68
    fix.
 
69
  * updated french debconf templates, thanks to Eric (closes: #298958)
 
70
 
 
71
 -- Jonas Meurer <mejo@debian.org>  Fri, 29 Apr 2005 15:47:28 +0200
 
72
 
 
73
lurker (1.2-5) unstable; urgency=low
 
74
 
 
75
  * added czech debconf translation, thanks to Miroslav Klose
 
76
    (closes: #288017)
 
77
  * cleaned up maintainer scripts
 
78
    - moved #DEBHELPER# to beginning of postrm, to place it before rm -rf
 
79
    - fixed lurker apache config removal
 
80
    - fixed postinst to remove obsolete apache configs at dpkg-reconfigure
 
81
    - added prerm: run lurker-prune to clean cache if db exists
 
82
    - moved to tempfile for save generation of temporary conffile
 
83
    - fixed ucf calls, lurker.conf now really maintained by ucf
 
84
    - added apache2 support at the automatic webserver configuration
 
85
  * split lurker.conf into lurker.conf.template and lurker.conf.local at build
 
86
    - keep lurker.conf clean of list configuration to make maintainer scripts
 
87
      more happy with the configuration files
 
88
  * improved documentation
 
89
    - some proofreading of README.procmail and README.maildrop
 
90
    - some proofreading and reorganization of README.Debian
 
91
    - some proofreading and improvements of README.mailman (closes: #294130)
 
92
 
 
93
 -- Jonas Meurer <mejo@debian.org>  Sun, 27 Feb 2005 15:50:26 +0100
 
94
 
1
95
lurker (1.2-4) unstable; urgency=low
2
96
 
3
97
  * rebuild against latest libmimelib1a