chiark / gitweb /
Release 1.3.8.
[fwd] / debian / changelog
index 87c21a94644311d99aaab213d5b4b4c3fd0ab949..004b082d3894fabf26c99f02cf265dd8d6ab9926 100644 (file)
@@ -1,13 +1,50 @@
-fw (1.2.7) experimental; urgency=low
+fwd (1.3.8) experimental; urgency=medium
 
-  * Debianization!
+  * Fix use-after-free bug during graceful closedown in socket sources
+    with a connection limit.
+  * Other minor fixes.
 
-  * Fix data corruption in chan.c.
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 09 Jun 2018 17:38:00 +0100
 
-  * Support binding to specific addresses for inet sources and targets.
+fwd (1.3.7) experimental; urgency=medium
 
-  * Require (or prevent) privileged incoming connections in ACLs.
+  * Remove the old `fw' package.  I guess that if you still need it,
+    you'll still have the old one.
+  * Swtich Debian build machinery to plain Debhelper.
+  * Report timezone in log messages.
+  * Fix use-after-free bug in log messages from `conn = one-shot' socket
+    sources.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 04 Jun 2018 04:14:06 +0100
+
+fwd (1.3.6) experimental; urgency=low
+
+  * Don't make `,' be a filename character.
+  * Don't crash when parsing file endpoints.
+  * Accept the `-q' option.
+  * Report errors encountered during channel I/O.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Thu, 08 Dec 2011 16:06:30 +0000
+
+fwd (1.3.5interim) experimental; urgency=low
+
+  * Improve filename syntax.
 
+ -- Mark Wooding <mdw@distorted.org.uk>  Tue, 08 Apr 2008 12:42:21 +0100
+
+fwd (1.3.5) experimental; urgency=low
+
+  * Rename package to fwd.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Wed, 02 Apr 2008 09:42:04 +0100
+
+fw (1.3.0) experimental; urgency=low
+
+  * Add --pidfile option.
+  * Debianization!
+  * Fix data corruption in chan.c.
+  * Support binding to specific addresses for inet sources and targets.
+  * Require (or prevent) privileged incoming connections in ACLs.
   * Privileged outgoing connections, if started as root, with privilege
     separation if requested to drop privileges after initialization.