comparison ChangeLog @ 244:4e69e9b722ae noffle

[svn] * src/database.c,src/protocol.c,src/util.c,src/util.h: The latest IETF article format draft draft-ietf-usefor-article-06.txt recommends that Xref: references contain the FQDN of the server. We were using the host name without the domain. So split the routine used for obtaining the FQDN from protocol.c into util.c, and use it when adding Xrefs.
author bears
date Fri, 15 Mar 2002 10:50:33 +0000
parents aa9e65f63755
children 6f3a55d18659
comparison
equal deleted inserted replaced
243:6eb6c912a0e4 244:4e69e9b722ae
1 Fri Mar 15 2002 Jim Hague <jim.hague@acm.org>
2
3 * src/database.c,src/protocol.c,src/util.c,src/util.h: The latest IETF
4 article format draft draft-ietf-usefor-article-06.txt recommends that
5 Xref: references contain the FQDN of the server. We were using the
6 host name without the domain. So split the routine used for obtaining
7 the FQDN from protocol.c into util.c, and use it when adding Xrefs.
8 * src/group.c: Make comparison against NULL explicit in an if containing
9 an assignment, as I'm sad enough to think it is safer if it is obvious
10 that the assignment is meant to be there.
11
1 Wed Mar 13 2002 Mirko Liß <mirko.liss@web.de> 12 Wed Mar 13 2002 Mirko Liß <mirko.liss@web.de>
2 13
3 * src/server.c: While in online mode, new fetched articles returned 14 * src/server.c: While in online mode, new fetched articles returned
4 the old headers from the overview. Spotted by Mardy. 15 the old headers from the overview. Spotted by Mardy.
5 16