chiark / gitweb /
Release 1.5.3.
[tripe] / debian / changelog
index c384b6bb8a205f24fef21117c4e1725220bbaa48..308c3e7224f77cabdefd7f482ebadffdfed70246 100644 (file)
@@ -1,3 +1,79 @@
+tripe (1.5.3) experimental; urgency=medium
+
+  * tripe-peer-services (tripe-newpeers): Fix crash when the database
+    contains `user' records.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 23 Sep 2019 11:10:20 +0100
+
+tripe (1.5.2) experimental; urgency=medium
+
+  * tripe-wireshark: Dissector package is necessarily architecture
+    specific.  Replace botched architecture-neutral version.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 22 Sep 2019 16:22:19 +0100
+
+tripe (1.5.1) experimental; urgency=medium
+
+  * tripe: Fix almost completely unusable AEAD support (brown paper bag
+    moment).
+  * tripe: Document the errors about unsuitable AEAD schemes.
+  * tripe: Support AEAD schemes with smaller nonce spaces (down to 40
+    bits).
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 22 Sep 2019 14:52:48 +0100
+
+tripe (1.5.0) experimental; urgency=medium
+
+  * Big version bump, because this really isn't a prerelease anymore.  And
+    there's lots of goodies in this version.
+  * New mobile-peer protocol `knock' is much faster and no longer requires
+    complex SSH setup.
+  * Support transport over IPv6.
+  * Support Catacomb AEAD schemes for bulk crypto.
+  * python-tripe: Fixed `TripeCommandDispatcher.eping' to send the correct
+    command.
+  * tripe-peer-services (connect): Report on connectivity statistics.
+  * tripe-wireshark: Replaced the old dissector with a new one written in
+    Lua, which understands the modern protocol.  It's unfortunately
+    slower, but actually works and isn't a nightmare to maintain.
+  * tripe-ethereal: Deleted this ancient transition package.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 22 Sep 2019 01:49:03 +0100
+
+tripe (1.0.0pre19.1) experimental; urgency=medium
+
+  * Packaging fixes.  (No code change.)
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 24 Dec 2018 15:53:35 +0000
+
+tripe (1.0.0pre19) experimental; urgency=low
+
+  * tripe: Use Catacomb `rand_quick' to collect system-specific entropy,
+    e.g., from the x86 `rdrand' isntruction.
+  * tripe: Fix memory leak of key-data objects.
+  * tripe: Add new `naclbox' bulk-crypto transform based on Salsa20/ChaCha
+    and Poly1305.
+  * tripe: Support X25519 and X448 as key-exchange groups.
+  * tripe-keys: Support Ed25519 and Ed448 signature schemes.
+  * tripe-keys: Allow more control over key generation.  In particular,
+    arbitrary attributes can now be set on master keys and key-exchange
+    keys.
+  * tripe-uslip: Clean up sockets on signal.
+  * A number of documentation fixes.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 14 May 2017 18:18:17 +0100
+
+tripe (1.0.0pre18) experimental; urgency=low
+
+  * general: Fixed some 64-bit portability bugs.
+  * debian: Improve the Debian packaging: there are now explicit versions
+    on dependencies; the build-depependencies are correct; and there are
+    separate build-dependencies for the (rather more demanding)
+    architecture-neutral packages.
+  * tests: Fixed the server test suite to remove spurious failures.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 30 Apr 2016 18:13:31 +0100
+
 tripe (1.0.0pre17.1) experimental; urgency=low
 
   * tests: More warning suppressions.