dh_installchangelogs: adjust to use ckc301.txt. changelog: explain -O1 usage
[ckermit.git] / debian / changelog
1 ckermit (301-1) unstable; urgency=low
2
3   * New upstream release (Closes: #633156).
4   * Moved to main, ckermit is now DFSG-free!.
5   * Updated copyright, kermit is now under a BSD-like license.
6   * Being in main means we can finally enable crypto. This enables
7     us to close a 10 year old bug! (Closes: #95135).
8     + use make target linux+krb5+openssl.
9     + add ssl-dev and libkrb5-dev to Build-Depends.
10   * Removed socks support because:
11     + libsocks4 doesn't support socks5, and is orphaned.
12     + socks support causes problems with avahi.
13     + you can get the same functionality with 'tsocks kermit'.
14   * Removed all patches from debian/patches, all taken upstream.
15   * Compile with -O1: -O2 is not supported and causes segfaults
16     with iksd + kerberos.
17   * debian/rules: use dh minimal rules file.
18   * Bump debhelper build depends to (>= 7.0.50~) for dh override support.
19   * Update PAM config, now just includes common-auth, common-account
20     and common-session.
21   * Propitiate lintian:
22     + remove ./ from override paths.
23     + add override unusual-interpreter #!/usr/bin/kermit.
24     + add spelling override. 'IF WRITEABLE' is a valid kermit
25       command, so we are stuck with that spelling.
26     + drop leading 'a' from Description.
27     + debian/watch: remove dh-make boilerplate.
28     + Standards-Version: 3.9.2 (no changes).
29
30  -- Ian Beckwith <ianb@debian.org>  Tue, 12 Jul 2011 02:48:17 +0100
31
32 ckermit (211-15) unstable; urgency=low
33
34   * Add Italian translation. Thanks to Luca Bruno. (Closes: #602240).
35   * Standards-Version: 3.9.1 (no changes).
36
37  -- Ian Beckwith <ianb@debian.org>  Mon, 08 Nov 2010 20:49:06 +0000
38
39 ckermit (211-14) unstable; urgency=low
40
41   * Switch to 3.0 (quilt) source format:
42     + Add debian/source/format.
43     + Remove quilt from debian/rules.
44     + Remove quilt from Build-Depends.
45     + Remove debian/README.source.
46   * 060_speeling.patch: fix more spelling errors.
47   * Add lintian overrides for spelling false-positives.
48   * Update maintainer email address.
49   * Remove DM-Upload-Allowed flag.
50   * Debhelper compat level 7.
51   * Standards-Version: 3.8.4 (no changes).
52
53  -- Ian Beckwith <ianb@debian.org>  Wed, 12 May 2010 02:15:29 +0100
54
55 ckermit (211-13) unstable; urgency=low
56
57   * Weaken inetd Depends: to Recommends (Closes: #511564).
58   * postinst: if IKSD requested, complain if no inetd installed.
59   * templates: new template ckermit/iksd-no-inetd.
60   * Translations:
61     + New:
62       * Finnish, thanks to Esko Arajärvi (Closes: #518197).
63       * Spanish, thanks to Francisco Javier Cuadrado (Closes: #518914).
64     + Updated:
65       * Czech, thanks to Martin Šín (Closes: #517357).
66       * German, thanks to Matthias Julius & Andre Gorgus (Closes: #517855).
67       * Galician, thanks to Marce Villarino (Closes: #517516).
68       * Japanese, thanks to Hideki Yamane (Closes: #517648).
69       * Swedish, thanks to Martin Bagge (Closes: #518327).
70       * French, thanks to Florentin Duneau (Closes: #518576).
71       * Russian, thanks to Yuri Kozlov (Closes: #518702).
72       * Portuguese, thanks to Américo Monteiro (Closes: #519004).
73       * Danish, thanks to Jacob Sparre Andersen.
74   * Fix typos, unfuzzy translations. Thanks to Esko Arajärvi.
75   * Mark 'dpkg-reconfigure ckermit' non-translatable. Thanks to Jacob
76     Sparre Andersen.
77   * Standards-Version: 3.8.1 (no changes).
78
79  -- Ian Beckwith <ianb@erislabs.net>  Sun, 15 Mar 2009 00:26:29 +0000
80
81 ckermit (211-12) unstable; urgency=low
82
83   * Add debian/README.source pointing to quilt docs.
84   * debian/copyright: note that ckermit is non-free and not part of
85     Debian, and explain why.
86   * control: add Homepage: field.
87   * postinst, postrm, config: switch from /bin/sh -e to set -e.
88   * Standards-version: 3.8.0.
89   * New patch 06_speeling: fix spelling errors.
90   * 05_ck_patch: bump ck_patch value.
91
92  -- Ian Beckwith <ianb@erislabs.net>  Thu, 26 Feb 2009 22:31:09 +0000
93
94 ckermit (211-11) unstable; urgency=low
95
96   * New Russian debconf translation (Closes: #511935)
97     Thanks to Yuri Kozlov.
98
99  -- Ian Beckwith <ianb@erislabs.net>  Sun, 18 Jan 2009 06:47:05 +0000
100
101 ckermit (211-10) unstable; urgency=low
102
103   * Add DM-Upload-Allowed: yes.
104   * Switch to linking with libsocks4 as libsocksd is no longer in testing.
105   * Split up source patches and apply them at build time with quilt.
106   * Remove nostrip handling, dh_strip does it for us.
107   * Bump debhelper compat level to 6.
108
109  -- Ian Beckwith <ianb@erislabs.net>  Wed, 16 Jan 2008 11:36:09 +0000
110
111 ckermit (211-9) unstable; urgency=low
112
113   * Fix iksd user information disclosure when PAM is used (Closes: #417247).
114   * Update maintainer email address.
115   * Bump ck_patch to 2.
116   * Fix menu section.
117   * Stop ignoring return code of 'make clean'.
118   * Cut out unneeeded linkage: added "-Wl,-z,defs -Wl,--as-needed" to LNKFLAGS
119   * Bump Standards-Version to 3.7.3
120
121  -- Ian Beckwith <ianb@erislabs.net>  Thu, 13 Dec 2007 20:49:55 +0000
122
123 ckermit (211-8) unstable; urgency=low
124
125   * Change netbase dependency to openbsd-inetd | inet-superserver.
126   * Tweak debconf templates to keep lintian happy.
127   * Bumped debconf compatability level to 5.
128   * Tidied debian/rules.
129
130  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 09 Jun 2007 23:12:49 +0100
131
132 ckermit (211-7) unstable; urgency=low
133
134   * New debconf translations:
135     + German - thanks to Matthias Julius.  (Closes: #408586).
136     + Portuguese - thanks to Ricardo Silva (Closes: #413748).
137     + Galician - thanks to Jacobo Tarrio   (Closes: #413757).
138   * debian/control:
139     + Updated Standards-Version (no changes).
140     + Added XS-Autobuild: yes.
141
142  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Thu,  8 Mar 2007 05:09:34 +0000
143
144 ckermit (211-6) unstable; urgency=low
145
146   * Applied fix to IF tests from ckdaily snapshot (Closes: #323510).
147   * Set ck_patch to "1" per discussion with upstream.
148   * New debconf translations:
149     + Czech - thanks to Martin Sín (Closes: #319577).
150     + Swedish - thanks to Daniel Nylander (Closes: #330429).
151   * debian/control:
152     + Added ${misc:Depends} to pick up right debconf dependency (Closes: #331779).
153     + Added dependency on netbase.
154     + Standards-Version: 3.6.2 (No changes).
155     + Updated Recommends to openssh-client | ssh-client
156   * debian/postrm: removed bashism.
157   * debian/copyright: added note from upstream about autobuilding.
158
159  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 22 Oct 2005 20:43:57 +0100
160
161 ckermit (211-5) unstable; urgency=low
162
163   * New translations:
164     + French - Thanks to Olivier Trichet (Closes: #260090)
165     + Danish - Thanks to Morten Brix Pederson (Closes: #268368)
166     + Japanese - Thanks to Hideki Yamane (Closes: #270927)
167
168  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Wed, 23 Feb 2005 15:16:11 +0000
169
170 ckermit (211-4) unstable; urgency=low
171
172   * Temporarily removed crypto (kerberos and SSL)
173   until the non-US/non-free issue is resolved, so we
174   don't miss sarge.
175   * debian/control:
176     + Section: reverted to non-free/comm.
177     + Build-Depends: removed kerberos and openssl.
178
179  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Tue, 29 Jun 2004 14:22:41 +0100
180
181 ckermit (211-3) unstable; urgency=low
182
183   * Included minor changes upstream sneaked in without bumping
184   the version number. As previous 211- versions haven't made it into
185   debian, there should be no problems with the .orig.tar.gz changing.
186   * debian/rules: clean target now deletes wermit, as upstream makefile
187   no longer does.
188
189  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 26 Jun 2004 17:09:46 +0100
190
191 ckermit (211-2) unstable; urgency=low
192
193   * Uploaded to non-US/non-free instead of non-free as crypto options now enabled.
194   * Fixes for new lintian warnings:
195     + iksd man page link moved to section 8.
196     + Converted - in kermit man page to \- or \(hy as appropriate.
197
198  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Tue,  4 May 2004 06:40:09 +0100
199
200 ckermit (211-1) unstable; urgency=low
201
202   * New Maintainer (Closes: #143649).
203   * New upstream version (Closes: #58634).
204   * Ack NMU (Closes: #54901).
205   * Add -DTIMEH to KFLAGS, replacing NMU patch (Closes: #91281).
206   * Sorted out docs dir (Closes: #229309).
207   * errno problem should be fixed by this recompile (Closes: #222096, #228728).
208   * Kerberos 4/5 support with MIT libs (Closes: #95135).
209   * Support for Socks4 (libsocksd), openssl, pam, shadow passwds and IKSD.
210   * Converted to po-debconf.
211   * Added support for /etc/kermit/kermrc (Closes: #123336).
212   * Attempt to remove /etc/kermit/ on purge in postrm.
213   * debian/control: changed Section: to non-US/non-free
214
215  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Wed, 14 Apr 2004 03:17:56 +0100
216
217 ckermit (196-1.1) unstable; urgency=low
218
219   * Non-maintainer Upload
220   * As part of BSP, fixing RC bug 91281. Added compiler directive to
221     sense <time.h>
222   * Added Build-Depends forestalling possible RC bugs in future
223
224  -- Gopal Narayanan <gopal@debian.org>  Sat, 14 Apr 2001 00:17:22 +0000
225
226 ckermit (196-1) unstable; urgency=low
227
228   * Initial Release.
229
230  -- Vaidhyanathan G Mayilrangam <vaidhy@debian.org>  Tue,  4 Jan 2000 15:22:47 -0500
231
232