summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--appl/cmd/puttar.b2
-rw-r--r--dis/puttar.disbin2829 -> 2843 bytes
-rw-r--r--include/version.h2
4 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 78896344..05eb16e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+20080909
+ /appl/cmd/puttar.b add extra empty block at end of archive as required by format
20080907
include some changes from acme-sac in emu/Nt/devfs.c; need further control of usesec (or discard it)
20080723
diff --git a/appl/cmd/puttar.b b/appl/cmd/puttar.b
index de67105f..46cfac92 100644
--- a/appl/cmd/puttar.b
+++ b/appl/cmd/puttar.b
@@ -178,6 +178,6 @@ init(nil: ref Draw->Context, args: list of string){
rtar(hd args);
}
putblock(zeros);
-# putblock(zeros); # XXX is this necessary?
+ putblock(zeros); # format requires two empty blocks at end
flushblocks();
}
diff --git a/dis/puttar.dis b/dis/puttar.dis
index 4f220b76..5eec1475 100644
--- a/dis/puttar.dis
+++ b/dis/puttar.dis
Binary files differ
diff --git a/include/version.h b/include/version.h
index 1067d8c8..a2eb95c7 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20080907)"
+#define VERSION "Fourth Edition (20080909)"