comparison ChangeLog @ 167:7ba337dafb2c noffle

[svn] * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re: need to do a Cont_write on Lock_closeDatabases in case of unwritten content changes when releasing the lock. Update content to keep dirty flag and avoid unnecessary writes, and lock to signal server to re-read its group content info after the lock is released. Do NOT write content info on Lock_close if dirty, as the placeholder article in unsubscribed groups is currently done by adding it to the content when joining the group and deliberately not saving it unless another content modification takes place and thus causes the content to be saved.
author bears
date Sun, 25 Feb 2001 23:29:50 +0000
parents 8ea6b5ddc5a5
children cf2274194d38
comparison
equal deleted inserted replaced
166:1d92abe57427 167:7ba337dafb2c
1 Sun Feb 25 2001 Jim Hague <jim.hague@acm.org>
2
3 * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
4 need to do a Cont_write on Lock_closeDatabases in case of unwritten
5 content changes when releasing the lock. Update content to keep dirty
6 flag and avoid unnecessary writes, and lock to signal server to re-read
7 its group content info after the lock is released. Do NOT write content
8 info on Lock_close if dirty, as the placeholder article in unsubscribed
9 groups is currently done by adding it to the content when joining the
10 group and deliberately not saving it unless another content modification
11 takes place and thus causes the content to be saved.
12
1 Thu Jan 25 2001 Jim Hague <jim.hague@acm.org> 13 Thu Jan 25 2001 Jim Hague <jim.hague@acm.org>
2 14
3 * src/client.c,src/protocol.c,src/util.h,src/util.c: Common up 15 * src/client.c,src/protocol.c,src/util.h,src/util.c: Common up
4 repeated signal handler setting code into Utl_installSignalHandler. 16 repeated signal handler setting code into Utl_installSignalHandler.
5 * src/client.c: Ensure Client_retrieveArt always exits with the global 17 * src/client.c: Ensure Client_retrieveArt always exits with the global