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