changeset 260:f1ad8266bcb5

Getting ready for 0.8.0
author mmj
date Mon, 21 Jun 2004 21:23:00 +1000
parents 3eeb78d058a8
children 2effd474394e
files TODO UPGRADE VERSION src/init_sockfd.c
diffstat 4 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Mon Jun 21 21:10:54 2004 +1000
+++ b/TODO	Mon Jun 21 21:23:00 2004 +1000
@@ -1,8 +1,7 @@
 Code cleanup:
- o Add malloc and realloc macros that will exit(EXIT_FAILURE) if malloc or
-   realloc fails
  o Convert opening of write files to openrandexclrw
- o Add some more logging to mlmmj-maintd
+ o Add some more logging to mlmmj-maintd--actually we have to rethink logging a
+   bit. Do we want to use our own /var/log/mlmmj
 
 Functionality items:
  o listname+get functionality
--- a/UPGRADE	Mon Jun 21 21:10:54 2004 +1000
+++ b/UPGRADE	Mon Jun 21 21:23:00 2004 +1000
@@ -1,3 +1,8 @@
+This applies to everyone using mlmmj > 0.7.3:
+---------------------------------------------
+
+ Don't forget to upgrade the listtexts!
+
 This applies to everyone using mlmmj > 0.7.2:
 ---------------------------------------------
 
--- a/VERSION	Mon Jun 21 21:10:54 2004 +1000
+++ b/VERSION	Mon Jun 21 21:23:00 2004 +1000
@@ -1,1 +1,1 @@
-0.7.3
+0.8.0
--- a/src/init_sockfd.c	Mon Jun 21 21:10:54 2004 +1000
+++ b/src/init_sockfd.c	Mon Jun 21 21:23:00 2004 +1000
@@ -22,6 +22,7 @@
  */
 
 #include <stdlib.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>