bump debhelper compat level to 9
[ckermit.git] / debian / changelog
index e3605b0..2658684 100644 (file)
@@ -1,3 +1,67 @@
+ckermit (302-6) unstable; urgency=medium
+
+  * New patch: 050_tls.patch.
+    SSL/TLS changes from upstream dev12 version,
+    including code to default to TLS.
+  * New patch: 060_disable_sslv3.patch.
+    Adds DISABLE_SSLV3 preprocessor option
+    to disable SSL v3 at compile time, needed to link
+    with Debian's openssl.
+  * Bump debhelper compat level to 9.
+
+ -- Ian Beckwith <ianb@debian.org>  Thu, 10 Dec 2015 18:22:41 +0000
+
+ckermit (302-5) unstable; urgency=low
+
+  * Fix FTBFS: botched modification of YunQiang Su's
+    perfectly good patch.
+
+ -- Ian Beckwith <ianb@debian.org>  Thu, 23 Jan 2014 22:09:43 +0000
+
+ckermit (302-4) unstable; urgency=low
+
+  * Fix FTBFS. Thanks to YunQiang Su for the patch (Closes: #713603).
+  * Standards-Version: 3.9.5.
+  * Add Vcs- fields.
+  * Remove unused overrides.
+
+ -- Ian Beckwith <ianb@debian.org>  Thu, 23 Jan 2014 03:51:04 +0000
+
+ckermit (302-3) unstable; urgency=low
+
+  * Fix Hurd FTBFS: (Closes: #674444)
+    + 020_fix_ptys.patch: define _XOPEN_SOURCE to 500.
+    + rules: don't define HAVE_PTMX on hurd.
+    Thanks to Svante Signell.
+
+ -- Ian Beckwith <ianb@debian.org>  Sat, 26 May 2012 01:18:43 +0100
+
+ckermit (302-2) unstable; urgency=low
+
+  * DES support is disabled as libdes425 has been removed.
+  * Fix FTBFS on hurd-i386 (Closes: #671892)
+    Thanks to Svante Signell.
+  * New patch: 020_fix_ptys: pull in ptsname() prototype.
+    Thanks to Mark Wooding (Closes: #660066).
+  * New patch: 030_fix_dialmessage: fix \v(dialmessage) when dialsta
+    is unset. Further thanks to Mark Wooding (Closes: #660276).
+  * New patch: 040_fix_types: fix inconsistent type declarations that can
+    cause a bus error on some platforms. Patch from Edward Berner,
+    via upstream.
+  * New patch: 900_ck_patch: set ck_patch as we have modified source.
+  * Fix pending l10n issues. Debconf translations:
+    + Dutch; (Thanks to Jeroen Schot).  Closes: #660843
+    + Polish (Thanks to Michał Kułach).  Closes: #670771
+    + and thanks to Christian Perrier for his usual sterling l10n work.
+  * Add openssl to Build-Depends so openssl binary is available to makefile.
+  * Add hardening flags.
+  * Update Homepage: to new kermitproject.org site (Closes: #666516).
+    Thanks to Anders Andersson.
+  * Standards-Version: 3.9.3 (no changes).
+  * Remove obsolete lintian overrides.
+
+ -- Ian Beckwith <ianb@debian.org>  Sat, 19 May 2012 10:20:52 +0100
+
 ckermit (302-1) unstable; urgency=low
 
   * New upstream version.