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