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