]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Getting ready for 0.8.0
authormmj <none@none>
Mon, 21 Jun 2004 11:23:00 +0000 (21:23 +1000)
committermmj <none@none>
Mon, 21 Jun 2004 11:23:00 +0000 (21:23 +1000)
TODO
UPGRADE
VERSION
src/init_sockfd.c

diff --git a/TODO b/TODO
index eb4062e2ca639c6f7780a0d1982e17921d9ae46f..f5c20ef64879004a177e5907fed1156716e021ae 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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
diff --git a/UPGRADE b/UPGRADE
index e0fe8ed4307c966a34cb2c9901fe42a4f685f011..6570134f56393694a7d0beccac8e53df6cb51169 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -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:
 ---------------------------------------------
 
diff --git a/VERSION b/VERSION
index f38fc5393ff66e64aaa5d8733ea9b44d31927dce..a3df0a6959e154733da89a5d6063742ce6d5b851 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.7.3
+0.8.0
index e3ed98d8ab4813c7d48eddd6248e8c9051087a1e..af31e23c25449f5c421743ead036aaf2b5b201d1 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include <stdlib.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>