dh_installchangelogs: adjust to use ckc301.txt. changelog: explain -O1 usage
[ckermit.git] / debian / changelog
index ad716e8..60eb9af 100644 (file)
@@ -1,15 +1,33 @@
-ckermit (212-1~b2) unstable; urgency=low
+ckermit (301-1) unstable; urgency=low
 
-  * New upstream beta release.
+  * New upstream release (Closes: #633156).
   * Moved to main, ckermit is now DFSG-free!.
-  * This means we can finally enable crypto (using target linux+krb5+openssl).
-    This enables us to close a >10 year old bug (Closes: #95135).
+  * Updated copyright, kermit is now under a BSD-like license.
+  * Being in main means we can finally enable crypto. This enables
+    us to close a 10 year old bug! (Closes: #95135).
+    + use make target linux+krb5+openssl.
+    + add ssl-dev and libkrb5-dev to Build-Depends.
+  * Removed socks support because:
+    + libsocks4 doesn't support socks5, and is orphaned.
+    + socks support causes problems with avahi.
+    + you can get the same functionality with 'tsocks kermit'.
+  * Removed all patches from debian/patches, all taken upstream.
+  * Compile with -O1: -O2 is not supported and causes segfaults
+    with iksd + kerberos.
+  * debian/rules: use dh minimal rules file.
+  * Bump debhelper build depends to (>= 7.0.50~) for dh override support.
+  * Update PAM config, now just includes common-auth, common-account
+    and common-session.
   * Propitiate lintian:
     + remove ./ from override paths.
     + add override unusual-interpreter #!/usr/bin/kermit.
-  * Remove XS-Autobuild: yes, not needed now we are in main.
+    + add spelling override. 'IF WRITEABLE' is a valid kermit
+      command, so we are stuck with that spelling.
+    + drop leading 'a' from Description.
+    + debian/watch: remove dh-make boilerplate.
+    + Standards-Version: 3.9.2 (no changes).
 
- -- Ian Beckwith <ianb@debian.org>  Fri, 24 Jun 2011 04:43:31 +0100
+ -- Ian Beckwith <ianb@debian.org>  Tue, 12 Jul 2011 02:48:17 +0100
 
 ckermit (211-15) unstable; urgency=low