diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-31 00:40:33 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-31 00:40:33 +0800 |
commit | 1f73bf3ba08bb281057a6c79a70b84c4547ab15a (patch) | |
tree | 0a26f2801cd012db21f29681efaf66e0dd53dc5e /camel/ChangeLog | |
parent | 809aec4f0ee7d202cca898f8a5320a907b064a11 (diff) | |
download | gsoc2013-evolution-1f73bf3ba08bb281057a6c79a70b84c4547ab15a.tar gsoc2013-evolution-1f73bf3ba08bb281057a6c79a70b84c4547ab15a.tar.gz gsoc2013-evolution-1f73bf3ba08bb281057a6c79a70b84c4547ab15a.tar.bz2 gsoc2013-evolution-1f73bf3ba08bb281057a6c79a70b84c4547ab15a.tar.lz gsoc2013-evolution-1f73bf3ba08bb281057a6c79a70b84c4547ab15a.tar.xz gsoc2013-evolution-1f73bf3ba08bb281057a6c79a70b84c4547ab15a.tar.zst gsoc2013-evolution-1f73bf3ba08bb281057a6c79a70b84c4547ab15a.zip |
Add a htons in the default_number case, and document the fact that the
* camel-service.c (camel_service_getport): Add a htons in the
default_number case, and document the fact that the function
returns the port in network byte order.
* providers/pop3/camel-pop3-store.c (pop3_connect): Revert
Miguel's change. The port number bug was actually somewhere
else, and the IP address copying code was fine already.
svn path=/trunk/; revision=2256
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4cc6e9d281..31ef332e00 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2000-03-30 Dan Winship <danw@helixcode.com> + + * camel-service.c (camel_service_getport): Add a htons in the + default_number case, and document the fact that the function + returns the port in network byte order. + + * providers/pop3/camel-pop3-store.c (pop3_connect): Revert + Miguel's change. The port number bug was actually somewhere + else, and the IP address copying code was fine already. + 2000-03-29 Miguel de Icaza <miguel@gnu.org> * providers/pop3/camel-pop3-store.c (pop3_connect): Add htons |