aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-09 04:32:01 +0800
committerDan Winship <danw@src.gnome.org>2000-04-09 04:32:01 +0800
commit15fa20706df89902469798f0da93d58d8c7f932b (patch)
tree4ecf6baf48f2ec7cf032dccf51f62c55a3483adf /camel/ChangeLog
parent181e276c46263a695457f4c250c917560d6e1596 (diff)
downloadgsoc2013-evolution-15fa20706df89902469798f0da93d58d8c7f932b.tar
gsoc2013-evolution-15fa20706df89902469798f0da93d58d8c7f932b.tar.gz
gsoc2013-evolution-15fa20706df89902469798f0da93d58d8c7f932b.tar.bz2
gsoc2013-evolution-15fa20706df89902469798f0da93d58d8c7f932b.tar.lz
gsoc2013-evolution-15fa20706df89902469798f0da93d58d8c7f932b.tar.xz
gsoc2013-evolution-15fa20706df89902469798f0da93d58d8c7f932b.tar.zst
gsoc2013-evolution-15fa20706df89902469798f0da93d58d8c7f932b.zip
#include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of the
* providers/smtp/camel-smtp-transport.c: #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of the uses of MAXHOSTNAMELEN are wrong anyway...) svn path=/trunk/; revision=2340
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index dcdc93d03e..3fac98601e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2000-04-08 Dan Winship <danw@helixcode.com>
+
+ * providers/smtp/camel-smtp-transport.c: #include <sys/param.h>
+ for MAXHOSTNAMELEN. (This is a stopgap: some of the uses of
+ MAXHOSTNAMELEN are wrong anyway...)
+
2000-04-07 Jeffrey Stedfast <fejj@stampede.org>
* providers/smtp/camel-smtp-transport.c: fixes to numerous bugs;