]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Added the ability to compose messages with file attachments uploaded from
[citadel.git] / webcit / ChangeLog
index 8c32a36c63911d449a59d137894a3b147ae1792c..62a91e0c6ed368a076db323e0eac64e8861dc075 100644 (file)
@@ -1,4 +1,18 @@
 $Log$
+Revision 410.15  2003/04/30 05:00:00  ajc
+* Added the ability to compose messages with file attachments uploaded from
+  the browser
+
+Revision 410.14  2003/04/27 04:46:02  ajc
+* Replace LKRN/LKRO in "folders view" room list with a single LKRA that
+  observes the flag designating the presence of new messages.  (The "rooms
+  view" uses an LKRN/LKRO pair *per floor* and has the same inefficiency,
+  but that view may get axed soon.)
+
+Revision 410.13  2003/04/26 21:57:53  ajc
+* tcp_sockets.c: when an outgoing socket connection fails, close the socket
+  before returning an error code to avoid a file descriptor leak
+
 Revision 410.12  2003/04/19 21:42:36  ajc
 * Repaired all my b0rken COLOR tags
 * Replaced most FONT tags with SPAN tags
@@ -1334,3 +1348,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+