commit | c0d749418b70fe24f7812a169ad88d713ce5ef58 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 23 12:30:57 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 23 13:09:11 2015 +0200 |
tree | f0e2d43bb1c4685ed5035f809fa5e0634a91cd5a | |
parent | e244f9ffc06fffd251ab0e09ce54df6c8c2d3cb4 [diff] [blame] |
Make 'port' a string in NET module - avoids dependency on snprintf - allows using "smtps" instead of "456" if desired
diff --git a/ChangeLog b/ChangeLog index 0edbd16..6ba45ea 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -92,6 +92,7 @@ in config.h * net_connect() and net_bind() have a new 'proto' argument to choose between TCP and UDP, using the macros NET_PROTO_TCP or NET_PROTO_UDP. + Their 'port' argument type is changed to a string. * Some constness fixes Removals